pluto_hdl_adi/library/axi_dac_interpolate
Lars-Peter Clausen 53c8ece8f8 axi_dac_interpolate: Reduce AXI address width
The axi_dac_interpolate does not use the full width of the AXI interface
address. It only responds to register access in the first 32 registers.

Reduce the size of the AXI address to 7 bit accordingly. This allows the
scripts to correctly infer the internal register map size which will cause
the interconnect to filter out access to these unused register.

This slightly reduces utilization by getting rid of some pipeline
registers.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2017-04-18 12:17:41 +02:00
..
Makefile axi_dac_interpolate: Initial commit 2017-01-31 16:22:49 +02:00
axi_dac_interpolate.v axi_dac_interpolate: Reduce AXI address width 2017-04-18 12:17:41 +02:00
axi_dac_interpolate_constr.xdc axi_dac_interpolate: Make dac_reset external 2017-04-18 12:17:39 +02:00
axi_dac_interpolate_filter.v axi_dac_interpolate: Register output mux signal 2017-04-18 12:17:40 +02:00
axi_dac_interpolate_ip.tcl axi_dac_interpolate: Move processing pipeline to own sub-module 2017-04-18 12:17:40 +02:00
axi_dac_interpolate_reg.v axi_dac_interpolate: Reduce AXI address width 2017-04-18 12:17:41 +02:00
cic_interp.v axi_dac_interpolate: Initial commit 2017-01-31 16:22:49 +02:00
fir_interp.v axi_dac_interpolate: Initial commit 2017-01-31 16:22:49 +02:00