pluto_hdl_adi/library/scripts
Lars-Peter Clausen 9f382d56c6 scripts/adi_ip.pl: Infer register map range from address width
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>
2017-04-18 12:17:40 +02:00
..
adi_env.tcl adi_env.tcl: Make default ad_hdl_dir path detection more robust 2015-04-08 14:43:56 +02:00
adi_ip.tcl scripts/adi_ip.pl: Infer register map range from address width 2017-04-18 12:17:40 +02:00
adi_ip_alt.tcl adi_ip_alt: Fix some typo 2016-12-06 15:24:21 +02:00