Skip to content

Commit

Permalink
util_axis_fifo: Fix slave reset interface definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Istvan Csomortani authored and Csomi committed Feb 9, 2021
1 parent 0374a7c commit b6fb5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/util_axis_fifo/util_axis_fifo_ip.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ adi_add_bus "m_axis" "master" \
}

adi_add_bus_clock "m_axis_aclk" "m_axis" "m_axis_aresetn"
adi_add_bus_clock "s_axis_aclk" "s_axis" "m_axis_aresetn"
adi_add_bus_clock "s_axis_aclk" "s_axis" "s_axis_aresetn"

## TODO: Validate RD_ADDRESS_WIDTH

Expand Down

0 comments on commit b6fb5a9

Please sign in to comment.