1
0

made setReadLatency argument a parameter defined in consts.scala

This commit is contained in:
Rimas Avizienis
2011-12-05 00:33:17 -08:00
parent ff95cacb55
commit fa784d1d7d
3 changed files with 10 additions and 4 deletions

View File

@ -197,6 +197,8 @@ object Constants
val HAVE_RVC = Bool(false);
val HAVE_FPU = Bool(false);
val HAVE_VEC = Bool(false);
val SRAM_READ_LATENCY = 0;
}
}