Remove dffe instantation

This commit is contained in:
Eddie Hung 2019-08-22 12:21:54 -07:00
parent 9e537a76b5
commit 388eb3288c
1 changed files with 0 additions and 7 deletions

View File

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