abs-tudelft / vhdmmio

VHDL code generator for AXI4-lite register files
https://abs-tudelft.github.io/vhdmmio/
Apache License 2.0
10 stars 2 forks source link

Add custom address width feature #4

Open johanpel opened 4 years ago

johanpel commented 4 years ago

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.