SystemC Tutorial

Synthesis of SystemC RT Level Design

(Synopsys Version 2003.06)

Authors:  Jina Kim


  1. Copy script file into your working directory

o        cnt.scr: script file for synthesis of counter example

 

  1. Create subdirectory named WORK under your current directory if does not already exist. All intermediate files will be stored under the directory.

 

  1. Setup Synopsys environment

o        Synopsys

 

  1. Start synthesis

o        Open dc_shell

o       dc_shell

Unix prompt changes to dc_shell prompt.

o        Run the synthesis script

o       include cnt.scr

Area report (cnt_area.rpt) and database file (cnt.db) is generated.

 

  1. View the synthesized circuit

o        Close dc_shell by typing exit, or open another command window.

o        Open Design Analyzer

o       design_analyzer &

Synopsys Design Analyzer window appears.

 

o       Select File/Read in menu bar. Read File window appears.

 

o       Select cnt.db and click OK button. Synthesis result of counter example appears in Synopsys Design Analyzer window.

 

o       Double click the cnt module, and then you can see the Symbol View and Schematic View.