Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

cannot distinguish registers located on the same address and having different index field #136

Open
taichi-ishitani opened this issue Jul 16, 2019 · 0 comments
Labels

Comments

@taichi-ishitani
Copy link
Owner

taichi-ishitani commented Jul 16, 2019

Cannot distinguish indirect registers below.

  • located on the same address
  • have different index fields

For example:

  • register_0
    • offset address: 0x00
    • index field: active when bit_field_0 is 0
  • register_1
    • offset address: 0x00
    • index field: active when bit_field_1 is 0

In case of above example, both register_0 and register_1 are active when both bit_field_0 and bit_field_1 are 0 and this is illegal case.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant