Skip to content

Commit 6e1d581

Browse files
committed
Add CARRV20 links in the README
1 parent 13952a5 commit 6e1d581

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ This project contains hardware units required for performing floating-point arit
66
**DISCLAIMER**:
77
These units are works in progress and are not completely free of bugs or fully optimized.
88

9+
## Technical Report
10+
11+
1. [CARRV2020 Paper](https://carrv.github.io/2020/papers/CARRV2020_paper_5_MV.pdf)
12+
2. [CARRV2020 Presentation](https://carrv.github.io/2020/videos/CARRV_5_MV.html)
13+
914
## About Posit Arithmetic
1015
Universal Numbers, or unums, are a collection of number systems which features better efficiency and mathematically correct arithmetic properties compared to the IEEE-754 floating-point standard. Unums are capable of expressing real numbers and ranges of real numbers. The newest version Unum Type-III called [Posits] is a hardware-friendly representation designed as a drop-in replacement for IEEE floats.
1116

@@ -51,3 +56,15 @@ We are working towards a complete posit implementation including support for *qu
5156
[cmake]: <https://cmake.org/>
5257
[verilator]: <https://www.veripool.org/wiki/verilator>
5358

59+
## Attribution
60+
61+
If used for research, please cite by the technical report
62+
63+
```
64+
@inproceedings{ArunkumarM2020PERCPE,
65+
title={PERC: Posit Enhanced Rocket Chip},
66+
author={V ArunkumarM. and Sai Ganesh Bhairathi and Harshal G. Hayatnagarkar},
67+
year={2020},
68+
url={https://api.semanticscholar.org/CorpusID:221837450}
69+
}
70+
```

0 commit comments

Comments
 (0)