Skip to content

Commit

Permalink
Rename verifier.py to esset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gtarawneh committed Jun 18, 2018
1 parent bf927b5 commit d02a29f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions verifier.py → esset.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

import json

usage = """verifier.py
usage = """Exhaustive State Space Exporation Tool (ESSET)
Usage:
verifier.py [options] <circuit.v> <spec.sg>
esset.py [options] <circuit.v> <spec.sg>
Options:
-q --quiet Suppress printing state exploration details.
Expand Down Expand Up @@ -241,7 +241,7 @@ def main():

# Load library, circuit and spec

args = docopt(usage, version="verifier.py v0.1")
args = docopt(usage, version="esset.py v0.1")

spec = load_sg(args["<spec.sg>"])
circuit = load_verilog(args["<circuit.v>"])
Expand Down

0 comments on commit d02a29f

Please sign in to comment.