From: lkcl Date: Fri, 11 Feb 2022 13:13:19 +0000 (+0000) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3215 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6cba1ee659f8feee8d38b3cfb6848f88624e5876;p=libreriscv.git --- 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 +