now using bus and new FetchResult type

This commit is contained in:
Yehowshua Immanuel 2025-03-04 23:37:33 -05:00
parent 4729d79b23
commit eb79210863
3 changed files with 32 additions and 11 deletions

View file

@ -3,7 +3,9 @@
module Fetch(
fetchInstruction,
FetchResult(..)) where
fetchInstruction1,
FetchResult(..),
FetchResult1(..)) where
import Clash.Prelude
import Types(Mem, Addr, Insn)