Closed mbrobbel closed 4 years ago
entity: reset-active: low
This does not reflect on the AXI reset:
if reset = '1' then
It should be:
if reset = '0' then
This looks like the template: https://github.com/abs-tudelft/vhdmmio/blob/33baa91448f16f889aea5ed8b6906ada922c6c44/vhdmmio/vhdl/behavior/axi.template.vhd#L128
Never mind, I can't read.
low: the reset signal is active-low. The default reset port name cannot be used.
This does not reflect on the AXI reset:
It should be:
This looks like the template: https://github.com/abs-tudelft/vhdmmio/blob/33baa91448f16f889aea5ed8b6906ada922c6c44/vhdmmio/vhdl/behavior/axi.template.vhd#L128