From a368a3b39f67ca8275d584a09aa75208ef157c44 Mon Sep 17 00:00:00 2001 From: Bill Flynn <52765606+openpowerwtf@users.noreply.github.com> Date: Tue, 23 Aug 2022 16:07:15 -0500 Subject: [PATCH 1/3] Update readme.md --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index dabdcd4..99ef051 100644 --- a/readme.md +++ b/readme.md @@ -42,6 +42,9 @@ litex> wtf Command not found litex> ``` + * verilator & litex software build also working for 64LE but same printf output + + ## To Do From b6e7d3f74cf5afd1f52f9ea9aeb4996b83fe8452 Mon Sep 17 00:00:00 2001 From: Bill Flynn <52765606+openpowerwtf@users.noreply.github.com> Date: Tue, 23 Aug 2022 16:07:38 -0500 Subject: [PATCH 2/3] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 99ef051..688e8b9 100644 --- a/readme.md +++ b/readme.md @@ -42,8 +42,8 @@ litex> wtf Command not found litex> ``` - * verilator & litex software build also working for 64LE but same printf output + * verilator & litex software build also working for 64LE but same printf output ## To Do From 38092bef1e9118bfa9e27c0e1992fdeabb92514e Mon Sep 17 00:00:00 2001 From: Bill Flynn <52765606+openpowerwtf@users.noreply.github.com> Date: Tue, 23 Aug 2022 16:10:06 -0500 Subject: [PATCH 3/3] Update readme.md --- readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 688e8b9..fb53268 100644 --- a/readme.md +++ b/readme.md @@ -9,6 +9,7 @@ * wrapper converts A2L2 interface to mem and Wishbone interfaces * verilator now runs with a2o_litex and litex SOC * verilator & litex software build working for 32BE but looks like problem with printf %d + * verilator & litex software build working for 64LE with same printf errors ``` litex_term socket://localhost:2592 @@ -43,9 +44,6 @@ Command not found litex> ``` - * verilator & litex software build also working for 64LE but same printf output - - ## To Do * continue with cocotb testing