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 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
HELP on understanding .tcl file.Hi everyone. I need to understand these following 3 lines from my .tcl file. Can someone please explain them to me? Thanks in advance!
Guest
#2282972
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 Duke Scarring wrote: > 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 oops. i forgot to bold them. sry. so basically its just reading the files? Also could you explain to me what is top-level module? what im doing now is actually Power Analysis. So why do i have to read the netlist and sdc file when a vcd file should be enough to determine the power? ReplyPlease log in before posting. |