diff options
| author | Adam Izraelevitz | 2017-03-10 10:33:25 -0800 |
|---|---|---|
| committer | Adam Izraelevitz | 2017-03-14 12:48:26 -0700 |
| commit | c097e953ad6f003c6359e276b18c406baa881f46 (patch) | |
| tree | 3554abe9e40f94d77e45fa0f79a68f9e190ffad8 /README.md | |
| parent | 2376ff9849beafaf02b657b461c15a36d7b38fd4 (diff) | |
Added lesson2
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -32,11 +32,12 @@ sbt publish-local ##### Transform Writing Tutorial -To write a Firrtl transform, start with [src/main/scala/tutorial/AnalyzeCircuit.scala](https://github.com/ucb-bar/firrtl/blob/master/src/main/tutorial/AnalyzeCircuit.scala). +To write a Firrtl transform, please start with the tutorial here: [src/main/scala/tutorial](https://github.com/ucb-bar/firrtl/blob/master/src/main/tutorial). To run this example: ``` sbt assembly -./utils/bin/firrtl -td regress -tn rocket --custom-transforms tutorial.AnalyzeCircuit +./utils/bin/firrtl -td regress -tn rocket --custom-transforms tutorial.lesson1.AnalyzeCircuit +./utils/bin/firrtl -td regress -tn rocket --custom-transforms tutorial.lesson2.AnalyzeCircuit ``` ##### Useful sbt Tips |
