Skip to content

Commit

Permalink
Modify QuestaSim start script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lore0599 committed Oct 4, 2024
1 parent ccd9845 commit c941758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hw/chimera_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ ExtClusters
return chimera_cfg;
endfunction : gen_chimera_cfg_isolate

localparam int NumCfgs = 2;
localparam int unsigned NumCfgs = 2;

localparam chimera_cfg_t [NumCfgs-1:0] ChimeraCfg = {
gen_chimera_cfg_isolate(), // 1: Configuration with Isolation for Power Managemenet
Expand Down
2 changes: 1 addition & 1 deletion target/sim/vsim/start.chimera_soc.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if {![info exists VOPTARGS]} {
}

set flags "-permissive -suppress 3009 -suppress 8386 -error 7 "
if {[info exists SELCFG]} { append flags "-GSelectedCfg=${SELCFG} " }
if {[info exists SELCFG]} { append flags "-gSelectedCfg=${SELCFG} " }

set pargs ""
if {[info exists BOOTMODE]} { append pargs "+BOOTMODE=${BOOTMODE} " }
Expand Down

0 comments on commit c941758

Please sign in to comment.