mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
rename for consistency
This commit is contained in:
parent
95e103960d
commit
63b4767a3d
@ -26,6 +26,6 @@ next_state_en = Signal(bool(0)) # Enable transition to next state
|
||||
interrupt_pending = Signal(bool(0))
|
||||
interrupt_assert = Signal(bool(0))
|
||||
|
||||
def test_enum_toVHDL():
|
||||
def test_bug_enum_toVHDL():
|
||||
toVHDL(pcie_legacyint_next_state_logic, state, next_state, next_state_en, interrupt_pending, interrupt_assert)
|
||||
|
Loading…
x
Reference in New Issue
Block a user