Avalon master read fails #60
Labels
kind: bug
Something isn't working
scope: hw generators
Related to HDL generators
status: todo
Planned for implementation
Milestone
Verification environment : CoCoTb + ghdl
OS : Ubuntu 24.04
I have specified , with json, and generated a simple set of registers being:
0x00 : RevId, RO
0x04 : Scratch, RW
However it seems that these are not working together.
The CoCoTb bus driver removes the address, or rather sets it to 'X', after 1 clock cycle.
The generated corsair interface samples the read signal but does not so with the address.
Looking at the specification of Avalon, it should not be required to latch the address. So why then for the read.
The text was updated successfully, but these errors were encountered: