axi_adcfifo: Infer clock and reset signals
parent
b7f8345f17
commit
3436210429
|
@ -79,5 +79,9 @@ set_property range 4294967296 [ipx::get_address_spaces axi \
|
|||
set_property width 512 [ipx::get_address_spaces axi \
|
||||
-of_objects [ipx::current_core]]
|
||||
|
||||
ipx::infer_bus_interface dma_clk xilinx.com:signal:clock_rtl:1.0 [ipx::current_core]
|
||||
ipx::infer_bus_interface adc_clk xilinx.com:signal:clock_rtl:1.0 [ipx::current_core]
|
||||
ipx::infer_bus_interface adc_rst xilinx.com:signal:reset_rtl:1.0 [ipx::current_core]
|
||||
|
||||
ipx::save_core [ipx::current_core]
|
||||
|
||||
|
|
Loading…
Reference in New Issue