Closed rafaelcorsi closed 3 years ago
The external Instruction memory (a) should check for the it valid cycle signal not for the b external memory signal:
https://github.com/stnolting/neorv32/blob/3be750c5e286aca58ae488a78dbecb9ade105269/sim/neorv32_tb.vhd#L544
+(wb_mem_a.cyc = '1') -(wb_mem_b.cyc = '1')
If its is correct I could generate a PR.
all the best,
You are right, this seems to be a typo 🙈
:+1:
The external Instruction memory (a) should check for the it valid cycle signal not for the b external memory signal:
https://github.com/stnolting/neorv32/blob/3be750c5e286aca58ae488a78dbecb9ade105269/sim/neorv32_tb.vhd#L544
If its is correct I could generate a PR.
all the best,