Disable Hierarchical synthesis of block design
This is required for proper synthesis in non-project mode.
This commit is contained in:
parent
a5f4e25c76
commit
8d7f53e182
|
@ -6,7 +6,7 @@
|
|||
"gen_directory": "../../../../redpitaya_puzzlefw.gen/sources_1/bd/puzzlefw",
|
||||
"name": "puzzlefw",
|
||||
"rev_ctrl_bd_flag": "RevCtrlBdOff",
|
||||
"synth_flow_mode": "Hierarchical",
|
||||
"synth_flow_mode": "None",
|
||||
"tool_version": "2020.2",
|
||||
"validated": "true"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue