diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-03-07 11:34:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-07 11:34:12 -0800 |
commit | df0598f455990604f51cb309831e1b95193d2dc3 (patch) | |
tree | 4d192aee68c0b65d02402a208918fbc482a18391 /examples/anlogic/build.tcl | |
parent | 350dfd3745ec2efa92a601d3bab7712fd9bec07c (diff) | |
parent | 7c03b0b08209c7e1b3972a05db63b23c0b1d7a5e (diff) | |
download | yosys-df0598f455990604f51cb309831e1b95193d2dc3.tar.gz yosys-df0598f455990604f51cb309831e1b95193d2dc3.tar.bz2 yosys-df0598f455990604f51cb309831e1b95193d2dc3.zip |
Merge pull request #856 from kprasadvnsi/master
examples/anlogic/ now also output the SVF file.
Diffstat (limited to 'examples/anlogic/build.tcl')
-rw-r--r-- | examples/anlogic/build.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/anlogic/build.tcl b/examples/anlogic/build.tcl index db8c3b347..06db525c9 100644 --- a/examples/anlogic/build.tcl +++ b/examples/anlogic/build.tcl @@ -8,4 +8,4 @@ pack place route 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 |