Manar Abdelatty
04/22/2021, 10:11 PMverilog/rtl
. For the openlane directory, it should contain a sub-folder for each macro you have and under this folder you include the openlane configuration files.
── openlane
│ ├── Makefile -> ../caravel/openlane/Makefile
│ ├── user_project_wrapper
│ └── <macro-one> "include openlane config files for macro-one"
└── <macro-two> "include openlane config files for macro-two"
└── verilog
├── dv " should have a sub-directory for each testbench"
├── gl " gate level netlists, should be automatically populated by openlane"
└── rtl " verilog views"
Matthew Guthaus
04/22/2021, 11:22 PM