diff options
| author | Julian Blake Kongslie | 2022-10-31 19:26:35 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-10-31 19:26:35 -0700 |
| commit | 6ffe43a8ccee6f3e2d6fda5062901f16c54ddaad (patch) | |
| tree | 5358c32b23130bd65ed191e3959c7ce7dd048f21 /isa/isa.h | |
| parent | Unify TT_INPUT_INT_ENABLE and TT_OUTPUT_INT_ENABLE (diff) | |
| download | biggolf-6ffe43a8ccee6f3e2d6fda5062901f16c54ddaad.tar.xz | |
Level-trigger on TTO_FLAG instead of edge-trigger.
Diffstat (limited to '')
| -rw-r--r-- | isa/isa.h | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -30,7 +30,6 @@ const std::map<std::string, ctlreg> ctlreg_map = { | |||
| 30 | static constexpr std::uint_fast32_t TTI_FLAG = 1 << 0; | 30 | static constexpr std::uint_fast32_t TTI_FLAG = 1 << 0; |
| 31 | static constexpr std::uint_fast32_t TTO_TX = 1 << 1; | 31 | static constexpr std::uint_fast32_t TTO_TX = 1 << 1; |
| 32 | static constexpr std::uint_fast32_t TTO_FLAG = 1 << 2; | 32 | static constexpr std::uint_fast32_t TTO_FLAG = 1 << 2; |
| 33 | static constexpr std::uint_fast32_t TTO_FLAG_OLD = 1 << 3; | ||
| 34 | static constexpr unsigned int TTI_DATA_SHIFT = 8; | 33 | static constexpr unsigned int TTI_DATA_SHIFT = 8; |
| 35 | static constexpr unsigned int TTO_DATA_SHIFT = 16; | 34 | static constexpr unsigned int TTO_DATA_SHIFT = 16; |
| 36 | static constexpr std::uint_fast32_t TTI_DATA = 0xff << TTI_DATA_SHIFT; | 35 | static constexpr std::uint_fast32_t TTI_DATA = 0xff << TTI_DATA_SHIFT; |
