You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2021. It is now read-only.
And I believe i need to use the BFE-operator. I couldn't find proper documentation about this, and I was wondering if I could get some help in understanding it.
From the file language.md I obtained the following description:
`bfe[3][0]` is the bit field extraction operator the takes the low order 4 bits of a bit vector.
Further in an earlier issue here bfe[0][7](enc) was used. I'm confused about the indexing that's provided.
May I have a description of this operator, and how it needs to be used, to extract information from a byte of data?
Should the byte be defined as bit_vector(8) or can it be described by bv[8]?