whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 6 Apr 2021 14:13:46 +0000 (15:13 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 6 Apr 2021 14:13:46 +0000 (15:13 +0100)
ls180/pre_pnr/test.py

index cc3ab4e3cfdb1da0c12d28b4ad57ba229b38704b..9e6b77c7c5ff344b4f91a4019979ece2da58b958 100644 (file)
@@ -36,6 +36,7 @@ class DUTWrapper:
     def info(self, *args, **kwargs):
         return self.dut._log.info(*args, **kwargs)
 
+
 class JTAGPin:
     def __init__(self, pin):
         self.type_ = pin[2]
@@ -141,8 +142,9 @@ def setup_sim(dut, *, info, clk_period, run):
 
     return wrap
 
+
 def setup_jtag(wrap, *, tck_period):
-    # Make this a generator
+    # TODO: Make this a generator
     if False:
         yield Timer(0)
     return JTAG_Master(wrap.tck, wrap.tms, wrap.tdi, wrap.tdo,
@@ -173,6 +175,7 @@ def idcode(wrap, *, jtag):
 
     assert(result1 == result2)
 
+
 @cocotb.test()
 def idcode_reset(dut):
     clk_period = 100 # 10MHz
@@ -187,6 +190,7 @@ def idcode_reset(dut):
 
     wrap.info("IDCODE test completed")
 
+
 @cocotb.test()
 def idcode_run(dut):
     clk_period = 100 # 10MHz
@@ -219,6 +223,7 @@ def idcodesvf_reset(dut):
 
     wrap.info("IDCODE test completed")
 
+
 @cocotb.test()
 def idcodesvf_run(dut):
     clk_period = 100 # 10MHz
@@ -278,6 +283,7 @@ def boundary_scan_reset(dut):
 
     wrap.info("IDCODE test completed")
 
+
 @cocotb.test()
 def boundary_scan_run(dut):
     clk_period = 100 # 10MHz