From 6cba1ee659f8feee8d38b3cfb6848f88624e5876 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 11 Feb 2022 13:13:19 +0000 Subject: [PATCH] --- HDL_workflow/microwatt.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/HDL_workflow/microwatt.mdwn b/HDL_workflow/microwatt.mdwn index a8dc89315..4d4729f29 100644 --- a/HDL_workflow/microwatt.mdwn +++ b/HDL_workflow/microwatt.mdwn @@ -66,3 +66,13 @@ This needs gcc-powerpc64le-linux-gnu if cross compilation is used. * https://github.com/shenki/buildroot/commits/microwatt * https://codeconstruct.com.au/docs/microwatt-orangecrab/ + +# Notes for ulx3s + +notes for how to compile for ulx3s + + git clone https://git.libre-soc.org/git/microwatt.git + git checkout -b verilator_trace + export FPGA_TARGET=ulx3s + make microwatt.svf + -- 2.30.2