Commit f5da0f76 authored by Robert Jordens's avatar Robert Jordens
Browse files

vivado: create vivado project to enable inspection

parent e63093ba
...@@ -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")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment