Skip to content

Commit

Permalink
hw: Flatten FPU count configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
suehtamacv committed Dec 5, 2023
1 parent 0484983 commit 7782091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hw/system/spatz_cluster/src/spatz_cluster_wrapper.sv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ module ${cfg['name']}_wrapper
localparam int unsigned NumIntOutstandingLoads [NumCores] = '{${core_cfg('num_int_outstanding_loads')}};
localparam int unsigned NumIntOutstandingMem [NumCores] = '{${core_cfg('num_int_outstanding_mem')}};
localparam int unsigned NumSpatzOutstandingLoads [NumCores] = '{${core_cfg('num_spatz_outstanding_loads')}};
localparam int unsigned NumSpatzFPUs [NumCores] = '{${cfg['n_fpu']}};
localparam int unsigned NumSpatzIPUs [NumCores] = '{${cfg['n_ipu']}};
localparam int unsigned NumSpatzFPUs [NumCores] = '{${core_cfg['n_fpu']}};
localparam int unsigned NumSpatzIPUs [NumCores] = '{${core_cfg['n_ipu']}};

spatz_cluster_pkg::spatz_axi_iwc_out_req_t axi_from_cluster_iwc_req;
spatz_cluster_pkg::spatz_axi_iwc_out_resp_t axi_from_cluster_iwc_resp;
Expand Down

0 comments on commit 7782091

Please sign in to comment.