mirror of https://github.com/YosysHQ/yosys.git
examples/anlogic/ now also output the SVF file.
This commit is contained in:
parent
d03780c3f4
commit
7c03b0b082
|
@ -2,3 +2,6 @@ demo.bit
|
||||||
demo_phy.area
|
demo_phy.area
|
||||||
full.v
|
full.v
|
||||||
*.log
|
*.log
|
||||||
|
*.h
|
||||||
|
*.tde
|
||||||
|
*.svf
|
||||||
|
|
|
@ -10,4 +10,3 @@ set TD_HOME env variable to the full path to the TD <TD Install Directory> as fo
|
||||||
export TD_HOME=<TD Install Directory>
|
export TD_HOME=<TD Install Directory>
|
||||||
|
|
||||||
then run "bash build.sh" in this directory.
|
then run "bash build.sh" in this directory.
|
||||||
|
|
||||||
|
|
|
@ -8,4 +8,4 @@ pack
|
||||||
place
|
place
|
||||||
route
|
route
|
||||||
report_area -io_info -file demo_phy.area
|
report_area -io_info -file demo_phy.area
|
||||||
bitgen -bit demo.bit -version 0X00 -g ucode:00000000000000000000000000000000
|
bitgen -bit demo.bit -version 0X0000 -svf demo.svf -svf_comment_on -g ucode:00000000000000000000000000000000
|
||||||
|
|
Loading…
Reference in New Issue