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: <http://www.clifford.at/yosys/download.html>