You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, incredible library. Well designed and well engineered. Thanks for your hard work!
I'm testing a custom AXI module whose upstream master likes to drive all channel signals back to 0 when *VALID is low. Because this python library doesn't change the signal values when *VALID goes low, there was an uncaught bug where my module depended on this library's behavior.
Would it be possible to add an option to drive channel signals back to some default value when not active?
The text was updated successfully, but these errors were encountered:
First of all, incredible library. Well designed and well engineered. Thanks for your hard work!
I'm testing a custom AXI module whose upstream master likes to drive all channel signals back to 0 when
*VALID
is low. Because this python library doesn't change the signal values when*VALID
goes low, there was an uncaught bug where my module depended on this library's behavior.Would it be possible to add an option to drive channel signals back to some default value when not active?
The text was updated successfully, but these errors were encountered: