Some template arguments removed.

BUSWIDTH will be treated separately.
This commit is contained in:
Éder Ferreira Zulian
2015-06-28 15:07:41 +02:00
parent 701d7cd535
commit c0ded2274f

View File

@@ -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: