From: lkcl Date: Tue, 10 Mar 2020 18:35:40 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~3161 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=045f277772361840d11f19e521e5b235df04b61c;p=libreriscv.git --- diff --git a/HDL_workflow.mdwn b/HDL_workflow.mdwn index 87d8619b5..a55734f4c 100644 --- a/HDL_workflow.mdwn +++ b/HDL_workflow.mdwn @@ -524,7 +524,7 @@ cover corner cases and take far less time to write ### Do not break existing code -* keep working code working **at all times**. find ways to ensure that this is the case. examples include writing alternative classes that replace existing functionality and adding runtime optiobs to select between old and new code. +* keep working code working **at all times**. find ways to ensure that this is the case. examples include writing alternative classes that replace existing functionality and adding runtime options to select between old and new code. ### Small commits with relevant commit message