cleanup, lots of minor fixes, added more PCR regs (COREID, NUMCORES), parameterized BTB
This commit is contained in:
@ -7,7 +7,6 @@ import Constants._;
|
||||
class ioDebug(view: List[String] = null) extends Bundle(view)
|
||||
{
|
||||
val error_mode = Bool('output);
|
||||
val log_control = Bool('output);
|
||||
val id_valid = Bool('output);
|
||||
val ex_valid = Bool('output);
|
||||
val mem_valid = Bool('output);
|
||||
|
Reference in New Issue
Block a user