tnt
12/06/2024, 6:43 PMAsma Mohsin
12/06/2024, 6:47 PMAsma Mohsin
12/06/2024, 6:48 PMtnt
12/06/2024, 6:50 PMAsma Mohsin
12/06/2024, 6:52 PMMarcel Jung
12/06/2024, 6:54 PMwe previously had to add it in another submission also as without it macros were not getting connected to powerAnd in this design it actually fixed our issue, but for the current design it does not.
Mitch Bailey
12/06/2024, 9:55 PM7-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.Asma Mohsin
12/06/2024, 10:52 PM