blob: 12b684af1d21102548b1638241d7a425aa75d3cd [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