From c7a19f54a10d560db1c34840dbf698b7206f69f0 Mon Sep 17 00:00:00 2001 From: Andrea Fasolino <151364130+afasolino@users.noreply.github.com> Date: Wed, 29 May 2024 12:14:25 +0200 Subject: [PATCH] Update info.md --- docs/info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/info.md b/docs/info.md index cb45da0..8e05dc6 100644 --- a/docs/info.md +++ b/docs/info.md @@ -14,7 +14,7 @@ The module (Fig. 1) is fed by two fixed-point numbers, namely af and bf, coverts ![fixed2posit-module drawio](https://github.com/afasolino/tt06_posit/assets/151364130/2e2fa7f1-4080-490b-bbb9-8ac1b462cae2) It is made of two units: -1) 16-bit 2's complement fixed-point 0.15 coded to 16-bit standard posit (16,1) converter, namely fixed to posit converter; +1) 16-bit 2's complement fixed-point 0.15 coded to 16-bit standard posit (16,1) converter, namely fixed to posit converter, 2) posit adder, that executes the addition of posit numbers according to the posit standard.