wave: fix write to busy sysbus
This commit is contained in:
@@ -85,7 +85,7 @@ begin
|
||||
if enabled = '1' then
|
||||
if active = '1' and m_busy = '1' then
|
||||
deferred := '1';
|
||||
elsif deferred = '1' or (active = '1' and m_busy = '0') then
|
||||
elsif m_busy = '0' and (deferred = '1' or active = '1') then
|
||||
m_we <= '1';
|
||||
m_addr <= out_addr;
|
||||
if high = '1' then
|
||||
|
||||
Reference in New Issue
Block a user