projects
/
soc-cocotb-sim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be91c79
)
connect up jtag corona pads
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 1 Apr 2021 14:46:16 +0000
(15:46 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 1 Apr 2021 14:46:16 +0000
(15:46 +0100)
ls180/cocotb/test.py
patch
|
blob
|
history
diff --git
a/ls180/cocotb/test.py
b/ls180/cocotb/test.py
index 9922bada3a4411ddc4984cc7a04ff7d79f4e1b96..c01bad9e29aed74e7c8243e81e8aa520c51e2ff7 100644
(file)
--- a/
ls180/cocotb/test.py
+++ b/
ls180/cocotb/test.py
@@
-28,8
+28,8
@@
def setup_jtag(dut, *, tck_period):
# Make this a generator
if False:
yield Timer(0)
- return JTAG_Master(dut.
jtag_tck, dut.jtag_tms
,
- dut.
jtag_tdi, dut.jtag_tdo
,
+ return JTAG_Master(dut.
tck_from_pad, dut.tms_from_pad
,
+ dut.
tdi_from_pad, dut.tdo_to_pad
,
clk_period=tck_period)
def execute_svf(dut, *, jtag, svf_filename):