Skip to content

Commit

Permalink
Update PULPD env
Browse files Browse the repository at this point in the history
  • Loading branch information
ricted98 committed Apr 1, 2024
1 parent b504040 commit 301b02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env/pulpd-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

# set up environment variables for rtl simulation
ROOTD=$(cd "$(dirname "${BASH_SOURCE[0]:-$0}")/.." && pwd)
[[ -d "$ROOTD/pulp_cluster/pulp-runtime" ]] && source "$ROOTD/pulp_cluster/pulp-runtime/configs/carfield-cluster.sh"
[[ -d "$ROOTD/pulp_cluster/pulp-runtime" ]] && source "$ROOTD/pulp_cluster/pulp-runtime/configs/astral-cluster.sh"
2 changes: 1 addition & 1 deletion target/sim/src/carfield_tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ module tb_carfield_soc;
// pulp cluster standalone
if (CarfieldIslandsCfg.pulp.enable) begin: gen_pulp_tb
// Useful register addresses
localparam int unsigned CarL2StartAddr = 32'h7800_0000;
localparam int unsigned CarL2StartAddr = 32'h1000_0000;
localparam int unsigned CarDramStartAddr = 32'h8000_0000;
localparam int unsigned PulpdNumCores = 12;
localparam int unsigned PulpdBootAddrL2 = CarL2StartAddr + 32'h8080;
Expand Down

0 comments on commit 301b02a

Please sign in to comment.