04-03-2020 12:10 PM
Hello,
When I do an export of project export for vivado, I am unable to find my vi registers. I have a simple vi that just contains a register named 'aaa.' All the vi does is take in a reset and clock and output the value 'aaa' on a line if reset is low and '0' if reset is high.
When run it in vivado, I do the tcl command of list_property, list_param, list_... (essentially everything), but theres no 'aaa' listed or shown. Does exporting cause me to lose all my variable names? I have 'aaa' listed as a generic so it should pop up.
Thanks
04-03-2020 02:07 PM
just to add on, is there any way to figure out what variables or values are called? Is there any tcl functions I can use? (I've looked here https://www.xilinx.com/support/documentation/sw_manuals/xilinx2017_4/ug835-vivado-tcl-commands.pdf to so far no success. I figured get_param or get_property would provide it but nope)