Skip to content
Snippets Groups Projects
Commit cd27cc87 authored by Nils Wistoff's avatar Nils Wistoff Committed by Florian Zaruba
Browse files

tb_wb_dcache: local imports

parent d59b19c2
Branches
No related tags found
No related merge requests found
......@@ -25,11 +25,7 @@
`include "tb.svh"
`include "assign.svh"
import ariane_pkg::*;
import std_cache_pkg::*;
import tb_pkg::*;
module tb;
module tb import ariane_pkg::*; import std_cache_pkg::*; import tb_pkg::*; #()();
// leave this
timeunit 1ps;
......
......@@ -16,11 +16,7 @@
`include "tb.svh"
import ariane_pkg::*;
import std_cache_pkg::*;
import tb_pkg::*;
program tb_amoport #(
program tb_amoport import ariane_pkg::*; import std_cache_pkg::*; import tb_pkg::*; #(
parameter string PortName = "atomics port 0",
parameter MemWords = 1024*1024,// in 64bit words
parameter logic [63:0] CachedAddrBeg = 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment