Forum Discussion
Altera_Forum
Honored Contributor
12 years agohow can i save signals in SignalTap II Logic Analyzer
Hi i want to drive a brushless dc motor and i wrote a vhdl code and program on cycloneIII fpga and test my motor i need to see my signals so i use SignalTap II Logic Analyzer. this menu is ...
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- You can enable Data Log and analyze your signals. You can also export file in .vcd format and using modelsim you can convert .vcd into .wlf file and it can be used to analyze your signals. --- Quote End --- you can also right click on waveforms window, and then select "generate list file" which is a text file matrix for all signals. You better convert all format display to signed integer instead of hex or binary formats (if applicable) beforehand.