3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 02:15:20 +00:00

Remove dffe instantation

This commit is contained in:
Eddie Hung 2019-08-22 12:21:54 -07:00
parent 9e537a76b5
commit 388eb3288c

View file

@ -88,11 +88,4 @@ adffn u_adffn (
.q (b3 )
);
dffe u_dffe (
.clk (clk ),
.en (clr),
.d (a ),
.q (b4 )
);
endmodule