From: lkcl Date: Fri, 24 Dec 2021 23:36:45 +0000 (+0000) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3274 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db5ebe9d3a314d2a3bc1bba21db9d24a851bc191;p=libreriscv.git --- diff --git a/HDL_workflow.mdwn b/HDL_workflow.mdwn index 21bc60f45..c82b9e32b 100644 --- a/HDL_workflow.mdwn +++ b/HDL_workflow.mdwn @@ -439,7 +439,7 @@ In the meantime, sfpy can be built as follows: You can test your installation by doing the following: python3 - >>> from sfpy import * + >>> from sfpy import Posit8 >>> Posit8(1.3) It should print out `Posit8(1.3125)`