|
Content
|
Silicon Ensemble
Prepare your workspace for Silicon Ensemble.
Modify your .bashrc with the following lines
if [ -f /usr/local/cad/scripts/siliconensrc
] ; then
. /usr/local/cad/scripts/siliconensrc
fi
or source the siliconensrc script manually by
source /usr/local/cad/scripts/siliconensrc
Before we can place and route, we must know the rough look of the chip. This is import for the
- Power planning and
- Pad placement
|