Skip to content

Commit ffb386b

Browse files
bors[bot]khrs
andauthored
Merge #48
48: Remove vexriscv support. r=Disasm a=khrs Co-authored-by: Karol Harasim <karol.harasim@gmail.com>
2 parents 422a162 + 6c91339 commit ffb386b

File tree

13 files changed

+4
-47
lines changed

13 files changed

+4
-47
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
- Updated Minimum Supported Rust Version to 1.31.0
1313
- Use `llvm_asm!` instead of `asm!`
1414

15+
### Removed
16+
17+
- vexriscv-specific registers were moved to the `vexriscv` crate
18+
1519
## [v0.5.6] - 2020-03-14
1620

1721
### Added

asm.S

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,3 @@ RW(0x7A3, tdata3) // Third Debug/Trace trigger data register
273273
RW(0x7B0, dcsr) // Debug control and status register
274274
RW(0x7B1, dpc) // Debug PC
275275
RW(0x7B2, dscratch) // Debug scratch register
276-
277-
// VexRiscv custom registers
278-
RW(0xBC0, vmim) // Machine IRQ Mask
279-
RO(0xFC0, vmip) // Machine IRQ Pending
280-
RW(0x9C0, vsim) // Supervisor IRQ Mask
281-
RO(0xDC0, vsip) // Supervisor IRQ Pending
282-
RO(0xCC0, vdci) // DCache Info

bin/riscv32i-unknown-none-elf.a

-1.36 KB
Binary file not shown.

bin/riscv32ic-unknown-none-elf.a

-1.34 KB
Binary file not shown.

bin/riscv64i-unknown-none-elf.a

-1.78 KB
Binary file not shown.

bin/riscv64ic-unknown-none-elf.a

-1.77 KB
Binary file not shown.

src/register/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,3 @@ pub use self::mhpmeventx::*;
9898
// TODO: Debug/Trace Registers (shared with Debug Mode)
9999

100100
// TODO: Debug Mode Registers
101-
102-
// Vexriscv custom CSRs
103-
pub mod vexriscv;

src/register/vexriscv/dci.rs

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/register/vexriscv/mim.rs

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/register/vexriscv/mip.rs

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)