projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e537a7
)
Remove dffe instantation
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 22 Aug 2019 19:21:54 +0000
(12:21 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 22 Aug 2019 23:04:50 +0000
(16:04 -0700)
tests/ice40/adffs.v
patch
|
blob
|
history
diff --git
a/tests/ice40/adffs.v
b/tests/ice40/adffs.v
index 972184cfa29e4713f29cea8b717e1e8fd38e98bd..e09ef52e18396f770f69fb910babfafcbe14db89 100644
(file)
--- 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