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
9cafae1c
Commit
9cafae1c
authored
7 years ago
by
Robert Jordens
Browse files
Options
Download
Email Patches
Plain Diff
vivado: create project explicitly
parent
00c6f582
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
migen/build/xilinx/vivado.py
migen/build/xilinx/vivado.py
+1
-0
No files found.
migen/build/xilinx/vivado.py
View file @
9cafae1c
...
@@ -88,6 +88,7 @@ class XilinxVivadoToolchain:
...
@@ -88,6 +88,7 @@ class XilinxVivadoToolchain:
def
_build_batch
(
self
,
platform
,
sources
,
build_name
):
def
_build_batch
(
self
,
platform
,
sources
,
build_name
):
tcl
=
[]
tcl
=
[]
tcl
.
append
(
"create_project -in_memory -part {}"
.
format
(
platform
.
device
))
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