Commit 8686290f by lwc-tester

removed need for reset line on logic analyzers

parent 429b0305
......@@ -122,7 +122,7 @@ def main(argv):
dump_a = dut.dump_ram()
try:
tool = LogicMultiplexerTimeMeasurements(0x0003)
tool = LogicMultiplexerTimeMeasurements(0x0002)
tool.begin_measurement()
for i, m, ad, k, npub, c in kat:
......
......@@ -84,7 +84,7 @@ def main(argv):
sys.stdout.flush()
try:
tool = LogicMultiplexerTimeMeasurements(0x0030)
tool = LogicMultiplexerTimeMeasurements(0x0020)
tool.begin_measurement()
for i, m, ad, k, npub, c in kat:
......
......@@ -79,7 +79,7 @@ def main(argv):
dump_a = dut.dump_ram()
try:
tool = LogicMultiplexerTimeMeasurements(0x000c)
tool = LogicMultiplexerTimeMeasurements(0x0008)
tool.begin_measurement()
for i, m, ad, k, npub, c in kat:
......
......@@ -86,7 +86,7 @@ def main(argv):
sys.stdout.flush()
try:
tool = LogicMultiplexerTimeMeasurements(0x00c0)
tool = LogicMultiplexerTimeMeasurements(0x0080)
tool.begin_measurement()
for i, m, ad, k, npub, c in kat:
......
......@@ -83,7 +83,7 @@ def main(argv):
sys.stdout.flush()
try:
tool = LogicMultiplexerTimeMeasurements(0x0c00)
tool = LogicMultiplexerTimeMeasurements(0x0800)
tool.begin_measurement()
for i, m, ad, k, npub, c in kat:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment