Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
FPGA
open-esa-fpga-benchmark-suite
Commits
84f35e48
Commit
84f35e48
authored
May 24, 2017
by
Thomas Lange
Browse files
*fix: read out of VHDL version entry.
parent
c864c3c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/xilinx/new_ise_project.tcl
View file @
84f35e48
...
...
@@ -55,7 +55,7 @@ set prj_set [json::json2dict $prj_set_json]
set project_name
[
dict get $prj_set name
]
set hdl_files
[
dict get $prj_set hdlFiles
]
if
{
[
dict exists $prj_set VHDLVersion
]
== 1
}
{
set VHDL_ver
[
dict get $prj_set
VHDL
Version
]
set VHDL_ver
[
dict get $prj_set
vhdl
Version
]
}
else
{
set VHDL_ver
"VHDL1993"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment