Sean Cross
Sean Cross
Presumably the link was meant to go to https://openlane.readthedocs.io/en/latest/usage/advanced_power_grid_control.html or to https://openlane.readthedocs.io/en/latest/usage/hardening_macros.html#power-grid-power-distribution-network
Actually, most of the links in https://caravel-harness.readthedocs.io/en/latest/caravel-with-openlane.html#extra-pointers are dead, as is a link to https://github.com/efabless/caravel_user_project/blob/main/openlane/user_project_wrapper/config.tcl
As an example, I can use both `stable` and `esp` to build for two different targets with the same codebase: 
Admittedly, part of the issue was due to me misreading things. I thought the `os` field was `espressif`, and was keying off of invalid cfg strings. I spent a lot...
> That's exactly what I was trying to suggest: nothing wrong with the fact that (a) embuild would be enabled even for native targets and (b) its espidf feature would...
Great! Happy to hear it's now documented. Thanks for the help.
The issue was originally created as a suggestion for incorporating it into the default template. I'm guessing it's been decided that Espressif doesn't want to do this, which is why...
Got it. I appreciate that it's a niche usecase, given how most users will use this repo. In that case, I think this Issue (and the helpful discussion that follows!)...
Which one is correct? sky130 and gf180 are definitely different, as evidenced by the fact that klayout doesn't work with gf180: https://github.com/The-OpenROAD-Project/OpenLane/issues/1593
There are basically two ways to debug something under Renode: 1. Use the built-in GDB, which is great for debugging the kernel and bootloader, and 2. Use the Xous gdbserver,...