-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Magic Hangs #26
Comments
Just to give you a comparaison point, running the picorv32a design from the example (which is way smaller than your design) So you're going to need to go buy a whole lot more RAM ... |
(posted already on slack, but will post it here as well): |
@ax3ghazy I have shared the routed DEF file on slack for your perusal. Here's the link to the file: |
…_storage Add external storage area
Convert current documentation to Sphinx format (issue The-OpenROAD-Project#26)
Stale, closing. |
While trying to use Openlane flow for the Aardonyx SoC designed at IIT Madras, there is a crash encountered during the run of Magic. The Ubuntu terminal hangs while writing to the LEF file after about 45 minutes of the start of Magic run. My system has 6GB of RAM and 6GB of swap space on top of it but the issue persists. I would like to know the recommended system RAM requirements for running Magic and the subsequent DRC and LVS checks. I would also like to know if there is any way to circumvent the issue faced. Do let me know if I need to provide any further details.
magic.log
Config Details:
set ::env(CLOCK_PERIOD) 11
set ::env(RUN_MAGIC) 1
set ::env(RUN_ROUTING_DETAILED) 1
set ::env(RUN_SIMPLE_CTS) 0
set ::env(CLOCK_TREE_SYNTH) 1
Verilog Source Directory:
aardonyx_soc.tar.gz
The text was updated successfully, but these errors were encountered: