Sign in
foss-fpga-tools
/
symbiflow-arch-defs
/
refs/heads/bot-conda-lock-update
/
.
/
quicklogic
/
pp3
/
primitives
/
gnd
/
gnd.sim.v
blob: c5e4687fd2b21158fadaeca494f5bab8250359e2 [
file
] [
log
] [
blame
] [
edit
]
`timescale 1ps/1ps
(* whitebox *)
module GND (
output wire GND
);
assign GND = 1'b0;
endmodule