Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
VHDL
type computation
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="KJ, post: 4114111"] You need functions to compute the sfixed array bounds. What you've shown is declaring a signal that is of a type computed by a function...which is illegal. Once you get your two functions, the signal declarations will be something like this... signal coeff_a0 : sfixed(fixdt_to_sfixed_left(COEFFICIENT_WORDLENGTH, COEFFICIENT_FRACTIONLENGTH) downto fixdt_to_sfixed_right(COEFFICIENT_WORDLENGTH, COEFFICIENT_FRACTIONLENGTH)); KJ [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
VHDL
type computation
Top