Mihai Hurdugaciu
02/02/2023, 7:37 AM[ERROR GRT-0118] Routing congestion too high. Check the congestion heatmap in the GUI.
or Error: resizer_routing_timing.tcl, 39 GRT-0118
-
How do I interpret the GUI view? It is really tight if I use "PL_TARGET_DENSITY": 0.07 ,
and FP_CORE_UTIL : 7
?
Or what I need cover before %run_routing
in the previous steps? All previous steps are ok, no error reported.
I saw also some discussions on analog macros. I have also a SRAM which I just imported (lef, verilog, gds) , not generated from scratch .
If I open the SRAM design separately in magic I do not get any DRC.Vijayan Krishnan
02/02/2023, 7:53 AMconfig.json
and try with automatic macro placement and see
"MACRO_PLACEMENT_CFG": "dir::macro_placement.cfg",
Vijayan Krishnan
02/02/2023, 7:54 AM"FP_SIZING": "relative",
to "FP_SIZING": "absolute",
and tryMihai Hurdugaciu
02/02/2023, 7:59 AMMACRO_PLACEMENT_CFG": "dir::macro_placement.cfg",
- tried already, it places the macro on top-right corner and than I have 2 macro pins at the edge of the die (I considered that is not enough space to route wires to this pins
• "FP_SIZING": "absolute"
- was used also in combination with a 2000x2000 die aria and "macro_placement.cfg"
because of the same reason stated aboveVijayan Krishnan
02/02/2023, 8:02 AM"PL_MACRO_HALO": "50 50,"
Mihai Hurdugaciu
02/02/2023, 8:15 AMobsli1 ( mem ).
Here you can see how the macro looks if I open the gds file.
https://user-images.githubusercontent.com/49897923/214598184-0e8d4357-2f36-486c-8ae8-154f16363ed0.png▾
Mihai Hurdugaciu
02/02/2023, 8:31 AMMihai Hurdugaciu
02/02/2023, 8:34 AMVijayan Krishnan
02/02/2023, 8:51 AMMihai Hurdugaciu
02/02/2023, 8:53 AMMihai Hurdugaciu
02/02/2023, 8:53 AMmanili
02/02/2023, 9:24 AMMihai Hurdugaciu
02/02/2023, 9:29 AMmanili
02/02/2023, 9:34 AMmanili
02/02/2023, 9:35 AMMihai Hurdugaciu
02/02/2023, 9:37 AMcontroller
macro?
I need to modify the vsdmemsoc,v
so containes directly the rvmyth module?manili
02/02/2023, 9:45 AMmanili
02/02/2023, 9:46 AMMihai Hurdugaciu
02/02/2023, 10:00 AMmanili
02/02/2023, 10:09 AMMihai Hurdugaciu
02/02/2023, 10:46 AMmanili
02/02/2023, 11:07 AMMihai Hurdugaciu
02/02/2023, 6:52 PMVijayan Krishnan
02/03/2023, 2:08 PMMihai Hurdugaciu
02/03/2023, 2:13 PMcontroller
module. To show that I have a valid design from the lef, lib point of view. And I put also the placement to see that there is plenty of space for the vsdmemsoc
design. GRT is not sown , but is there.Vijayan Krishnan
02/03/2023, 2:13 PMMihai Hurdugaciu
02/03/2023, 2:17 PM"VERILOG_FILES_BLACKBOX"
the flow will ignore the implementation of this. So why just routing does not work. (till now :)) ?Vijayan Krishnan
02/03/2023, 2:19 PM