- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I wanted to connect or disconnect 2 endpoints in qsys based on a Instance Parameter but I'm not sure this is possible. Under the Instance Parameters tab I added a parameter "MAKE_CONNECTION" and gave it a default value of 1. In the Instance Script I have the following code
proc compose {} {
set make_conn
if {$make_conn == "1"} {
add_connection block1.out block2.in
}
}
However when I try to generate this I get an error - invalid command name "add_connection
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page