Skip to content

Commit

Permalink
Tb: Change hyperram instance name
Browse files Browse the repository at this point in the history
  • Loading branch information
sermazz committed Nov 1, 2024
1 parent 32eed17 commit 45dd9c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions target/sim/src/vip_chimera_soc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module vip_chimera_soc
import cheshire_pkg::*;
#(
// DUT (must be set)
parameter cheshire_cfg_t DutCfg = '0
parameter cheshire_cfg_t DutCfg = '0,

parameter type axi_ext_mst_req_t = logic,
parameter type axi_ext_mst_rsp_t = logic,
Expand Down Expand Up @@ -578,7 +578,7 @@ module vip_chimera_soc
.UserPreload (HypUserPreload),
.mem_file_name(HypUserPreloadMemFiles[i]),
.TimingModel ("S27KS0641DPBHI020")
) dut (
) hyperram_dut (
.DQ7 (pad_hyper_dq[i][7]),
.DQ6 (pad_hyper_dq[i][6]),
.DQ5 (pad_hyper_dq[i][5]),
Expand All @@ -604,7 +604,7 @@ module vip_chimera_soc
`else
automatic string sdf_file_path = `PATH_TO_HYP_SDF;
`endif
$sdf_annotate(sdf_file_path, hyperrams[p].chips[l].dut);
$sdf_annotate(sdf_file_path, hyperrams[p].chips[l].hyperram_dut);
$display("Mem (%d,%d)", p, l);
end
end
Expand Down

0 comments on commit 45dd9c4

Please sign in to comment.