rrohithb96 Posted May 22, 2023 Report Posted May 22, 2023 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 Quote
David Black Posted May 22, 2023 Report Posted May 22, 2023 Yes. And you can change the MAX_NBITS when you install SystemC. rrohithb96 1 Quote
rrohithb96 Posted May 22, 2023 Author Report Posted May 22, 2023 Thanks for the response @David Black!!! Got it. Quote
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.