Jump to content

Airthmetic operations on sc_biguint<W> where W>384 & W<512


rrohithb96

Recommended Posts

Hello,

 

I am trying to do some arithmetic operations on the sc_biguint datatypes, where for suppose the W =384, I want to multiply two sc_biguint<384> x,y numbers, obviously the result would be more than 384 bits. But my question is does the '*' operator capable to do this multiplication, as I read that SystemC define's MAX_NBITS in sc_constants.h to limit the max size of the bits for sc_biguint to 512.

 

Thanks in advance!!!

Note: I am a newbie to SystemC

 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...