mirror of https://github.com/openXC7/prjxray.git
timfuz: move non-fuzzer experiments to experiments dir
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
12978f8051
commit
3b686de46f
|
|
@ -1,7 +1,3 @@
|
|||
'''
|
||||
Verifies that node timing info is unique
|
||||
'''
|
||||
|
||||
import re
|
||||
|
||||
|
||||
|
|
@ -95,7 +91,9 @@ def run(node_fin, verbose=0):
|
|||
if __name__ == '__main__':
|
||||
import argparse
|
||||
|
||||
parser = argparse.ArgumentParser(description='Timing fuzzer')
|
||||
parser = argparse.ArgumentParser(
|
||||
description=
|
||||
'Determines which info is consistent across nodes with the same name')
|
||||
|
||||
parser.add_argument('--verbose', type=int, help='')
|
||||
parser.add_argument(
|
||||
|
|
@ -1,7 +1,3 @@
|
|||
'''
|
||||
Verifies that node timing info is unique
|
||||
'''
|
||||
|
||||
import re
|
||||
|
||||
|
||||
|
|
@ -79,7 +75,9 @@ def run(node_fin, verbose=0):
|
|||
if __name__ == '__main__':
|
||||
import argparse
|
||||
|
||||
parser = argparse.ArgumentParser(description='Timing fuzzer')
|
||||
parser = argparse.ArgumentParser(
|
||||
description=
|
||||
'Determines which info is consistent across PIPs with the same name')
|
||||
|
||||
parser.add_argument('--verbose', type=int, help='')
|
||||
parser.add_argument(
|
||||
|
|
@ -1,7 +1,3 @@
|
|||
'''
|
||||
Verifies that node timing info is unique
|
||||
'''
|
||||
|
||||
import re
|
||||
|
||||
|
||||
|
|
@ -84,7 +80,9 @@ def run(node_fin, verbose=0):
|
|||
if __name__ == '__main__':
|
||||
import argparse
|
||||
|
||||
parser = argparse.ArgumentParser(description='Timing fuzzer')
|
||||
parser = argparse.ArgumentParser(
|
||||
description=
|
||||
'Determines which info is consistent across wires with the same name')
|
||||
|
||||
parser.add_argument('--verbose', type=int, help='')
|
||||
parser.add_argument(
|
||||
Loading…
Reference in New Issue