aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/regressions/issue0090/conn-crash.sh
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-06-01 21:11:44 +0100
committergatecat <gatecat@ds0.me>2021-06-01 21:11:44 +0100
commit1cc7ee785957c14f83b89d6bf18f14d072e6312e (patch)
tree638bb573f652158787b8f6693153563a35130f77 /ice40/regressions/issue0090/conn-crash.sh
parent5921a5b6204d04d21961e99dfa70bd919f686164 (diff)
downloadnextpnr-tests-1cc7ee785957c14f83b89d6bf18f14d072e6312e.tar.gz
nextpnr-tests-1cc7ee785957c14f83b89d6bf18f14d072e6312e.tar.bz2
nextpnr-tests-1cc7ee785957c14f83b89d6bf18f14d072e6312e.zip
Update tests for new map ordering
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'ice40/regressions/issue0090/conn-crash.sh')
-rw-r--r--ice40/regressions/issue0090/conn-crash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/regressions/issue0090/conn-crash.sh b/ice40/regressions/issue0090/conn-crash.sh
index 57a20ef..88c4df8 100644
--- a/ice40/regressions/issue0090/conn-crash.sh
+++ b/ice40/regressions/issue0090/conn-crash.sh
@@ -1,3 +1,3 @@
:> conn-crash.log
${NPNR} --json conn-crash.json --asc conn-crash.asc --pcf conn-crash.pcf `cat conn-crash.npnr` > conn-crash.log 2>&1 || true
-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
+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