working on adding read stage
This commit is contained in:
parent
4cc8c8d430
commit
6b81cd28ee
4 changed files with 24 additions and 10 deletions
|
@ -87,8 +87,11 @@ library
|
|||
exposed-modules:
|
||||
Simulation
|
||||
other-modules:
|
||||
Fetch,
|
||||
Decode,
|
||||
DecodeTypes,
|
||||
Execute,
|
||||
Read,
|
||||
Peripherals.Ram,
|
||||
Peripherals.Uart,
|
||||
Peripherals.UartCFFI,
|
||||
|
@ -99,7 +102,6 @@ library
|
|||
BusTypes,
|
||||
Cpu,
|
||||
RegFiles,
|
||||
Fetch,
|
||||
Exceptions,
|
||||
Util
|
||||
c-sources: c/uart_sim_device.c
|
||||
|
|
Reference in a new issue