Skip to content

Commit

Permalink
fixing interconnect in network controller
Browse files Browse the repository at this point in the history
  • Loading branch information
David Sidler committed Jul 15, 2019
1 parent c4d6fbd commit 71d3bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdl/common/network_controller.sv
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ axis_data_fifo_160 legacy_cmd_fifo (
);

// Merge the two FIFOs
axis_interconnect_2to1_160 cmd_fifo_merge_inst (
axis_interconnect_160_2to1 cmd_fifo_merge_inst (
.ACLK(net_clk), // input wire ACLK
.ARESETN(net_aresetn), // input wire ARESETN
.S00_AXIS_ACLK(net_clk), // input wire S00_AXIS_ACLK
Expand Down

0 comments on commit 71d3bf4

Please sign in to comment.