projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ec5f18
)
Missing abc_flop_q attribute on SPRAM
author
Eddie Hung
<eddie@fpgeh.com>
Wed, 17 Apr 2019 21:44:08 +0000
(14:44 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Wed, 17 Apr 2019 21:44:08 +0000
(14:44 -0700)
techlibs/ice40/cells_sim.v
patch
|
blob
|
history
diff --git
a/techlibs/ice40/cells_sim.v
b/techlibs/ice40/cells_sim.v
index cf7b9d2521139263c95aa7590ebb2eb415c5fd6d..70cd51ed10a5662d4121c74881b07807809a9086 100644
(file)
--- a/
techlibs/ice40/cells_sim.v
+++ b/
techlibs/ice40/cells_sim.v
@@
-887,7
+887,7
@@
module SB_SPRAM256KA (
input [15:0] DATAIN,
input [3:0] MASKWREN,
input WREN, CHIPSELECT, CLOCK, STANDBY, SLEEP, POWEROFF,
- output reg [15:0] DATAOUT
+
(* abc_flop_q *)
output reg [15:0] DATAOUT
);
`ifndef BLACKBOX
`ifndef EQUIV