This version of Yosys needs updated to work with nextpnr-xilinx.
Running the attosoc example with this version of Yosys results in:
+ ../../../nextpnr-xilinx --chipdb ../../xc7a35t.bin --xdc arty.xdc --json attosoc.json --write attosoc_routed.json --fasm attosoc.fasm
ERROR: Found an out-of-range integer parameter in the JSON file.
Please regenerate the input file with an up-to-date version of yosys.
0 warnings, 1 error
Using the latest revision (currently 83f84af) fixes this.
This version of Yosys needs updated to work with
nextpnr-xilinx.Running the
attosocexample with this version of Yosys results in:Using the latest revision (currently 83f84af) fixes this.