Go to file
pjht 8f91a1aa3e
Revert "Rework MMU trait to allow for full control of MMU issued memory cycles"
This commit breaks accesses to the MMU IO space because since the
MMU card is borrowed during accesses to memory, when it calls
into the backplane to do the physical access, the
backplane will attemp to borrow the MMU card again,
causing a panic
2023-03-23 09:02:57 -05:00
src Revert "Rework MMU trait to allow for full control of MMU issued memory cycles" 2023-03-23 09:02:57 -05:00
.gitignore Change ROM build to use GNU binutils 2022-10-17 10:42:38 -05:00
Cargo.lock Update clap to v4 2023-03-18 17:56:14 -05:00
Cargo.toml Update clap to v4 2023-03-18 17:56:14 -05:00
config.toml Move ROM to separate git repository 2022-11-14 11:02:05 -06:00
dma_design Add support for DMA cards 2022-11-20 19:15:58 -06:00
op_tbd Initial commit 2022-10-09 12:14:49 -05:00
rust-toolchain.toml Initial commit 2022-10-09 12:14:49 -05:00