Skip to content

Latest commit

 

History

History
 
 

flow

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Testing Layout

alt text

Running the Flow

  1. Clone the repository
git clone https://github.com/The-OpenROAD-Project/alpha-release
cd alpha-release/flow
  1. An OpenROAD release must be setup to run the tests. More info in the build README
  2. Update the top of the Makefile to point to a design configuration file. Sample desgin configurations are available in the designs directory.
  3. Run make to peform verilog to gds

Customizing for designs

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