From ade67ecf21c274c73c99543e51eda99ac847686c Mon Sep 17 00:00:00 2001 From: Sergiusz Bazanski Date: Sat, 14 Jul 2018 18:50:23 +0100 Subject: Revert "Move read methods to ReadMethods, remove some legacy access to Arch" This reverts commit 3352ff4abbcac563e08d78ed8aa77728d00284a8. --- ice40/arch.h | 1 - ice40/picorv32.sh | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'ice40') diff --git a/ice40/arch.h b/ice40/arch.h index ec1e456f..cdee92e4 100644 --- a/ice40/arch.h +++ b/ice40/arch.h @@ -578,7 +578,6 @@ class Arch : public BaseCtx // ------------------------------------------------- - // TODO(q3k) move this to archproxies? DecalXY getFrameDecal() const; DecalXY getBelDecal(BelId bel) const; DecalXY getWireDecal(WireId wire) const; diff --git a/ice40/picorv32.sh b/ice40/picorv32.sh index 0518db83..2c67f641 100755 --- a/ice40/picorv32.sh +++ b/ice40/picorv32.sh @@ -1,6 +1,6 @@ #!/bin/bash set -ex -#rm -f picorv32.v -#wget https://raw.githubusercontent.com/cliffordwolf/picorv32/master/picorv32.v -#yosys -p 'synth_ice40 -nocarry -json picorv32.json -top top' picorv32.v picorv32_top.v -CPUPROFILE=../profile ../nextpnr-ice40 --hx8k --asc picorv32.asc --json picorv32.json +rm -f picorv32.v +wget https://raw.githubusercontent.com/cliffordwolf/picorv32/master/picorv32.v +yosys -p 'synth_ice40 -nocarry -json picorv32.json -top top' picorv32.v picorv32_top.v +../nextpnr-ice40 --hx8k --asc picorv32.asc --json picorv32.json -- cgit v1.2.3