Skip to content

Commit

Permalink
cva6: fix cache subsystem generation label
Browse files Browse the repository at this point in the history
Rename cache subsystem generation label

Co-authored-by: Florian Zaruba <[email protected]>
  • Loading branch information
cfuguet and zarubaf authored Oct 9, 2023
1 parent c8d518a commit 488c471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cva6.sv
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ module cva6 import ariane_pkg::*; #(
.inval_valid_i ( inval_valid ),
.inval_ready_o ( inval_ready )
);
end else if (DCACHE_TYPE == int'(config_pkg::HPDCACHE)) begin : hpdcache_subsystem_gen
end else if (DCACHE_TYPE == int'(config_pkg::HPDCACHE)) begin : gen_hpdcache_subsystem
cva6_hpdcache_subsystem #(
.CVA6Cfg ( CVA6ExtendCfg ),
.NumPorts ( NumPorts ),
Expand Down

0 comments on commit 488c471

Please sign in to comment.