Skip to content

yuravg/allegro-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

allegro-configs

My Environment variables for Cadence/Allegro

This project has pcbenv directory that contains the configuration of Cadence/Allegro. This directory should be in your Home ($HOME) directory.

Contents:

For more information see Cadence Help:

  • Getting Started with Physical Design, part: Managing Environment Variables
  • Allegro Layout Editor Environment Variables Reference Product
  • Allegro SKILL

Using

Download project

git clone https://github.com/yuravg/allegro-configs.git or zip-file

Set path to Allegro library

Add environment variable ALLEGRO_LIB to set path to library

Installation

Installation methods: copy or make link or installation script

Copy

Copy pcbenv directory to your Home ($HOME) directory

Make link

Run command from the project root directory:

Windows: mklink /D %HOME%\pcbenv %CD%\pcbenv

Linux: ln -s `pwd`/pcbenv "$HOME"/pcbenv

Installation script

install.ps1 - PowerShell(Windows OS)

install.sh - Bash(GNU/Linux)

Screenshot

Visibility schema files

images/colors_config.png