Jump to content

sc::bigunit loading from string adds leading 'F's


Slava

Recommended Posts

Hello,

When I try to initialize sc::bigunit from string:

sc_biguint<128> test("0X9080706050403020100");
std::string st = test.to_string(sc_dt::SC_HEX);

The string returned by test.to_string(sc_dt::SC_HEX) is:

"0x0fffffffffffff9080706050403020100".

What is the reason for  leading 'F's?

Thanks,

Slava

 

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...