Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 13, 2024
1 parent 11a30f0 commit f3b934a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/carfield.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1769,7 +1769,7 @@ if (CarfieldIslandsCfg.secured.enable) begin : gen_secure_subsystem
typedef logic [Cfg.AxiUserWidth-1:0] narrow_axi_user_t;
typedef logic [Cfg.AxiMstIdWidth-1:0] narrow_axi_out_id_t;

`AXI_TYPEDEF_ALL(carfield_axi_mst_narrow, narrow_axi_addr_t, narrow_axi_out_id_t, \
`AXI_TYPEDEF_ALL(carfield_axi_mst_narrow, narrow_axi_addr_t, narrow_axi_out_id_t,
narrow_axi_data_t, narrow_axi_strb_t, narrow_axi_user_t)

`ifndef SECD_NETLIST
Expand Down

0 comments on commit f3b934a

Please sign in to comment.