Skip to content

Commit

Permalink
Save the clock
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Jul 28, 2018
1 parent e8b131b commit f682616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fault/tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def __init__(self, circuit, clock=None):
self.test_vectors = []
self.port_index_mapping = {}
self.ports = self.circuit.interface.ports
self.clock = clock
self.clock_index = None
for i, (key, value) in enumerate(self.ports.items()):
self.port_index_mapping[value] = i
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='fault',
version='0.10',
version='0.11',
description='A Python package for testing hardware (part of the magma ecosystem)',
scripts=[],
packages=[
Expand Down

0 comments on commit f682616

Please sign in to comment.