now using bus and new FetchResult type
This commit is contained in:
parent
4729d79b23
commit
eb79210863
3 changed files with 32 additions and 11 deletions
|
@ -3,7 +3,9 @@
|
|||
|
||||
module Fetch(
|
||||
fetchInstruction,
|
||||
FetchResult(..)) where
|
||||
fetchInstruction1,
|
||||
FetchResult(..),
|
||||
FetchResult1(..)) where
|
||||
|
||||
import Clash.Prelude
|
||||
import Types(Mem, Addr, Insn)
|
||||
|
|
Reference in a new issue