Added class and test for testing the delay of several bitcells.

This commit is contained in:
Hunter Nichols
2018-10-08 15:50:52 -07:00
parent 6ef1a3c755
commit fd806077d2
6 changed files with 1126 additions and 16 deletions
+1
View File
@@ -54,6 +54,7 @@ else:
if OPTS.pex_exe == None:
from .none import run_pex,print_pex_stats
print("why god why")
elif "calibre"==OPTS.pex_exe[0]:
from .calibre import run_pex,print_pex_stats
elif "magic"==OPTS.pex_exe[0]: