9f382d56c6
Currently the register map range of a peripheral is hardcoded to 64k. Not all peripherals need that much space though and reducing the size of the address can reduce the amount of logic required, both in the interconnect as well as in the peripheral. Let adi_ip_properties() infer the size of the register map from the number of bits of the address when creating the register map. For backwards compatibility limit the register map size to 64k since currently peripherals have a address width of 32 bits, event if they use less. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> |
||
---|---|---|
library | ||
projects | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md |
README.md
HDL Reference Designs
Analog Devices Inc. HDL libraries and projects
Branches
Each release has its own branch and master always synced with the latest release. To find out more information about the latest release please check the release notes. Every branch, which has dev in its name, is a development branch and should handle it accordingly.