initial stages of html documentation generation

This commit is contained in:
Jesse Cirimelli-Low
2018-10-06 21:15:54 -07:00
parent 9f7a270e2e
commit fa979e2d34
4 changed files with 282 additions and 4 deletions
+5 -2
View File
@@ -40,7 +40,7 @@ report_status()
import verify
from sram import sram
from sram_config import sram_config
import parser
output_extensions = ["sp","v","lib"]
if not OPTS.netlist_only:
output_extensions.extend(["gds","lef"])
@@ -63,8 +63,11 @@ s = sram(sram_config=c,
# Output the files for the resulting SRAM
s.save()
# generate datasheet from characterization of created SRAM
p = parser.parse(OPTS.openram_temp,os.environ.get('OPENRAM_HOME')+"/datasheets")
# Delete temp files etc.
end_openram()
#end_openram()
print_time("End",datetime.datetime.now(), start_time)