- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello all,
i'm trying to write a tcl script which sets some parameters on an ipcore in my qsys design. Therfore I call the program qsys-script as following:qsys-script --system-file=mysystem.qsys --package-version=13.0 --script=myscript.tcl
The content of the script myscript.tcl now sets some parameters with set_instance_parameter_value and saves the script with "save_system"! This works as expected but the next step is to actually pass some parameters to my script like this: qsys-script --system-file=mysystem.qsys --package-version=13.0 --script=myscript.tcl arg0 arg1
Sadly somehow the variables argc and argv are not accessible in the tcl environment. So is there a way to hadle this? best regards Thomas
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