pluto_hdl_adi/library/axi_adc_decimate
Lars-Peter Clausen 837b2c02e2 axi_adc_decimate: Reduce AXI address width
The axi_adc_decimate 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_adc_decimate: Re-implement CIC filter 2017-04-18 12:17:40 +02:00
axi_adc_decimate.v axi_adc_decimate: Reduce AXI address width 2017-04-18 12:17:41 +02:00
axi_adc_decimate_constr.xdc axi_adc_decimate: Make adc_reset external 2017-04-18 12:17:39 +02:00
axi_adc_decimate_filter.v axi_adc_decimate: Do proper sign extension in bypass mode 2017-04-18 12:17:40 +02:00
axi_adc_decimate_ip.tcl axi_adc_decimate: Re-implement CIC filter 2017-04-18 12:17:40 +02:00
axi_adc_decimate_reg.v axi_adc_decimate: Reduce AXI address width 2017-04-18 12:17:41 +02:00
cic_decim.v axi_adc_decimate: Gate unused filter parts 2017-04-18 12:17:40 +02:00
fir_decim.v axi_adc_decimate: Re-implemented FIR filter 2017-04-18 12:17:40 +02:00