Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Yosys #86

Open
wants to merge 3 commits into
base: astral
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove global includes
  • Loading branch information
Andrea Belano committed Oct 18, 2024
commit 29ef2da3130838f095027e2822a0f7d901631e0a
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
Loading