Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Using tcl console in vivado to open reports

Status
Not open for further replies.

wtr

Full Member level 5
Joined
May 1, 2014
Messages
299
Helped
29
Reputation
58
Reaction score
25
Trophy points
1,308
Activity points
4,108
Hello all,

1. I'm trying to get a tcl command to open reports external to vivado. [solved]

What i've done so far is create a symbolic link. This symbolic link enables me to use the following command to find the file channel id & open it onto Vivado's tcl console
Code:
set chan_ID [open Reports/IO_Reports.txt]
read $chan_ID

......
......
......

Mid way through typing this i discovered that I can use
Code:
exec "C:/Program Files/Notepad++/notepad++.exe" Reports/IO_Reports.txt

So that covers the first point. I guess this has left me with another question for the community.

2. How can i find out what channel identifiers represent? What is the pros/cons of closing them?

When using the tcl command
Code:
chan name
I get a list of active/open channel identifiers, these are for example file3265f0f8, file3cfaf28...etc etc
Obviously these names are meaningless....

Regards,
Wesley
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top