removed tabs and fixed bug in which datasheets generated without the characterizer running

This commit is contained in:
Jesse Cirimelli-Low
2018-10-11 11:18:40 -07:00
parent 49268b025f
commit bc54bc238f
3 changed files with 77 additions and 88 deletions
+2 -1
View File
@@ -64,7 +64,8 @@ s = sram(sram_config=c,
s.save()
# generate datasheet from characterization of created SRAM
p = parser.parse(OPTS.openram_temp,os.environ.get('OPENRAM_HOME')+"/datasheets")
if not OPTS.analytical_delay:
p = parser.parse(OPTS.openram_temp,os.environ.get('OPENRAM_HOME')+"/datasheets")
# Delete temp files etc.
end_openram()