ok I see there's much to explain
. I think I give you a short digital design flow overview, with some links to useful tutorials.
1st you need your HDL description:
I used verilog and vhdl. For both languages I can recommand you the book Douglas Smith - HDL Chip Synthesis. Unfortunately this book is sold out. Maybe your local library can help you... It provides many examples and shows the generated netlists. For vhdl Peter Ashendens The Designers Guide to VHDL is useful, too. Your description can be simulated with Cadence NC-Sim and the results can be shown by Cadence SimVision. You have to asked your colleagues form the IT department for setting up the environment. If this isn't a solution I've to write you a start-up script. To check your code at this point there are some useful tools. I sometimes use Synopsys Leda Design Rule Checker. I'm sure, Cadence has a similar solution
The second tool you need is a Compiler, which converts your HDL description to a netlist. I usually use Synopsys DesignCompiler. But I also know Cadence RTL Compiler can do this. I hope this tutorial helps:
**broken link removed**
At this point you also need some scripts. For example to set the tech libs. Hope you can get some help. Otherwise I play a little bit with our tsmc lib (if you are planing to use 180nm lib) or provide you a general script. As I mentioned I usually use Synopsys DC, maybe somebody else can help you with a script for Cadence RTL Compiler.
At synthesis level you can generate a sdf-File (standard delay format). This can be used for simulation to account for delays of the gates. You again simulate the netlist using ncsim and simvision.
The third main step is the physical implementation. This step is done by Cadence SOC Encounter or EDI (as it is called in the newer versions) and generates a layout for you. Main steps are floorplanning, power planning, placement, clock tree synthesis (CTS), routing and filler. But there are a plenty of further options. If you reach this point, I'll think we discuss again
The result of this step is a NEW netlist (because clock tree and buffers are added) and again a new sdf file. And...... right a simulation again.
Hopefully I've forgotten nothing important.
regards
by the way, my nickname is ddet2004 and not newbie. this is my status because I registered short time ago