From: Luke Kenneth Casson Leighton Date: Fri, 26 Mar 2021 22:43:01 +0000 (+0000) Subject: update HDL_workflow to include nmigen and c4m-jtag dev dependencies X-Git-Tag: DRAFT_SVP64_0_1~1122 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e817b740ae5e3c5afb3c31dbdcd83f49ca99c79c;p=libreriscv.git update HDL_workflow to include nmigen and c4m-jtag dev dependencies --- diff --git a/HDL_workflow.mdwn b/HDL_workflow.mdwn index bd30b9684..b2930a38f 100644 --- a/HDL_workflow.mdwn +++ b/HDL_workflow.mdwn @@ -588,6 +588,8 @@ dependencies. This is easiest done with this script * mkdir ~/src * cd !$ +* git clone gitolite3@git.libre-soc.org:nmigen.git +* git clone gitolite3@git.libre-soc.org:c4m-jtag.git * git clone gitolite3@git.libre-soc.org:nmutil.git * git clone gitolite3@git.libre-soc.org:ieee754fpu.git * git clone gitolite3@git.libre-soc.org:nmigen-soc.git @@ -610,11 +612,16 @@ If "`python3 setup.py install`" is used it is a pain: edit, then install. edit, then install. It gets extremely tedious, hence why "develop" was created. +If you prefer you can use this script instead: of course you checked it +in advance and accept full responsibility. + + # Development Rules Team communication: -* new members, add yourself to the [[about_us]] page and create yourself a home page using someone else's page as a template. +* new members, add yourself to the [[about_us]] page and create yourself + a home page using someone else's page as a template. * communicate on the mailing list or the bugtracker an intent to take responsibility for a particular task. * assign yourself as the bug's owner