- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to simulate a vhdl design i've made which takes in a 48bit key as an input however when I try and simulate this with modelsim-altera I am getting an error saying that maximum of 32bit vector wave is supported. How can I get around this problem? Is it because the free versions only support 32bit input vectors?
The line of code in my VHDL entity looks like:K : IN STD_LOGIC_VECTOR(47 DOWNTO 0);
And the exact error looks like: Maximum of 32bit vector wave is supported
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've used Modelsim with 256-bit signals without any problem, even with the Altera edition. Are you sure this error message refers to that exact line in your code, and not somewhere else? There could be restrictions in what Modelsim can display, rather than simulate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
With the waveform editor it seems that it isn't implemented I have been told this by an Applications Engineer at Altera.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page