Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel LiteX
migen
Commits
171860af
Commit
171860af
authored
7 years ago
by
Robert Jordens
Browse files
Options
Download
Email Patches
Plain Diff
vivado: create ars_meta, ars_false_path properties
parent
b560d1bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
migen/build/xilinx/vivado.py
migen/build/xilinx/vivado.py
+2
-0
No files found.
migen/build/xilinx/vivado.py
View file @
171860af
...
@@ -92,6 +92,8 @@ class XilinxVivadoToolchain:
...
@@ -92,6 +92,8 @@ class XilinxVivadoToolchain:
tcl
=
[]
tcl
=
[]
tcl
.
append
(
"create_project -force -part {} {}"
.
format
(
tcl
.
append
(
"create_project -force -part {} {}"
.
format
(
platform
.
device
,
build_name
))
platform
.
device
,
build_name
))
tcl
.
append
(
"create_property ars_meta net"
)
tcl
.
append
(
"create_property ars_false_path net"
)
for
filename
,
language
,
library
in
sources
:
for
filename
,
language
,
library
in
sources
:
filename_tcl
=
"{"
+
filename
+
"}"
filename_tcl
=
"{"
+
filename
+
"}"
tcl
.
append
(
"add_files "
+
filename_tcl
)
tcl
.
append
(
"add_files "
+
filename_tcl
)
...
...
This diff is collapsed.
Click to expand it.
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