From fbbcd7e6c79299c5aab3119a50e202e0e4d8203a Mon Sep 17 00:00:00 2001 From: Trevor Rudolph Date: Mon, 8 Jul 2019 14:56:40 -0400 Subject: [PATCH] Wrong model specified for icetime The picosoc sample Makefile had the wrong model specified. It is also incorrect stated that the TinyFPGA BX uses an HX8K in GoJimmyPi's blog post describing how to use picosoc on the TinyFPGA https://gojimmypi.blogspot.com/2019/01/risc-v-on-fpga-tinyfpga-via-wsl.html --- examples/picosoc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/picosoc/Makefile b/examples/picosoc/Makefile index d174349..827db0d 100644 --- a/examples/picosoc/Makefile +++ b/examples/picosoc/Makefile @@ -10,7 +10,7 @@ hardware.asc: hardware.pcf hardware.blif arachne-pnr -d 8k -P cm81 -o hardware.asc -p hardware.pcf hardware.blif hardware.bin: hardware.asc - icetime -d hx8k -c 12 -mtr hardware.rpt hardware.asc + icetime -d lp8k -c 12 -mtr hardware.rpt hardware.asc icepack hardware.asc hardware.bin