Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resetValue, resetMask as bigInt #21

Open
drom opened this issue Sep 1, 2020 · 0 comments
Open

resetValue, resetMask as bigInt #21

drom opened this issue Sep 1, 2020 · 0 comments

Comments

@drom
Copy link
Member

drom commented Sep 1, 2020

component -> memoryMaps -> addressBlocks --> {register, field} --> {resetValue, resetMask} can be larger then 32 bit

  • detect the numbers larger than 57-bit significant bits
  • store such values in JSON as a string?

"0b01010101010101010" - BIN
"0123456789123456789" - DEC
"0x0123456789abcdef01" - HEX

  • Store value bigger than 32-bit and parse them as bigInt?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant