major refactoring on vector exception interface
This commit is contained in:
@ -144,8 +144,9 @@ object Constants
|
||||
val PCR_VECBANK = UFix(18, 5);
|
||||
|
||||
// temporaries for vector, these will go away
|
||||
val PCR_VEC_EADDR = UFix(30, 5)
|
||||
val PCR_VEC_XCPT = UFix(31, 5)
|
||||
val PCR_VEC_BACKUP = UFix(29, 5)
|
||||
val PCR_VEC_KILL = UFix(30, 5)
|
||||
val PCR_VEC_HOLD = UFix(31, 5)
|
||||
|
||||
// definition of bits in PCR status reg
|
||||
val SR_ET = 0; // enable traps
|
||||
|
Reference in New Issue
Block a user