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/demo.adc | |
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/demo.adc')
-rw-r--r-- | examples/anlogic/demo.adc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/anlogic/demo.adc b/examples/anlogic/demo.adc index c8fbaed3e..ec802502e 100644 --- a/examples/anlogic/demo.adc +++ b/examples/anlogic/demo.adc @@ -1,2 +1,2 @@ set_pin_assignment {CLK_IN} { LOCATION = K14; } ##24MHZ -set_pin_assignment {R_LED} { LOCATION = R3; } ##R_LED
\ No newline at end of file +set_pin_assignment {R_LED} { LOCATION = R3; } ##R_LED |