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

Add custom address width feature

johanpel opened this issue · comments

Currently, the width of the address field for the AXI4-lite aw/ar channels are fixed at 32-bits.

For some use-cases, it is desirable if we could set the address width to something else.

From a quick scan of the specification, there seems to be no restrictions on the AXI4 address width.