Some template arguments removed.
BUSWIDTH will be treated separately.
This commit is contained in:
@@ -57,8 +57,7 @@ using namespace std;
|
||||
using namespace tlm;
|
||||
using namespace Data;
|
||||
|
||||
template<unsigned int BUSWIDTH = 128, unsigned int WORDS = 4096, bool STORE = true, bool FIXED_BL = false,
|
||||
unsigned int FIXED_BL_VALUE = 0>
|
||||
template<unsigned int BUSWIDTH = 128>
|
||||
struct Dram : sc_module
|
||||
{
|
||||
// TLM Related:
|
||||
|
||||
Reference in New Issue
Block a user