From 8f0e8888156f055c8713c19fddc15107356344e1 Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Sun, 2 Dec 2018 15:40:20 -0800 Subject: [PATCH] nextpnr now writes to log, netgen to overwrite --- xc7/attosoc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xc7/attosoc.sh b/xc7/attosoc.sh index f6a125da..e7f1c95a 100755 --- a/xc7/attosoc.sh +++ b/xc7/attosoc.sh @@ -3,10 +3,10 @@ #rm -f picorv32.v #wget https://raw.githubusercontent.com/cliffordwolf/picorv32/master/picorv32.v yosys attosoc.ys -../nextpnr-xc7 --json attosoc.json --xdl attosoc.xdl --pcf attosoc.pcf --freq 150 +../nextpnr-xc7 --json attosoc.json --xdl attosoc.xdl --pcf attosoc.pcf --freq 150 |& tee attosoc.log xdl -xdl2ncd attosoc.xdl bitgen -w attosoc.ncd -g UnconstrainedPins:Allow trce attosoc.ncd -v 10 -netgen -sim -ofmt vhdl attosoc.ncd attosoc_pnr.vhd +netgen -sim -ofmt vhdl attosoc.ncd -w attosoc_pnr.vhd ghdl -c -fexplicit --no-vital-checks --ieee=synopsys -Pxilinx-ise attosoc_tb.vhd attosoc_pnr.vhd -r testbench