Skip to content

Commit

Permalink
Updates (mostly stylistic) based on comments on PR on 91efb54
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnikhil committed Dec 4, 2023
1 parent 91efb54 commit 225b9cf
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 252 deletions.
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,6 @@ SAIL_SYS_SRCS += riscv_softfloat_interface.sail riscv_fdext_regs.sail riscv_fdex
SAIL_SYS_SRCS += riscv_csr_ext.sail # access to CSR extensions
SAIL_SYS_SRCS += riscv_sys_control.sail # general exception handling

# Virtual Memory support: (2023-11) OLD VM CODE replaced by NEW VM CODE
# (see doc/notes_Virtual_Memory.adoc)
# OLD VM CODE
# SAIL_RV32_VM_SRCS = riscv_vmem_sv32.sail riscv_vmem_rv32.sail
# SAIL_RV64_VM_SRCS = riscv_vmem_sv39.sail riscv_vmem_sv48.sail riscv_vmem_rv64.sail
# SAIL_VM_SRCS = riscv_pte.sail riscv_ptw.sail riscv_vmem_common.sail riscv_vmem_tlb.sail
# ifeq ($(ARCH),RV32)
# SAIL_VM_SRCS += $(SAIL_RV32_VM_SRCS)
# else
# SAIL_VM_SRCS += $(SAIL_RV64_VM_SRCS)
# endif
# NEW VM CODE
SAIL_VM_SRCS += riscv_vmem_tlb.sail
SAIL_VM_SRCS += riscv_vmem.sail

Expand Down
Loading

0 comments on commit 225b9cf

Please sign in to comment.