Skip to content
This repository was archived by the owner on Jan 16, 2020. It is now read-only.

fix quartus compile error #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/axi_node_wrap_with_slices.sv
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ module axi_node_wrap_with_slices #(
input logic clk,
input logic rst_n,
input logic test_en_i,
AXI_BUS.Slave slave [NB_SLAVE-1:0],
AXI_BUS.Master master [NB_MASTER-1:0],
AXI_BUS.in slave [NB_SLAVE-1:0],
AXI_BUS.out master [NB_MASTER-1:0],
// Memory map
input logic [NB_MASTER-1:0][AXI_ADDR_WIDTH-1:0] start_addr_i,
input logic [NB_MASTER-1:0][AXI_ADDR_WIDTH-1:0] end_addr_i
Expand Down