aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-22 12:21:54 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-22 16:04:50 -0700
commit388eb3288c907dbc8b2763ffc20b0b5fccba81ed (patch)
treec114420e9afa0c83eadd31c700db786e67e9c862 /tests
parent9e537a76b5a0487e0788054091132d2fd7f1a0dd (diff)
downloadyosys-388eb3288c907dbc8b2763ffc20b0b5fccba81ed.tar.gz
yosys-388eb3288c907dbc8b2763ffc20b0b5fccba81ed.tar.bz2
yosys-388eb3288c907dbc8b2763ffc20b0b5fccba81ed.zip
Remove dffe instantation
Diffstat (limited to 'tests')
-rw-r--r--tests/ice40/adffs.v7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/ice40/adffs.v b/tests/ice40/adffs.v
index 972184cfa..e09ef52e1 100644
--- a/tests/ice40/adffs.v
+++ b/tests/ice40/adffs.v
@@ -88,11 +88,4 @@ adffn u_adffn (
.q (b3 )
);
-dffe u_dffe (
- .clk (clk ),
- .en (clr),
- .d (a ),
- .q (b4 )
- );
-
endmodule