diff options
| author | Julian Blake Kongslie | 2022-10-31 21:23:09 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-10-31 21:23:09 -0700 |
| commit | ec5b362c3cda195178697192ba5a31643e5c358d (patch) | |
| tree | 949e8d4368892a4799a36a01d92293b346a9655a /isa | |
| parent | Fix trivial typo (diff) | |
| download | biggolf-ec5b362c3cda195178697192ba5a31643e5c358d.tar.xz | |
Fix FLAGS bit handling by IO model
Diffstat (limited to 'isa')
| -rw-r--r-- | isa/isa.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -36,7 +36,7 @@ static constexpr std::uint_fast32_t FLAG_INT_ENABLE = 1 << 7; | |||
| 36 | static constexpr std::uint_fast32_t FLAG_INT_INHIBIT = 1 << 8; | 36 | static constexpr std::uint_fast32_t FLAG_INT_INHIBIT = 1 << 8; |
| 37 | static constexpr std::uint_fast32_t FLAG_INT_REQUEST = 1 << 9; | 37 | static constexpr std::uint_fast32_t FLAG_INT_REQUEST = 1 << 9; |
| 38 | static constexpr std::uint_fast32_t FLAG_GREATER_THAN = 1 << 10; | 38 | static constexpr std::uint_fast32_t FLAG_GREATER_THAN = 1 << 10; |
| 39 | static constexpr std::uint_fast32_t FLAG_INT_ENABLE_DELAY = 1 << 12; | 39 | static constexpr std::uint_fast32_t FLAG_INT_ENABLE_DELAY = 1 << 12; // n.b. this is not a "visible" flag |
| 40 | 40 | ||
| 41 | // TT_BITS | 41 | // TT_BITS |
| 42 | static constexpr std::uint_fast32_t TTI_FLAG = 1 << 0; | 42 | static constexpr std::uint_fast32_t TTI_FLAG = 1 << 0; |
