Changes binary notation in ControlUnit to make formatter happy
This commit is contained in:
@@ -52,7 +52,7 @@ object OpCode extends ChiselEnum {
|
|||||||
val OpR = "b0110011".U;
|
val OpR = "b0110011".U;
|
||||||
|
|
||||||
// Type J
|
// Type J
|
||||||
val JAL = 0b1101111.U
|
val JAL = "b1101111".U
|
||||||
}
|
}
|
||||||
|
|
||||||
class ControlUnit() extends Module {
|
class ControlUnit() extends Module {
|
||||||
|
|||||||
Reference in New Issue
Block a user