SAIFIINDUSTRIES's picture
Add Batch 2 with 10 repos
198fb2a verified
Raw
History Blame
341 Bytes
module $_DLATCH_P_(input E, input D, output Q);
gf180mcu_fd_sc_mcu9t5v0__latq_1 _TECHMAP_REPLACE_ (
.D(D),
.E(E),
.Q(Q)
);
endmodule
module $_DLATCH_N_(input E, input D, output Q);
gf180mcu_fd_sc_mcu9t5v0__latsnq_1 _TECHMAP_REPLACE_ (
.D(D),
.E(E),
.Q(Q)
);
endmodule