From c0ded2274f3826f4232dd141f26e5346a9d14a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20Ferreira=20Zulian?= Date: Sun, 28 Jun 2015 15:07:41 +0200 Subject: [PATCH] Some template arguments removed. BUSWIDTH will be treated separately. --- DRAMSys/dramSys/src/simulation/Dram.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DRAMSys/dramSys/src/simulation/Dram.h b/DRAMSys/dramSys/src/simulation/Dram.h index 0c981fd3..f4f1fe44 100644 --- a/DRAMSys/dramSys/src/simulation/Dram.h +++ b/DRAMSys/dramSys/src/simulation/Dram.h @@ -57,8 +57,7 @@ using namespace std; using namespace tlm; using namespace Data; -template +template struct Dram : sc_module { // TLM Related: