From 64a1bbb0bb4218922ec77945e688d00795ce60d1 Mon Sep 17 00:00:00 2001 From: Ansh srivastava <75901110+ansh-srivastava@users.noreply.github.com> Date: Sat, 11 Mar 2023 22:27:09 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26426d0..9fbb884 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ This repository contains the SystemVerilog RTL, C++, HLS (Intel FPGA OpenCL to wrap RTL code) and Python needed to reproduce the numerical results in "[Rethinking floating point for deep learning](https://arxiv.org/abs/1811.01721)" [1]. -There are two types of floating point implemented: +There are two types of floating point implemented on following : - N-bit (N, l, alpha, beta, gamma) log with ELMA [1] - N-bit (N, s) (linear) posit [2]