Questa è una vecchia versione del documento!


Digital synthesis with Cadence RTL Compiler (RC)

Contents
  • Introduction
  • Tools overview and documentation
  • Tutorials

Keywords:

Introduction

RTL Compiler for logic synthesis

Documentazione:

/usr/cadence/RC_9.10/doc

Eseguibili in

/usr/cadence/RC_9.10/tools/bin

type at the command line

rc [-gui] 
rc -help
rc -help >> ./doc/rc.help

with no & !

the console this time is the initial window from which you launched rc (that's why it had to be launched in the foreground). Infatti poi il prompt della shell UNIX diventa

rc:/>
rc:/> help
rc:/> help <command>

Per uscire dalla GUI:

RC GUI ⇒ File ⇒ Exit GUI

per quittare RC:

rc:/> exit

RC GUI ⇒ File ⇒ Source Script

rc:/> source rtl.tcl

Post-synthesis simulation

Just simulate the synthesized Verilog netlist with the original testbench !

You must include detailed references to the Verilog description (source file/compiled Verilog) of STD cells for the technology you are working with

irun technology.v synthesized.v tb_design.v

Complete tutorial:

http://www.siue.edu/~gengel/ece484LabMaterial/RTLsynthesisTut.pdf



Last update: Luca Pacher - Mar 25, 2013