mirror of https://github.com/YosysHQ/yosys.git
Remove dffe instantation
This commit is contained in:
parent
9e537a76b5
commit
388eb3288c
|
@ -88,11 +88,4 @@ adffn u_adffn (
|
|||
.q (b3 )
|
||||
);
|
||||
|
||||
dffe u_dffe (
|
||||
.clk (clk ),
|
||||
.en (clr),
|
||||
.d (a ),
|
||||
.q (b4 )
|
||||
);
|
||||
|
||||
endmodule
|
||||
|
|
Loading…
Reference in New Issue