From 5e18a15a4c5387c733b3d816d6307390132e5d94 Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Fri, 16 Jul 2021 15:04:30 -0500 Subject: [PATCH] Added guide for Ben to do linux conversion. --- wally-pipelined/testbench/linux_comments.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 wally-pipelined/testbench/linux_comments.txt diff --git a/wally-pipelined/testbench/linux_comments.txt b/wally-pipelined/testbench/linux_comments.txt new file mode 100644 index 00000000..5d5cc9ce --- /dev/null +++ b/wally-pipelined/testbench/linux_comments.txt @@ -0,0 +1,9 @@ +dut.HRDATA => dut.hart.lsu.dcache.ReadDataM +HADDR => dut.hart.lsu.dcache.MemPAdrM +HWDATA => dut.hart.lsu.dcache.WriteDataM +HWRITE => dut.hart.lsu.dcache.MemRWM +HTRANS => |dut.hart.lsu.dcache.MemRWM | |dut.hart.lsu.dcache.AtomicM + +HSIZE (probalby don't need anymore, read masking not necessary) +HRDATA (no physical change, just rename to something else) +