asyncvlsi / AMC

AMC: Asynchronous Memory Compiler
http://avlsi.csl.yale.edu/act/doku.php?id=amc:start
GNU General Public License v2.0
46 stars 11 forks source link

No .lib file generated #8

Closed mguthaus closed 5 years ago

mguthaus commented 5 years ago

The output files are listed as: Output files are AMC_SRAM.(sp|gds|v|lib|lef) However, there is no .lib file generated for use with synthesis.

sataei commented 5 years ago

.lib generation can be activated by setting the characterizer in options.py. It is deactivated by default because the current characterization is slow and depends on Synopsys tools.

mguthaus commented 5 years ago

Ok, the above output is misleading and should probably be fixed then.

sataei commented 5 years ago

lib is removed from the list of AMC_SRAM output files. I added a comment in AMC.py on how to generate .lib file.