Hi,
I am new to openroad flow. i successfully studied the examples given in the tutorial and was able to run the flow for given examples and a small test design. but while i run the flow for a larger design that uses a 128x512 bit memory it is showing an error "ERROR: Syntheized memory size exceeds maximum allowed bits 4096".
is anyone aware of this error?
Thank you for your reply. I will go through the configuration.
m
Matt Liberty
05/22/2024, 9:44 PM
You really want a ram macro for such a large RAM. Synthesizing it out of flops will be quite inefficient. If you really want to proceed you could disable the check
a
Ashvinikumar Dongre
05/23/2024, 6:07 AM
Thank you so much for your reply. I will try to use the ram macro.