himbaechel: Switch default back to router1 for now

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2023-11-17 09:09:59 +01:00
parent 5bfe0dd1b1
commit e2a887ef0d
2 changed files with 2 additions and 2 deletions

View File

@ -318,7 +318,7 @@ const std::string Arch::defaultPlacer = "heap";
const std::vector<std::string> Arch::availablePlacers = {"sa", "heap"};
const std::string Arch::defaultRouter = "router2";
const std::string Arch::defaultRouter = "router1";
const std::vector<std::string> Arch::availableRouters = {"router1", "router2"};
void Arch::set_fast_pip_delays(bool fast_mode)

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -ex
yosys -p "synth_xilinx -flatten -abc9 -nobram -arch xc7 -top top; write_json blinky.json" blinky.v
nextpnr-himbaechel --device xc7a35tcsg324-1 -o xdc=arty.xdc --json blinky.json -o fasm=blinky.fasm
nextpnr-himbaechel --device xc7a35tcsg324-1 -o xdc=arty.xdc --json blinky.json -o fasm=blinky.fasm --router router2
../bitgen_xray.sh xc7a35tcsg324-1 blinky.fasm blinky.bit