projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf66416
)
Missing close bracket
author
Eddie Hung
<eddie@fpgeh.com>
Fri, 19 Apr 2019 00:50:11 +0000
(17:50 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Fri, 19 Apr 2019 00:50:11 +0000
(17:50 -0700)
techlibs/ice40/cells_sim.v
patch
|
blob
|
history
diff --git
a/techlibs/ice40/cells_sim.v
b/techlibs/ice40/cells_sim.v
index a6f1fc9deb8ea22046403190dd9a130f56428a70..1d104c5d78cd11d2aab6e28b62da2c8b195fb849 100644
(file)
--- a/
techlibs/ice40/cells_sim.v
+++ b/
techlibs/ice40/cells_sim.v
@@
-118,7
+118,7
@@
endmodule
// SiliconBlue Logic Cells
-(* abc_box_id = 22 *
+(* abc_box_id = 22 *
)
module SB_LUT4 (output O, input I0, I1, I2, I3);
parameter [15:0] LUT_INIT = 0;
wire [7:0] s3 = I3 ? LUT_INIT[15:8] : LUT_INIT[7:0];