ise: move -user_new_parser to xst_opt
This commit is contained in:
parent
70bc4ecb59
commit
99fb0d4619
|
@ -54,7 +54,6 @@ def _build_xst_files(device, sources, vincpaths, build_name, xst_opt):
|
||||||
|
|
||||||
xst_contents = """run
|
xst_contents = """run
|
||||||
-ifn {build_name}.prj
|
-ifn {build_name}.prj
|
||||||
-use_new_parser yes
|
|
||||||
-top top
|
-top top
|
||||||
{xst_opt}
|
{xst_opt}
|
||||||
-ofn {build_name}.ngc
|
-ofn {build_name}.ngc
|
||||||
|
@ -133,6 +132,7 @@ bitgen {bitgen_opt} {build_name}.ncd {build_name}.bit
|
||||||
class XilinxISEToolchain:
|
class XilinxISEToolchain:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.xst_opt = """-ifmt MIXED
|
self.xst_opt = """-ifmt MIXED
|
||||||
|
-use_new_parser yes
|
||||||
-opt_mode SPEED
|
-opt_mode SPEED
|
||||||
-register_balancing yes"""
|
-register_balancing yes"""
|
||||||
self.map_opt = "-ol high -w"
|
self.map_opt = "-ol high -w"
|
||||||
|
|
Loading…
Reference in New Issue