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
constants of sfixed in architecture body
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="Paul, post: 4099190"] Thanks for your help, got unfortunately the rror Deferred constants are allowed only in a package declaration. by modelsim. If I write subtype coeefficient_type is sfixed(16 downto -14); -- [-2 2) signal coeeffiecient_sizer : coeefficient_type; constant b0_coeff : coeefficient_type := to_sfixed( 0.000000000000000, coeeffiecient_sizer); Warning: value of "b0_coeff" depends on value of signal "coeeffiecient_sizer". What are the consequences on this, is it fixable? Thanks, Olaf [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
VHDL
constants of sfixed in architecture body
Top