mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
ice40: Fix typo in SB_CARRY specify for LP/UltraPlus
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
parent
e6dd4db0af
commit
3806b07303
|
@ -244,7 +244,7 @@ module SB_CARRY (output CO, input I0, I1, CI);
|
||||||
// https://github.com/YosysHQ/icestorm/blob/be0bca0230d6fe1102e0a360b953fbb0d273a39f/icefuzz/timings_lp1k.txt#L82
|
// https://github.com/YosysHQ/icestorm/blob/be0bca0230d6fe1102e0a360b953fbb0d273a39f/icefuzz/timings_lp1k.txt#L82
|
||||||
(I0 => CO) = (382, 362);
|
(I0 => CO) = (382, 362);
|
||||||
// https://github.com/YosysHQ/icestorm/blob/be0bca0230d6fe1102e0a360b953fbb0d273a39f/icefuzz/timings_lp1k.txt#L85
|
// https://github.com/YosysHQ/icestorm/blob/be0bca0230d6fe1102e0a360b953fbb0d273a39f/icefuzz/timings_lp1k.txt#L85
|
||||||
(I0 => CO) = (341, 196);
|
(I1 => CO) = (341, 196);
|
||||||
endspecify
|
endspecify
|
||||||
`endif
|
`endif
|
||||||
`ifdef ICE40_U
|
`ifdef ICE40_U
|
||||||
|
@ -254,7 +254,7 @@ module SB_CARRY (output CO, input I0, I1, CI);
|
||||||
// https://github.com/YosysHQ/icestorm/blob/be0bca0230d6fe1102e0a360b953fbb0d273a39f/icefuzz/timings_up5k.txt#L94
|
// https://github.com/YosysHQ/icestorm/blob/be0bca0230d6fe1102e0a360b953fbb0d273a39f/icefuzz/timings_up5k.txt#L94
|
||||||
(I0 => CO) = (675, 662);
|
(I0 => CO) = (675, 662);
|
||||||
// https://github.com/YosysHQ/icestorm/blob/be0bca0230d6fe1102e0a360b953fbb0d273a39f/icefuzz/timings_up5k.txt#L97
|
// https://github.com/YosysHQ/icestorm/blob/be0bca0230d6fe1102e0a360b953fbb0d273a39f/icefuzz/timings_up5k.txt#L97
|
||||||
(I0 => CO) = (609, 358);
|
(I1 => CO) = (609, 358);
|
||||||
endspecify
|
endspecify
|
||||||
`endif
|
`endif
|
||||||
endmodule
|
endmodule
|
||||||
|
|
Loading…
Reference in a new issue