Skip to content

Commit

Permalink
[hardware] Fix spyglass wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Nov 13, 2024
1 parent 301f88e commit bd18c0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hardware/spyglass/src/ara_soc_wrap.sv
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module ara_soc_wrap (
);

localparam int unsigned NrLanes = `NR_LANES;
localparam int unsigned VLEN = `VLEN;
localparam int unsigned AxiAddrWidth = 64;
localparam int unsigned AxiDataWidth = 64 * NrLanes / 2;
localparam int unsigned AxiUserWidth = 1;
Expand All @@ -20,6 +21,7 @@ module ara_soc_wrap (

ara_soc #(
.NrLanes (NrLanes ),
.VLEN (VLEN ),
.AxiAddrWidth(AxiAddrWidth ),
.AxiDataWidth(AxiDataWidth ),
.AxiIdWidth (AxiIdWidth ),
Expand Down

0 comments on commit bd18c0b

Please sign in to comment.