From e817b740ae5e3c5afb3c31dbdcd83f49ca99c79c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 26 Mar 2021 22:43:01 +0000 Subject: [PATCH] update HDL_workflow to include nmigen and c4m-jtag dev dependencies --- HDL_workflow.mdwn | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- 2.30.2