mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
ariane_tb: Adjust path in testbench
Signed-off-by: Florian Zaruba <florian@openhwgroup.org>
This commit is contained in:
parent
fba4ddeb62
commit
5086570c7d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import uvm_pkg::*;
|
|||
|
||||
`include "uvm_macros.svh"
|
||||
|
||||
`define MAIN_MEM(P) dut.i_sram.genblk1[0].genblk1.i_ram.Mem_DP[(``P``)]
|
||||
`define MAIN_MEM(P) dut.i_sram.gen_cut[0].gen_mem.i_ram.Mem_DP[(``P``)]
|
||||
|
||||
import "DPI-C" function read_elf(input string filename);
|
||||
import "DPI-C" function byte get_section(output longint address, output longint len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue