added analytical model support, added proper output with sram.py

This commit is contained in:
Jesse Cirimelli-Low
2018-10-12 13:22:12 -07:00
parent 5e9fe65907
commit afba54a22d
5 changed files with 32 additions and 20 deletions
+2 -2
View File
@@ -64,8 +64,8 @@ class openram_test(openram_test):
self.assertTrue(len(files)>0)
# Make sure there is any .html file
if os.path.exists(os.environ.get('OPENRAM_HOME')+"/datasheet/datasheets"):
datasheets = glob.glob('{0}/{1}/*html'.format(OPENRAM_HOME,'datasheet/datasheets'))
if os.path.exists(out_path):
datasheets = glob.glob('{0}/*html'.format(out_path))
self.assertTrue(len(datasheets)>0)
# grep any errors from the output