From d01e38ef8a1c7544c3d499c4db40db6636934623 Mon Sep 17 00:00:00 2001 From: Abraham Gonzalez Date: Sun, 3 Feb 2019 20:17:45 -0800 Subject: [PATCH] Re-add line on updated Makefrag --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 91fe7ef4..3d4c1750 100644 --- a/README.md +++ b/README.md @@ -409,3 +409,6 @@ the `example` project, change the final line in build.sbt to the following. ```scala lazy val example = (project in file(".")).settings(commonSettings).dependsOn(testchipip, yourproject) ``` + +Finally, add `yourproject` to the `PACKAGES` variable in the `Makefrag`. This will allow make to detect +that your source files have changed when building the verilog/firrtl files.