jtag: make it easier to assign MFR ID externally
This commit is contained in:
committed by
Andrew Waterman
parent
34d45b4fb0
commit
fd7f4a4c0f
@ -28,6 +28,7 @@ class TestHarness()(implicit p: Parameters) extends Module {
|
||||
val dtm = Module(new SimDTM).connect(clock, reset, dut.io.debug.get, io.success)
|
||||
} else {
|
||||
val jtag = Module(new JTAGVPI).connect(dut.io.jtag.get, dut.io.jtag_reset.get, reset, io.success)
|
||||
dut.io.jtag_mfr_id.get := p(JtagDTMKey).idcodeManufId.U(11.W)
|
||||
}
|
||||
|
||||
val mmio_sim = Module(LazyModule(new SimAXIMem(1, 4096)).module)
|
||||
|
Reference in New Issue
Block a user