1
0

more cleanup

This commit is contained in:
Rimas Avizienis
2011-11-18 00:17:30 -08:00
parent c42d8149b7
commit 11f0e3daf4
3 changed files with 5 additions and 14 deletions

View File

@ -7,9 +7,6 @@ import Constants._;
class ioDebug(view: List[String] = null) extends Bundle(view)
{
val error_mode = Bool('output);
val id_valid = Bool('output);
val ex_valid = Bool('output);
val mem_valid = Bool('output);
}
class ioHost(view: List[String] = null) extends Bundle(view)