Skip to content

Commit

Permalink
BUILD: Use latest ORFS syntax
Browse files Browse the repository at this point in the history
Updates 'RTLMP_FLOW' configuration variable to use '1/0' value instead of 'True/False'

Signed-off-by: Illia Vysochyn <[email protected]>
  • Loading branch information
ivysochyn committed Aug 7, 2024
1 parent a32d14c commit d417829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ orfs_flow(
},
"floorplan": {
"CORE_UTILIZATION": "3",
"RTLMP_FLOW": "True",
"RTLMP_FLOW": "1",
"CORE_MARGIN": "2",
"MACRO_PLACE_HALO": "30 30",
},
Expand Down

0 comments on commit d417829

Please sign in to comment.