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]