timfuz test_unique: small doc update

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-09-18 16:00:22 -07:00
parent 7379977c1d
commit 937b8e2fe8
4 changed files with 4 additions and 4 deletions

View File

@ -7,5 +7,5 @@ $ python3 wire_unique.py
$ python3 node_unique.py
```
NOTE: this will take a long time
NOTE: "make" will take a long time (about 2.5 hours on my machine)

View File

@ -42,7 +42,7 @@ def run(node_fin, verbose=0):
return anode['wname']
#return (anode['tile_type'], anode['wname'])
if nodei % 10000 == 0:
if nodei % 100000 == 0:
print('Check node %d, %u node types' % (nodei, len(refnodes)))
# Existing node?
try:

View File

@ -31,7 +31,7 @@ def run(node_fin, verbose=0):
return anode['wname']
return (anode['tile_type'], anode['wname'])
if nodei % 10000 == 0:
if nodei % 100000 == 0:
print('Check node %d, %u node types' % (nodei, len(refnodes)))
# Existing node?
try:

View File

@ -31,7 +31,7 @@ def run(node_fin, verbose=0):
return anode['wname']
#return (anode['tile_type'], anode['wname'])
if nodei % 10000 == 0:
if nodei % 100000 == 0:
print('Check node %d, %u node types' % (nodei, len(refnodes)))
# Existing node?
try: