Hi I am using the following code to get data from a library file which is generated from synopsys. I am using tcl to code.
set file [open "my_file.lib r]
set final [read -nonewline $file]
close $file
This code is not working for me. It is a library file so I want to know if there is error in my code or in the library. Please help me with this.
Thanks