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

Update SoC/cluster versions to include HCI, fix NB_HWPE_PORTS to 9 #42

Merged
merged 1 commit into from
Jan 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions ips_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
#

pulp_soc:
commit: v1.4.2
commit: v1.4.3
server: https://github.com
group: pulp-platform

pulp_cluster:
commit: pulp_cluster_v1.2
commit: v1.4
server: https://github.com
group: pulp-platform

Expand Down
2 changes: 1 addition & 1 deletion rtl/pulp/cluster_domain.sv
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module cluster_domain
#(
//CLUSTER PARAMETERS
parameter NB_CORES = `NB_CORES,
parameter NB_HWPE_PORTS = 4,
parameter NB_HWPE_PORTS = 9,
parameter NB_DMAS = 4,

parameter TCDM_SIZE = 64*1024, // in Byte, POWER of 2
Expand Down