From 64e2b93ad6e8c8ecb7d0502f77ae7fc31ad7d79b Mon Sep 17 00:00:00 2001 From: Adam Izraelevitz Date: Sat, 30 Sep 2017 12:59:25 -0700 Subject: Update README.md to link tech report (#550) --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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} +} +``` -- cgit v1.2.3