more progress on UART read
This commit is contained in:
parent
7265728932
commit
8d5cd862ab
9 changed files with 77 additions and 31 deletions
|
@ -6,6 +6,11 @@ module Fetch(
|
|||
FetchResult(..)) where
|
||||
|
||||
import Clash.Prelude
|
||||
( Eq((==)),
|
||||
KnownNat,
|
||||
Bool(False, True),
|
||||
(!!),
|
||||
Bits(shiftR, (.&.)) )
|
||||
import Types(Mem, Addr, Insn)
|
||||
import Util(endianSwapWord)
|
||||
|
||||
|
|
Reference in a new issue