Are you sure you need a comma inside the quotes ?
# caravel
t
Are you sure you need a comma inside the quotes ?
We saw it here and multiple other locations that this should solve the issue.
t
Ok, that's weird ... but 🤷
a
we previously had to add it in another submission also as without it macros were not getting connected to power
m
we previously had to add it in another submission also as without it macros were not getting connected to power
And in this design it actually fixed our issue, but for the current design it does not.
m
@Asma Mohsin openlane1? openlane2? Can you share the full
7-pdn.log
and
config.json
files? @tnt the reason the
,
is needed inside the the `"`s is that the list variable is converted to one long string (it is also possible to specify as a string instead of a list). The string is then split on
,
to generate multiple macro assignments.
a
it was inside the caravel wrapper so openlane 1. also we followed the following syntax and it worked. "FP_PDN_MACRO_HOOK": "macro1 vccd1 vssd1 vccd1 vssd1, macro2 vccd1 vssd1 vccd1 vssd1",
👍 1