Open
Description
All handshake memories must currently have an id
integer attribute. To no surprise, this is used to unique each handshake memory.
Issues with this:
- No logic is implemented to assert that id's are actually unique
- The
id
s should be replaced with symbols (in other words, memories should be named). This will also help lowerings, which nevertheless are forced to come up with some unique name for the memory (currently based on the id).
Activity