Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rene Habraken
GRAND_V1
Commits
9ce1c2d0
Commit
9ce1c2d0
authored
Mar 26, 2021
by
Rene
Browse files
add modified script with relative path to master
parent
e6e1b6df
Changes
1
Show whitespace changes
Inline
Side-by-side
projects/scripts/adi_project_xilinx.tcl
View file @
9ce1c2d0
...
...
@@ -259,7 +259,8 @@ proc adi_project_run {project_name} {
}
#RH: Added to ignore missing IOSTANDARD
set_property STEPS.WRITE_BITSTREAM.TCL.PRE
{
/home/rene/Data/FPGA_workdir/adi/hdl/projects/scripts/grand_xilinx_msg.tcl
}
[
get_runs impl_1
]
# absolute path: set_property STEPS.WRITE_BITSTREAM.TCL.PRE
{
/home/rhabraken/GRAND/grand_v1/projects/scripts/grand_xilinx_msg.tcl
}
[
get_runs impl_1
]
set_property STEPS.WRITE_BITSTREAM.TCL.PRE
{
../../../../scripts/grand_xilinx_msg.tcl
}
[
get_runs impl_1
]
launch_runs impl_1 -to_step write_bitstream
wait_on_run impl_1
...
...
Write
Preview
Supports
Markdown
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