Enabling JTAG Debuging in VCU118 FPGA

This commit is contained in:
Sungkeun Kim
2024-02-23 16:04:28 +09:00
parent 53c6e8a996
commit 4c9bcfc123
3 changed files with 18 additions and 1 deletions

View File

@@ -54,11 +54,11 @@ class WithVCU118Tweaks extends Config(
new WithUART ++
new WithSPISDCard ++
new WithDDRMem ++
new WithJTAG ++
// other configuration
new WithDefaultPeripherals ++
new chipyard.config.WithTLBackingMemory ++ // use TL backing memory
new WithSystemModifications ++ // setup busses, use sdboot bootrom, setup ext. mem. size
new chipyard.config.WithNoDebug ++ // remove debug module
new freechips.rocketchip.subsystem.WithoutTLMonitors ++
new freechips.rocketchip.subsystem.WithNMemoryChannels(1)
)