cleanup, fixes, initial commit for dtlb.scala
This commit is contained in:
@ -34,7 +34,7 @@ class rocketDpathBTB extends Component
|
||||
class ioDpathPCR extends Bundle()
|
||||
{
|
||||
val host = new ioHost(List("from", "from_wen", "to"));
|
||||
val debug = new ioDebug();
|
||||
val debug = new ioDebug(List("error_mode", "log_control"));
|
||||
val r = new ioReadPort();
|
||||
val w = new ioWritePort();
|
||||
|
||||
|
Reference in New Issue
Block a user