mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
libero enable enhanced constraints
Libero 12.0 does not support any more classic constraint flow
This commit is contained in:
parent
6e6fe83af3
commit
f47e4978f2
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ def _build_tcl(platform, sources, build_dir, build_name):
|
|||
"-standalone_peripheral_initialization 0",
|
||||
"-instantiate_in_smartdesign 1",
|
||||
"-ondemand_build_dh 0",
|
||||
"-use_enhanced_constraint_flow 0",
|
||||
"-use_enhanced_constraint_flow 1",
|
||||
"-hdl {VERILOG}",
|
||||
"-family {PolarFire}",
|
||||
"-die {}",
|
||||
|
|
Loading…
Reference in a new issue