Master updated with one object

This commit is contained in:
​Laraib Khan 2020-12-18 10:06:24 +05:00
parent 9d0f8900fc
commit 8892c85b0c
8 changed files with 6 additions and 6 deletions

View File

@ -180,6 +180,6 @@ class ahb_to_axi4(TAG : Int) extends Module with lib with RequireAsyncReset {
bus_clk := rvclkhdr(clock, io.bus_clk_en, io.scan_mode)
}
object ahb_to_axi4 extends App {
println((new chisel3.stage.ChiselStage).emitVerilog(new ahb_to_axi4(3)))
}
//object ahb_to_axi4 extends App {
// println((new chisel3.stage.ChiselStage).emitVerilog(new ahb_to_axi4(3)))
//}

View File

@ -335,6 +335,6 @@ class axi4_to_ahb(val TAG : Int = 3) extends Module with lib with RequireAsyncRe
ahbm_data_clk := rvclkhdr(clock, ahbm_data_clken, io.scan_mode)
}
object axi4_to_ahb extends App {
println((new chisel3.stage.ChiselStage).emitVerilog(new axi4_to_ahb(3)))
}
//object axi4_to_ahb extends App {
// println((new chisel3.stage.ChiselStage).emitVerilog(new axi4_to_ahb(3)))
//}