jenjel Posted July 11, 2013 Report Share Posted July 11, 2013 Hello, How can i plz define an sc_lv with a variable width ? Thank you for your help Quote Link to comment Share on other sites More sharing options...
maehne Posted July 11, 2013 Report Share Posted July 11, 2013 You can use sc_dt::sc_lv_base for this purpose, which takes the width of the vector as constructor argument. However, it does not allow further resizing once the object has been created. For more information, have a look to the IEEE Std 1666-2011, clause 7.9.4. Philipp A Hartmann 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.