Closed kdloe closed 5 years ago
Not this week ;) ...or anytime soon realistically.
Currently tool only supports the following aggregations for creating external regions:
It isn't clear what the errextbus actually does from the rdl1.0 spec, so it wasn't implemented. However, all generated external interfaces have a nack input by default for indicating an invalid transaction occurred - this indication is returned to the main decoder interface.
Hello - We use the shared external bus to connect to multiple SRAMS that have been mapped into the register space and save on signals. We also use the errextbus for returning the SRAM secded errors.
Currently you will need to wrap elements in a single regfile to get a single external interface. Only exception is case of regs in replicated regfile hierarchy, which can be collapsed to single i/f using rep_level external option.
Can return nack from external region for ecc/parity fails / ack for valid transactions. Generally use interrupt scheme for fail detect/logging of ram fails.
Tried this out and we think it will work for us.
The ORDT wiki documentation lists "sharedextbus" and "errextbus" as unsupported attributes. When can/will these become supported attributes? :-)