aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}
+}
+```