File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
:> mlaccel.log
2
2
${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
Original file line number Diff line number Diff line change 1
1
:> conn-crash.log
2
2
${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
Original file line number Diff line number Diff line change 1
1
:> top.log
2
2
${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
You can’t perform that action at this time.
0 commit comments