Altera_Forum
Honored Contributor
15 years agoVHDL String to std_logic_vector conversion
I'm trying to add some comments into my Modelsim wave files, and I realized that Modelsim can display a std_logic_vector as a text string. I've looked around for packages but haven't found anything. I haven't written a type conversion before, but this might be a good one to start on.
The idea would be to change a signal to be different text at the start of each test, so that I can more easily zoom in on test cases. This would be especially helpful for helping me remember how test cases work after (sometimes) months of inactivity. Bookmarks just don't cut it. If someone knows of a better forum on which to place this, please let me know.