aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Izraelevitz2017-09-30 12:59:25 -0700
committerJack Koenig2017-09-30 12:59:25 -0700
commit64e2b93ad6e8c8ecb7d0502f77ae7fc31ad7d79b (patch)
tree29625b5709003f321e2a02f563618505eadd04b9
parent384ad661dde15d1fc9c58da7a9fc2970b25528e9 (diff)
Update README.md to link tech report (#550)
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2c5a305c..ae804c7f 100644
--- a/README.md
+++ b/README.md
@@ -73,3 +73,18 @@ utils/bin/firrtl -i regress/rocket.fir -o regress/rocket.v -X verilog // Compile
utils/bin/firrtl --help // Returns usage string
```
+##### Citing Firrtl
+
+If you use Firrtl in a paper, please cite the following technical report:
+https://www2.eecs.berkeley.edu/Pubs/TechRpts/2016/EECS-2016-9.html
+```
+@techreport{Li:EECS-2016-9,
+ Author = {Li, Patrick S. and Izraelevitz, Adam M. and Bachrach, Jonathan},
+ Title = {Specification for the FIRRTL Language},
+ Institution = {EECS Department, University of California, Berkeley},
+ Year = {2016},
+ Month = {Feb},
+ URL = {http://www2.eecs.berkeley.edu/Pubs/TechRpts/2016/EECS-2016-9.html},
+ Number = {UCB/EECS-2016-9}
+}
+```