projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4df4a97
)
Use nonblocking
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 23 Apr 2019 20:42:06 +0000
(13:42 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Tue, 23 Apr 2019 20:42:06 +0000
(13:42 -0700)
techlibs/ice40/cells_sim.v
patch
|
blob
|
history
diff --git
a/techlibs/ice40/cells_sim.v
b/techlibs/ice40/cells_sim.v
index 40e54f9f06f324258f1a07d827fd97a1d86fef24..40972766d308dcb0c08bce5161a9a824396b055e 100644
(file)
--- a/
techlibs/ice40/cells_sim.v
+++ b/
techlibs/ice40/cells_sim.v
@@
-149,7
+149,7
@@
module SB_DFF ((* abc_flop_q *) output `SB_DFF_REG, input C, (* abc_flop_d *) in
always @(posedge C)
Q <= D;
`else
- always @* Q = D;
+ always @* Q
<
= D;
`endif
endmodule