Skip to content

Error: Packed type exceeds maximum width #1180

Closed Answered by MikePopoloski
hankhsu1996 asked this question in Q&A
Discussion options

You must be logged in to vote

It's certainly unusual to need a packed object that large; typically you switch to unpacked well before that limit. What size do you need supported? And can you say which tool(s) you're running on that support such a size? I believe Xcelium, for example, doesn't support packed sizes larger than that. The LRM says:

The maximum size of a packed array can be limited, but shall be at least 65 536 (2^16) bits.

So that's probably all you can rely on if you want to be portable. That being said, there's probably room to bump slang's limit up a bit, though it would be good to know what the target is.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by hankhsu1996
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants