meisnere
meisnere
Synthesized the following module: module test #(parameter int MuBi4Width = 4) ( output logic [MuBi4Width-1:0] outval ); typedef enum logic [MuBi4Width-1:0] { MuBi4True = 4'hA, // enabled MuBi4False = 4'h5...
In addition for adding values to OPTIONAL_FIELDS inside field.py and register.py, I would also like to add values to OPTIONAL_FIELDS inside ip_block.py.
I think option 3 is the best, as it can spot typos while defining a vendor specific field.
Thank you @engdoreis. @andreaskurth please decide which implementation is better for you. For me both are ok.