Commit 6a603e1c authored by Tristan Gingold's avatar Tristan Gingold

testsuite/001ise: add a property.

parent b3b44979
......@@ -63,6 +63,7 @@ project.tcl:
echo project set \"Manual Implementation Compile Order\" \"false\" >> $@
echo project set \"Auto Implementation Top\" \"false\" >> $@
echo project set \"Create Binary Configuration File\" \"true\" >> $@
echo project set \"prop1\" \"0\" >> $@
echo set compile_directory . >> $@
echo project set top $(TOP_MODULE) >> $@
echo $(TCL_SAVE) >> $@
......
......@@ -10,4 +10,6 @@ syn_project = "gate.xise"
syn_tool = "ise"
syn_properties = [['prop1', 0]]
files = [ "../files/gate.vhdl" ]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment