VLSIDA / OpenRAM

An open-source static random access memory (SRAM) compiler.
http://www.openram.org
BSD 3-Clause "New" or "Revised" License
809 stars 199 forks source link

Any document about analytical model used in OpenRAM for timing/area? #169

Closed JiacongSun closed 1 year ago

JiacongSun commented 1 year ago

Hi, I'm interested in what analytical model is used in OpenRAM for estimating latency and area of each memory component. I have checked the paper but it is not there. Is there any document, published paper or video that I can refer to? Appreciate.

Regards, Jiacong

mguthaus commented 1 year ago

Hi,

This would be the best place: https://escholarship.org/content/qt7vx9n089/qt7vx9n089_noSplash_cfc4ba479d8eb1b6ec25d7c92357bc18.pdf?t=ra9wzr

I will create a list of all the papers in the docs as references before I close this issue.

mguthaus commented 1 year ago

Updated the list in 5816c669f3966ba2ec046a87e1ada6a7b7ab6711

JiacongSun commented 1 year ago

Hi,

This would be the best place: https://escholarship.org/content/qt7vx9n089/qt7vx9n089_noSplash_cfc4ba479d8eb1b6ec25d7c92357bc18.pdf?t=ra9wzr

I will create a list of all the papers in the docs as references before I close this issue.

Awesome! Exactly what I am looking for. Thanks for your response! Yes, I think that is great, thanks for your effort!