4. Save the .rva file in your text editor and Radiant.
5. Verify if Reveal Analyzer is working
If you are unable to create a .rva file, please create one using the rva_new_project Tcl command. This will allow users to create a .rva file without needing to scan the device.
See the following from Lattice Radiant Help:
Here are the detailed steps to use this Tcl command:
1. Make sure that you already have a .rvl file
2. Go to the Tcl Console
3. Type the following command: rva_new_project -rva "<file_name.rva>" -cable USB2 -rvl "<file_name.rvl>" -dev "<device>-X" -port 0 -xcf ""
> Note that you may need to change some parameters to suit your scenario like port, cable, etc.
4. Add the .rva file to your Debug Files using either Tcl or GUI:
This is also planned to be updated in GUI in a future Radiant release.