feat: 修改PC初值
This commit is contained in:
parent
838235c225
commit
534e608337
|
@ -1 +1 @@
|
||||||
Subproject commit 4e7d97f7753774b966e5dcacfc9a2e6704d4e4d9
|
Subproject commit e594fb7712718f018e9acdf3d0b3cba08e5de26a
|
|
@ -14,7 +14,7 @@ trait CoreParameter {
|
||||||
trait Constants extends CoreParameter {
|
trait Constants extends CoreParameter {
|
||||||
// 全局
|
// 全局
|
||||||
val PC_WID = XLEN
|
val PC_WID = XLEN
|
||||||
val PC_INIT = "h60000000".U(PC_WID.W)
|
val PC_INIT = "h80000000".U(PC_WID.W)
|
||||||
|
|
||||||
val SINGLE_ISSUE = false.B
|
val SINGLE_ISSUE = false.B
|
||||||
val DUAL_ISSUE = true.B
|
val DUAL_ISSUE = true.B
|
||||||
|
|
Loading…
Reference in New Issue