From 1cc7ee785957c14f83b89d6bf18f14d072e6312e Mon Sep 17 00:00:00 2001 From: gatecat Date: Tue, 1 Jun 2021 21:11:44 +0100 Subject: Update tests for new map ordering Signed-off-by: gatecat --- ice40/regressions/issue0084/mlaccel.sh | 2 +- ice40/regressions/issue0090/conn-crash.sh | 2 +- ice40/regressions/issue0120/top.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ice40/regressions/issue0084/mlaccel.sh b/ice40/regressions/issue0084/mlaccel.sh index 76dfd09..4a55275 100644 --- a/ice40/regressions/issue0084/mlaccel.sh +++ b/ice40/regressions/issue0084/mlaccel.sh @@ -1,3 +1,3 @@ :> mlaccel.log ${NPNR} --json mlaccel.json --asc mlaccel.asc --pcf mlaccel.pcf `cat mlaccel.npnr` > mlaccel.log 2>&1 || true -grep "^ERROR: PACKAGE_PIN of SB_IO 'qpi_in_buf\\[[01]\\]' connected to more than a single top level IO.$" mlaccel.log +grep "^ERROR: PACKAGE_PIN of SB_IO 'qpi_i[on]_buf\\[[01]\\]' connected to more than a single top level IO.$" mlaccel.log 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 diff --git a/ice40/regressions/issue0120/top.sh b/ice40/regressions/issue0120/top.sh index 171680f..88ca41d 100644 --- a/ice40/regressions/issue0120/top.sh +++ b/ice40/regressions/issue0120/top.sh @@ -1,3 +1,3 @@ :> top.log ${NPNR} --json top.json --asc top.asc --pcf top.pcf `cat top.npnr` > top.log 2>&1 || true -grep "^ERROR: PACKAGE_PIN of SB_IO 'SB_IO' connected to more than a single top level IO.$" top.log +grep "^ERROR: PACKAGE_PIN of SB_IO 'SB_IO_1' connected to more than a single top level IO.$" top.log -- cgit v1.2.3