Add the possibility to write field attributes in a more compact way.
E.g sth like:
width 36
software {
ro
}
hardware {
wo
no_wen
}
combines to
attributes { width 36 sw_ro hw_wo hw_no_wen }
This could compact the size of the RF definitions... ( E.g. at the moment 35 hardware register easily need 1500 lines of code as description)
Add the possibility to write field attributes in a more compact way.
E.g sth like:
combines to
This could compact the size of the RF definitions... ( E.g. at the moment 35 hardware register easily need 1500 lines of code as description)