Quasar 2.0 Final
This commit is contained in:
parent
0a143828eb
commit
1394fac604
|
@ -63,7 +63,6 @@ class quasar_bundle extends Bundle with lib{
|
|||
val dmi_reg_wr_en = Input(Bool())
|
||||
val dmi_reg_wdata = Input(UInt(32.W))
|
||||
val dmi_reg_rdata = Output(UInt(32.W))
|
||||
// val dmi_hard_reset = Input(Bool())
|
||||
val extintsrc_req = Input(UInt(PIC_TOTAL_INT.W))
|
||||
val timer_int = Input(Bool())
|
||||
val soft_int = Input(Bool())
|
||||
|
|
Loading…
Reference in New Issue