blob: 88ca41da9267660ed69a4ad9d4e4850cb6daa457 (
plain)
1
2
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_1' connected to more than a single top level IO.$" top.log
|