Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 2.27 KB

File metadata and controls

47 lines (25 loc) · 2.27 KB

Let's Verify Your Installation

After preparing your environment, we want to make sure that all tools are installed correctly. So, let's verify your installation.

Test Yosys

In the terminal, type yosys. You should be able to see the banner as below.

Yosys

If you can't see this message, the Logic Synthesis step will fail. Please, go back to the Prepare Your Environment Section.

Test OpenROAD

In the terminal, type openroad. You should be able to see OpenROAD banner as below.

OpenROAD

If you can't see this message, the Floorplanning to Global Routing steps will fail. Please, go back to the Prepare Your Environment Section.

Test TritonRoute

In the terminal, type TritonRoute. You should be able to see a message for the required parameters as below.

TritonRoute

If you can't see this message, the Detailed Routing step will fail. Please, go back to the Prepare Your Environment Section.

Test KLayout

In the terminal, type klayout -zz -v. You should be able to see KLayout version printed as below.

KLayout

If you can't see this message, the Floorplanning to Global Routing steps will fail. Please, go back to the Prepare Your Environment Section.

Test Autonomous Flow

Now, in order to test that you can run OpenROAD flow with no human in loop, do the following.

  1. git clone https://github.com/The-OpenROAD-Project/OpenROAD-flow.git
  2. cd flow
  3. make

The above should run a default flow of GCD on Nangate45. If you see any errors, please go back to the Prepare Your Environment Section.

Next: Database access, features and tools   ▶️