From dd76ac14f72d2551856d85569f18020a1cb9f127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me?= <42908717+numero-744@users.noreply.github.com> Date: Wed, 30 Nov 2022 14:45:35 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 682869a..384ee0a 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,11 @@ Once the project structure is modified, update configurations: * In the spinal configuration file (if you kept it, by default it is in `projectname/Config.scala`) change the path in `targetDirectory = "hw/gen"` to the directory where you want generated files to be written. If you don't use a config or if it doesn't contain this element, generated files will be written in the root directory. +### Update this README + +Of course you can replace/modify this file to help people with your own project! + + ## Mill Support (Experimental) The [Mill build tool](https://com-lihaoyi.github.io/mill) can be installed and used instead of `sbt`.