Here's a proposal for the register file interface for enable, it basically adds a write method that takes an optional enable parameter. Here's an example:
This looks great, I think it should work for my use case, thanks! I think I might be also able to use what you've done here to extend this interface as necessary for other enables / ports.
CC @kavyasreedhar
Here's a proposal for the register file interface for enable, it basically adds a write method that takes an optional enable parameter. Here's an example:
I'm open to alternative syntaxes, but this should get you started and it's easy enough to change. Does this seem like it would work for your use case?