Skip to content

Commit

Permalink
COMMON: add parentheses in aviary defines for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
muwyse committed May 20, 2021
1 parent 157b61a commit ccfdb48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bp_common/src/include/bp_common_aviary_defines.svh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
, localparam num_lce_p = proc_param_lp.num_lce \
\
, localparam core_id_width_p = `BSG_SAFE_CLOG2(cc_x_dim_p*cc_y_dim_p) \
, localparam cce_id_width_p = `BSG_SAFE_CLOG2((cc_x_dim_p*1+2)*(cc_y_dim_p*1+2)) \
, localparam lce_id_width_p = `BSG_SAFE_CLOG2((cc_x_dim_p*2+2)*(cc_y_dim_p*2+2)) \
, localparam cce_id_width_p = `BSG_SAFE_CLOG2(((cc_x_dim_p*1)+2)*((cc_y_dim_p*1)+2)) \
, localparam lce_id_width_p = `BSG_SAFE_CLOG2(((cc_x_dim_p*2)+2)*((cc_y_dim_p*2)+2)) \
\
, localparam vaddr_width_p = proc_param_lp.vaddr_width \
, localparam paddr_width_p = proc_param_lp.paddr_width \
Expand Down

0 comments on commit ccfdb48

Please sign in to comment.