Skip to content

Commit

Permalink
Merge pull request #197 from proppy/workaround-config
Browse files Browse the repository at this point in the history
openlane/user_project_wrapper: use string var
  • Loading branch information
jeffdi committed Nov 20, 2022
2 parents 19768ab + 3fddcd7 commit 33556fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openlane/user_project_wrapper/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"MAGIC_ZEROIZE_ORIGIN": 0,
"FP_SIZING": "absolute",
"RUN_CVC": 0,
"UNIT": 2.4,
"UNIT": "2.4",
"FP_IO_VEXTEND": "expr::2 * $UNIT",
"FP_IO_HEXTEND": "expr::2 * $UNIT",
"FP_IO_VLENGTH": "ref::$UNIT",
Expand Down Expand Up @@ -82,4 +82,4 @@
"MAGIC_WRITE_FULL_LEF": 0,
"FP_PDN_ENABLE_RAILS": 0
}
}
}

0 comments on commit 33556fd

Please sign in to comment.