prune more warnings and re-org Decode files a bit
This commit is contained in:
parent
67b44dedc0
commit
7f7ba49ee1
4 changed files with 55 additions and 62 deletions
|
@ -20,7 +20,7 @@ import Cpu(
|
|||
RISCVCPU(..),
|
||||
riscvCPUInit)
|
||||
import Fetch(fetchInstruction, FetchResult (..))
|
||||
import Isa.Decode(decode)
|
||||
import Decode(decode)
|
||||
|
||||
data Args = Args {
|
||||
firmware :: FilePath
|
||||
|
|
Reference in a new issue