Skip to content

Commit

Permalink
Fix PULP cluster EOC and busy enable connections.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Mar 11, 2024
1 parent c473ac3 commit a7237c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hw/carfield.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1437,6 +1437,8 @@ if (CarfieldIslandsCfg.pulp.enable) begin : gen_pulp_cluster
car_regs_reg2hw.pulp_cluster_clk_en.q;

assign slave_isolate_req[IntClusterSlvIdx] = car_regs_reg2hw.pulp_cluster_isolate.q;
assign car_regs_hw2reg.pulp_cluster_eoc.de = 1'b1;
assign car_regs_hw2reg.pulp_cluster_busy.de = 1'b1;
assign car_regs_hw2reg.pulp_cluster_isolate_status.d = slave_isolated[IntClusterSlvIdx];
assign car_regs_hw2reg.pulp_cluster_isolate_status.de = 1'b1;

Expand Down

0 comments on commit a7237c1

Please sign in to comment.