From 804e47d8ff5651b579f6c43fcb96b569e0cbcdc5 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 1 Jan 2016 15:08:41 +0100 Subject: Renamed IceBox .txt files to .asc files --- docs/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index d02cbd9..d8e676e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -61,8 +61,8 @@ arachne-pnr (this example targets the iCEstick development board):

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

Where are the Tools? How to install?

@@ -263,16 +263,16 @@ And run them through Yosys, Arachne-PNR and IcePack:

$ 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_0
And 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