Hi, first of all this is my second issue report in two days, so i'm sorry if i'm opening too many.
I'm currently learning the OpenROAD flow and following this guide: https://openroad.readthedocs.io/en/latest/tutorials/FlowTutorial.html
I have all the dependencies installed, the environment set up and I'm running OpenROAD with Docker.
The design synthesis after running this command: make DESIGN_CONFIG=./designs/sky130hd/ibex/config.mk was successful.
However, when i try to view results and logs with this command: make gui_final (in flow directory)
bash-4.2$ make gui_final
[INFO][FLOW] Using platform directory ./platforms/nangate45
make: *** No rule to make target `gui_6_final.odb', needed by `gui_final'. Stop.
It's also strange that it's using the nandgate45 when i synthetised ibex with sky130hd,
I also uncommented the DESIGN_CONFIG like that:
# DESIGN_CONFIG=./designs/sky130hd/gcd/config.mk
DESIGN_CONFIG=./designs/sky130hd/ibex/config.mk
# DESIGN_CONFIG=./designs/sky130hd/aes/config.mk
I noticed that there's also this uncommented
# Default design
DESIGN_CONFIG ?= ./designs/nangate45/gcd/config.mk
I tried to comment that but the same output shows up.
Thanks in advance for helping me another time.
Hi, first of all this is my second issue report in two days, so i'm sorry if i'm opening too many.
I'm currently learning the OpenROAD flow and following this guide: https://openroad.readthedocs.io/en/latest/tutorials/FlowTutorial.html
I have all the dependencies installed, the environment set up and I'm running OpenROAD with Docker.
The design synthesis after running this command:
make DESIGN_CONFIG=./designs/sky130hd/ibex/config.mkwas successful.However, when i try to view results and logs with this command:
make gui_final(in flow directory)It's also strange that it's using the nandgate45 when i synthetised ibex with sky130hd,
I also uncommented the DESIGN_CONFIG like that:
I noticed that there's also this uncommented
I tried to comment that but the same output shows up.
Thanks in advance for helping me another time.