Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

SCAN INSERTION LAB OBSERVATION

Lab 1: -
Covert Normal flops to Scannable flops:

Invoke The Tool : (dc_shell)

 dc_shell
(OR)
 tcsh
 source /tools/synopsys/source.sh
 dc_shell

Inputs: -

• Synthesis Netlist:-

Gate level netlist [div.v] from synthesis team

• Library Model:-

saed90nm_typ_ht.db

•Tool commands (Command Description )

read_verilog div.v (Read Netlist & Library)

current_design div_1 (To set the current design)

link (to link design with technology library)

set_scan_configuration -style multiplexed flip_flop (scan configuration)

compile_scan (convert flops to scannable flops)

write - output div_compile_scan.v -heir -format verilog (write SI netlist to


separate file)

Outputs: -
• Scan inserted Netlist:-

Gate level netlist [scanned]

You might also like