Tutorial 3: Insert Scan Chain Using Design Compiler Authors: Bibhas Ghoshal & Subhadip Kundu
Tutorial 3: Insert Scan Chain Using Design Compiler Authors: Bibhas Ghoshal & Subhadip Kundu
ii. Open the s27_syn.v in a text editor. Cut the verilog module s27 (at the end of the file ) and paste it
at the top of the file. Save the file and exit the editor.
Read the netlist again. This time you can see s27 as the top level module.
7. Scan specification
This step tells the Dft Compiler how many scan chains you want. You can also specify the names
of scan related pins (scan_enable, scan_in, scan_out). We will let Dft Compiler to choose the pin
names for us.
-----------------------------------------------set_scan_configuration -chain_count 1
-----------------------------------------------8.Scan preview
This step checks your scan specification for consistency.
-------------------------preview_dft
-------------------------9. Scan chain synthesis : stitch your scan cells into a chain.
-----------------------------insert_dft
-----------------------------You should get the schematic view as shown in following screenshot.