Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHi mmTsuchi,
Thanks for your response. Unfortunately, this does not work. I've tried to using index 0, 1, 2, etc... nothing is returned for any of them. The syntax defined in the help indicates the result should be located at index 2:
tcl> help get_all_global_assignments
--------------
Example Usage:
--------------
# # Print out all the registered source files
# # using the foreach_in_collection method
set file_asgn_col
foreach_in_collection file_asgn $file_asgn_col {
# # Each element in the collection has the following
# # format: {} {SOURCE_FILE} {<file_name>}
puts