Replacing $
operator with more readable |>
operator
This commit is contained in:
parent
2b1c486c17
commit
0792bf3c7d
12 changed files with 122 additions and 101 deletions
|
@ -7,10 +7,9 @@ module BusTypes(
|
|||
) where
|
||||
|
||||
import Clash.Prelude
|
||||
|
||||
import Types(Addr,
|
||||
Byte, HalfWord, FullWord, DoubleWord, QuadWord)
|
||||
|
||||
import Util((|>))
|
||||
data BusError
|
||||
= UnMapped
|
||||
| UnAligned
|
||||
|
|
Reference in a new issue