Skip to content

Commit 1cc7ee7

Browse files
committed
Update tests for new map ordering
Signed-off-by: gatecat <gatecat@ds0.me>
1 parent 5921a5b commit 1cc7ee7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:> mlaccel.log
22
${NPNR} --json mlaccel.json --asc mlaccel.asc --pcf mlaccel.pcf `cat mlaccel.npnr` > mlaccel.log 2>&1 || true
3-
grep "^ERROR: PACKAGE_PIN of SB_IO 'qpi_in_buf\\[[01]\\]' connected to more than a single top level IO.$" mlaccel.log
3+
grep "^ERROR: PACKAGE_PIN of SB_IO 'qpi_i[on]_buf\\[[01]\\]' connected to more than a single top level IO.$" mlaccel.log
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:> conn-crash.log
22
${NPNR} --json conn-crash.json --asc conn-crash.asc --pcf conn-crash.pcf `cat conn-crash.npnr` > conn-crash.log 2>&1 || true
3-
grep "^ERROR: Cell 'clk12\$sb_io' cannot be bound to bel 'X12/Y31/io1' since it is already bound to cell 'sevenseg_segment2\$sb_io'$" conn-crash.log
3+
grep "^ERROR: Cell 'sevenseg_segment2\$sb_io' cannot be bound to bel 'X12/Y31/io1' since it is already bound to cell 'clk12\$sb_io'$" conn-crash.log

ice40/regressions/issue0120/top.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:> top.log
22
${NPNR} --json top.json --asc top.asc --pcf top.pcf `cat top.npnr` > top.log 2>&1 || true
3-
grep "^ERROR: PACKAGE_PIN of SB_IO 'SB_IO' connected to more than a single top level IO.$" top.log
3+
grep "^ERROR: PACKAGE_PIN of SB_IO 'SB_IO_1' connected to more than a single top level IO.$" top.log

0 commit comments

Comments
 (0)