blob: c5e4687fd2b21158fadaeca494f5bab8250359e2 [file] [log] [blame] [edit]
`timescale 1ps/1ps
(* whitebox *)
module GND (
output wire GND
);
assign GND = 1'b0;
endmodule