HELP on understanding .tcl file.

OP #2282871
Rate this post
useful
not useful
Hi everyone. I need to understand these following 3 lines from my .tcl 
file. Can someone please explain them to me? Thanks in advance!
1
read_netlist /MicroE/microe01/units/AUDIO/HVT/final_hvt.v  -top ml_classifier_chip
2
read_sdc /MicroE/microe01/units/AUDIO/HVT/final_hvt.sdc
3

4

5
read_vcd -vcd_module top_inst -module ml_classifier_chip /MicroE/microe01/units/AUDIO/HVT/compute.vcd 
6

7
# read_vcd -activity_profile -time_window 10000 -simvision -vcd_module top_inst -module ml_classifier_chip /MicroE/microe01/units/AUDIO/HVT/compute.vcd 
8

9
# read_vcd -vcd_module ml_classifier_chip -module ml_classifier_chip -start_time 0 -end_time 141606000 /nypdata04/digital/digit_02/projects/Audio/RC/init.vcd
10

11
report power > $resultsDir/final_power_hvt.rpt
12
report gates > $resultsDir/final_gates_hvt.rpt
Guest #2282972
Rate this post
useful
not useful
Maybe your 3 is not my 3, I see seven lines of code...

All lines call program specific tcl functions: read_netlist, read_sdc, 
read_vcd, report
Take a look in your application manual to get an explanation for this 
functions.

Duke

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now