Browse Source

comment change

devel
Stefan Holst 3 years ago
parent
commit
8bbaaf8fae
  1. 4
      src/kyupy/stil.py

4
src/kyupy/stil.py

@ -103,8 +103,8 @@ class StilFile: @@ -103,8 +103,8 @@ class StilFile:
"""Assembles and returns a LoC scan test pattern set for given circuit.
This function assumes a launch-on-capture (LoC) delay test.
It performs a logic simulation to obtain the first capture pattern (the one that launches the
delay test) and assembles the test pattern set from from pairs for initialization- and launch-patterns.
It performs a logic simulation to obtain the first capture pattern (the one that launches the delay
test) and assembles the test pattern set from from pairs for initialization- and launch-patterns.
"""
interface, pi_map, po_map, scan_maps, scan_inversions = self._maps(circuit)
init = logic.MVArray((len(interface), len(self.patterns)), m=4)

Loading…
Cancel
Save