abs-tudelft / vhdmmio

VHDL code generator for AXI4-lite register files

Home Page:https://abs-tudelft.github.io/vhdmmio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reset-active low is not reflected on axi template

mbrobbel opened this issue · comments

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:

|if reset = '1' then

Never mind, I can't read.

low: the reset signal is active-low. The default reset port name cannot be used.