projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c76f361
)
machxo2: Fix cells_sim typo where OFX1 was multiply-driven.
author
William D. Jones
<thor0505@comcast.net>
Thu, 26 Nov 2020 23:47:11 +0000
(18:47 -0500)
committer
Marcelina KoĆcielnicka
<mwk@0x04.net>
Tue, 23 Feb 2021 16:39:58 +0000
(17:39 +0100)
techlibs/machxo2/cells_sim.v
patch
|
blob
|
history
diff --git
a/techlibs/machxo2/cells_sim.v
b/techlibs/machxo2/cells_sim.v
index ef40f023159942c98bacce322b09c982ad767667..1cb45650aec7c00666e68dcd70352bd6b7928a74 100644
(file)
--- a/
techlibs/machxo2/cells_sim.v
+++ b/
techlibs/machxo2/cells_sim.v
@@
-129,7
+129,7
@@
module FACADE_SLICE #(
wire k0;
wire k1;
- PFUMX K0K1MUX (.ALUT(k1), .BLUT(k0), .C0(M0), .Z(OFX
1
));
+ PFUMX K0K1MUX (.ALUT(k1), .BLUT(k0), .C0(M0), .Z(OFX
0
));
LUT4 #(.INIT(LUT0_INITVAL)) LUT_0 (.A(A0), .B(B0), .C(C0), .D(D0), .Z(k0));
LUT4 #(.INIT(LUT0_INITVAL)) LUT_1 (.A(A0), .B(B0), .C(C0), .D(D0), .Z(k1));