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 8, 2024
1 parent 9628708 commit 443dbdc
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 @@ -123,7 +123,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 443dbdc

Please sign in to comment.