Skip to content

Commit

Permalink
Remove global includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Belano committed Oct 18, 2024
1 parent 4d89e3d commit 29ef2da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions rtl/cluster_interconnect_wrap.sv
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@

`include "hci_helpers.svh"

import hci_package::*;

module cluster_interconnect_wrap
import hci_package::*;
#(
parameter NB_CORES = 12,
parameter HWPE_PRESENT = 1,
Expand Down
3 changes: 1 addition & 2 deletions rtl/hwpe_subsystem.sv
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@

`include "hci_helpers.svh"

module hwpe_subsystem
import hci_package::*;
import pulp_cluster_package::*;

module hwpe_subsystem
#(
parameter hwpe_subsystem_cfg_t HWPE_CFG = '0,
parameter int unsigned N_CORES = 8,
Expand Down

0 comments on commit 29ef2da

Please sign in to comment.