projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cd8f02
)
Fix spacing
author
Eddie Hung
<eddieh@ece.ubc.ca>
Tue, 19 Mar 2019 23:12:32 +0000
(16:12 -0700)
committer
Eddie Hung
<eddieh@ece.ubc.ca>
Tue, 19 Mar 2019 23:12:32 +0000
(16:12 -0700)
techlibs/xilinx/cells_map.v
patch
|
blob
|
history
diff --git
a/techlibs/xilinx/cells_map.v
b/techlibs/xilinx/cells_map.v
index 94a48dbc2bf03fa872f94d41312c80a1cd4756ff..00a0b494b712e5eaa532f644d1cde0e33ff76f21 100644
(file)
--- a/
techlibs/xilinx/cells_map.v
+++ b/
techlibs/xilinx/cells_map.v
@@
-76,7
+76,7
@@
module \$__SHREG_ (input C, input D, input [31:0] L, input E, output Q);
if (&_TECHMAP_CONSTMSK_L_)
assign Q = T4;
else begin
-
MUXF7 fpga_mux_0 (.O(T5), .I0(T0), .I1(T2), .S(L[5]));
+ MUXF7 fpga_mux_0 (.O(T5), .I0(T0), .I1(T2), .S(L[5]));
MUXF7 fpga_mux_1 (.O(T6), .I0(T4), .I1(1'b0 /* unused */), .S(L[5]));
MUXF8 fpga_mux_2 (.O(Q), .I0(T5), .I1(T6), .S(L[6]));
end