<@U016HSALFAN> Huh ... by calling `place_io` rathe...
# caravel
t
@User Huh ... by calling
place_io
rather than
place_io_ol -cfg $::env(FP_PIN_ORDER_CFG)
in the
interactive.tcl
of
user_project_wrapper
, I think the whole fixed pin order is completely ignored ....
🙌 1
a
@tnt: yeah,
place_io
and
place_io_ol -cfg $config
are two different commands.
place_io
won't follow the configuration file, but
place_io_ol
will. Or is the issue is that
place_io_ol
ignores the file?
t
Yeah I know they are different that's my point. The current script calls
place_io
and so ignores the fixed IO requirement.
a
@tnt: I see. Ghazy fixed that in his fork a couple of days ago https://github.com/ax3ghazy/caravel-1/blob/new_dimensions/openlane/user_project_wrapper/interactive.tcl I'd expect it to be merged back to upstream soon.
a
@tnt: I pushed that to develop yesterday; should be fine now.
t
👍