package sim
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class JtagDriver(jtag: Jtag, clockPeriod: TimeNumber) extends Product with Serializable
Value Members
-
object
JtagRemote
Based on : - https://github.com/enjoy-digital/litex/pull/1887 - https://github.com/enjoy-digital/litex/blob/c2fd1e9a491d8249cc09007f593c55468f5198ac/litex/build/sim/core/modules/jtagremote/jtagremote.c
Based on : - https://github.com/enjoy-digital/litex/pull/1887 - https://github.com/enjoy-digital/litex/blob/c2fd1e9a491d8249cc09007f593c55468f5198ac/litex/build/sim/core/modules/jtagremote/jtagremote.c
Can be used in regular openocd via .: adapter speed 10000 adapter driver remote_bitbang remote_bitbang_host localhost remote_bitbang_port 44853
- object JtagTcp
- object JtagVpi