Adjust openram options.

Remove option -d (dontpurge) and replace with keeptemp
Add option -d (debug) to drop into pdb.
Add option -k (--keeptemp) to keep temp files
This commit is contained in:
mrg
2020-11-05 13:12:26 -08:00
parent a52aac5f31
commit 2c76a2680f
12 changed files with 43 additions and 35 deletions
-1
View File
@@ -15,7 +15,6 @@ from globals import OPTS
from sram_factory import factory
import debug
#@unittest.skip("SKIPPING 05_array_test")
class array_test(openram_test):