spi_engine: Update the ad_rst instance

main
Istvan Csomortani 2019-01-14 13:11:59 +00:00 committed by István Csomortáni
parent 68c1f92066
commit 91801bfe0d
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ module axi_spi_engine #(
wire spi_reset;
ad_rst i_spi_resetn (
.preset(up_sw_reset),
.rst_async(up_sw_reset),
.clk(spi_clk),
.rst(spi_reset)
);