From 804e47d8ff5651b579f6c43fcb96b569e0cbcdc5 Mon Sep 17 00:00:00 2001
From: Clifford Wolf
yosys -p "synth_ice40 -blif rot.blif" rot.v -arachne-pnr -d 1k -p rot.pcf rot.blif -o rot.txt -icepack rot.txt rot.bin +arachne-pnr -d 1k -p rot.pcf rot.blif -o rot.asc +icepack rot.asc rot.bin iceprog rot.bin
$ yosys -p 'synth_ice40 -top top -blif example.blif' example.v -$ arachne-pnr -d 1k -o example.txt -p example.pcf example.blif -$ icepack example.txt example.bin +$ arachne-pnr -d 1k -o example.asc -p example.pcf example.blif +$ icepack example.asc example.bin
We would get something like the following icebox_explain output:
-$ icebox_explain example.txt -Reading file 'example.txt'.. +$ icebox_explain example.asc +Reading file 'example.asc'.. Fabric size (without IO tiles): 12 x 16 .io_tile 0 10 @@ -308,8 +308,8 @@ buffer sp4_h_r_24 local_g3_0And something like the following icebox_vlog output: -$ icebox_vlog -p example.pcf example.txt -// Reading file 'example.txt'.. +$ icebox_vlog -p example.pcf example.asc +// Reading file 'example.asc'.. module chip (output y, input b, input a); -- cgit v1.2.3