bus_intf added
This commit is contained in:
parent
119a9ad388
commit
722fb8bdc0
1274
lsu_bus_buffer.fir
1274
lsu_bus_buffer.fir
File diff suppressed because it is too large
Load Diff
8153
lsu_bus_intf.fir
8153
lsu_bus_intf.fir
File diff suppressed because it is too large
Load Diff
4105
lsu_bus_intf.v
4105
lsu_bus_intf.v
File diff suppressed because it is too large
Load Diff
|
@ -200,3 +200,6 @@ class lsu_bus_intf extends Module with RequireAsyncReset with lib {
|
||||||
ldst_byteen_r := RegNext(ldst_byteen_m, init = 0.U(4.W))
|
ldst_byteen_r := RegNext(ldst_byteen_m, init = 0.U(4.W))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
object bus_intf extends App {
|
||||||
|
println((new chisel3.stage.ChiselStage).emitVerilog(new lsu_bus_intf()))
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue