This is a very basic project to get started with DC Compiler (non-ultra) design flow. Also includes PrimeTime project to run static timing analysis.
Make sure you have access to the ref repo.
git clone --recursive https://github.com/parthpower/DCC_Basic.git
cd DCC_Basic
make
Setups all library paths and environment variables required. Common for all tools.
The constraint file for DC Compiler.
The main script to synthesize design in DC Compiler.
The constraint file for PrimeTime.
The script to run PrimeTime.
-
Comment the
exit
at the end of the dc_script.tcl and pt_script.tcl if you want to run DC Compiler/PrimeTime in interactive mode once script is executed. It is included to help the Contineous Integration flow. -
The ref is a private repo which includes all the library files. It will not be made public.