Forum Discussion
5 Replies
- Altera_Forum
Honored Contributor
Hi
i understand that in Signal Tap II logic Analyzer => Signal Configuration pane => storage qualifier i can save my signals but in my Quartus II(version 7.2) => view=> Signal Configuration i cant select it. it is disable how can i do to see Signal Configuration ? please help me.... all the best for you - Altera_Forum
Honored Contributor
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. - Altera_Forum
Honored Contributor
--- 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. - Altera_Forum
Honored Contributor
thank you very but i cant find waveforms window to select "generate list file"
and also how can i export .vcd file ? please tell me where is it ? - Altera_Forum
Honored Contributor
--- Quote Start --- and also how can i export .vcd file ? please tell me where is it ? --- Quote End --- In your .stp file go to the File->Export. Export window will appear.Select Value Change Dump file.vcd under Export format and click OK.