PeakRDL-regblock icon indicating copy to clipboard operation
PeakRDL-regblock copied to clipboard

User defined property for specifying cpuif

Open RasmusGOlsen opened this issue 1 year ago • 1 comments

Can we add a user-defined property to enable the specification of the cpuif type from the SystemRDL code as well as from the command line? This would also make it easier to implement in a development flow without having to supply additional information from different sources when having multiple bus protocols in the design.

addrmap block {
    name = "Block";
    description="Example for specifying cpuif";
    cpuif = "axi4-lite";
};

RasmusGOlsen avatar Dec 14 '23 19:12 RasmusGOlsen

I agree. That would be helpful

arnonsha avatar Jan 02 '24 20:01 arnonsha