From: lkcl Date: Fri, 24 Jan 2020 08:15:58 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~3738 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d92ffc8d633ae2aa30a83bbd9444babfd29d591;p=libreriscv.git --- diff --git a/HDL_workflow.mdwn b/HDL_workflow.mdwn index e50931f84..ba19ea458 100644 --- a/HDL_workflow.mdwn +++ b/HDL_workflow.mdwn @@ -109,6 +109,8 @@ Look up good tutorials on how to use git effectively. There are so many it is h If working all day you should expect to be making at least two commits per hour, so should become familiar with it very quickly. If you are *not* doing around 2 commits per hour, something is wrong and you should read the workflow instructions below more carefully, and also ask for advice on the mailing list. +Worth noting: *this project does not use branches*. All code is committed to master and we *require* that it be either zero-impact additions or that relevant unit tests pass 100%. This ensures that people's work does not get "lost" or isolated and out of touch due to major branch diversion, and that people communicate and coordinate with each other. + ## yosys Follow the source code (git clone) instructions here: