From 5a9e2401b6ea2953b5932d035ddbedbe73743ae1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 19 Apr 2019 08:31:30 +0100 Subject: [PATCH] found linux kernel source references --- TLB/src/ariane/ptw.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TLB/src/ariane/ptw.py b/TLB/src/ariane/ptw.py index f73709de..c19a6b10 100644 --- a/TLB/src/ariane/ptw.py +++ b/TLB/src/ariane/ptw.py @@ -16,6 +16,13 @@ /* verilator lint_off WIDTH */ import ariane_pkg::*; + +see linux kernel source: + +* "arch/riscv/include/asm/page.h" +* "arch/riscv/include/asm/mmu_context.h" +* "arch/riscv/Kconfig" (CONFIG_PAGE_OFFSET) + """ from nmigen import Const, Signal, Cat, Module -- 2.30.2