- Clone the repository
git clone https://github.com/The-OpenROAD-Project/alpha-release
cd alpha-release/flow
- An OpenROAD release must be setup to run the tests. More info in the build README
- Update the top of the Makefile to point to a design configuration file. Sample desgin configurations are available in the
designs
directory. - Run
make
to peform verilog to gds
The flow runs all of the steps sequentially to achieve Verilog to GDS. There is an initial platform setup required in order to use the OpenROAD flow. This has already been performed for the FreePDK45, Nangate45 and TSMC65(restricted) platforms. See sample platforms setup in the platfomrs
directory.
Once the platform is setup. Create a new design configuration with information about the design. See sample configurations in the design
directory
Also refer to the known issues and limitations documents for information on conditioning your design/files for the flow