blob: a4dd35e09a2d28a949c5e6a2f062fe6fa78b4458 [file] [log] [blame]
(* blackbox *)
module skullfet_inverter (
`ifdef USE_POWER_PINS
input VSS,
input VDD,
`endif // USE_POWER_PINS
input A,
output Y
);
endmodule
(* blackbox *)
module skullfet_nand (
`ifdef USE_POWER_PINS
input VSS,
input VDD,
`endif // USE_POWER_PINS
input A,
input B,
output Y
);
endmodule