• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Allegro X PCB Editor
  3. Recommended project directories structure

Stats

  • State Verified Answer
  • Replies 8
  • Answers 2
  • Subscribers 162
  • Views 1666
  • Members are here 0
More Content

Recommended project directories structure

bdc66a938f164d
bdc66a938f164d 25 days ago

I am new to Cadence software. Before starting working on a large project, I would like to know if there is a recommended or most common structure for the directories and files.

One option is to a single directory and all the files in there, but it does not look very convenient for large project. Another option is to have global directories for footprints, symbols, etc. This works fine for a single project, but with multiple projects then everything gets mixed.

In other EDA software tools I usually set up things like this:

```
.
├── libs
│   ├── lib_1
│   │   ├── 3D
│   │   │   └── a.step
│   │   ├── a.footprint
│   │   ├── a.symbol
│   │   ├── b.footprint
│   │   └── b.symbol
│   └── lib_2
│       ├── 3D
│       │   └── a.step
│       ├── a.footprint
│       ├── a.symbol
│       ├── b.footprint
│       └── b.symbol
└── main.project
```

which is very convenient because 

  1. It remain local to the project,
  2. if I reuse say `lib_1` in another project, I can simply symlink to it and use it without duplicating information or having to update any path, and
  3. the working directories stay clean.

I tried to setup something similar for Allegro X but ended up having a lot of issues with the paths. Right now I have everything in a single directory, but I see an inconvenience when the project starts to grow.

  • Cancel
  • Sign in to reply
Cadence Guidelines

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information