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
f5da0f76
Commit
f5da0f76
authored
7 years ago
by
Robert Jordens
Browse files
Options
Download
Email Patches
Plain Diff
vivado: create vivado project to enable inspection
parent
e63093ba
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 @
f5da0f76
...
@@ -93,6 +93,7 @@ class XilinxVivadoToolchain:
...
@@ -93,6 +93,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 -force -name {} -part {}"
.
format
(
build_name
,
platform
.
device
))
tcl
.
append
(
"create_property -type bool mr_ff cell"
)
tcl
.
append
(
"create_property -type bool mr_ff cell"
)
tcl
.
append
(
"create_property -type bool mr_false_path net"
)
tcl
.
append
(
"create_property -type bool mr_false_path net"
)
tcl
.
append
(
"create_property -type bool ars_ff1 cell"
)
tcl
.
append
(
"create_property -type bool ars_ff1 cell"
)
...
...
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