[Libre-soc-dev] JTAG C4M
Luke Kenneth Casson Leighton
lkcl at lkcl.net
Fri Oct 9 14:18:43 BST 2020
i've added c4m-jtag to the list of libre-soc git repositories because
i've moved DMI into the JTAG class and added an extra parameter
("features") to the add_wishbone function. these were all formerly
over-rides (overwriting in some cases) the equivalent functions, in
the DMITAP class.
you'll need to edit the c4m-jtag .git/config file. rename "remote
origin" to "remote c4m" and add a new "origin", then straight 'git
pull":
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = gitolite3 at libre-soc.org:c4m-jtag.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
rebase = true
[remote "c4m"]
url = https://gitlab.com/Chips4Makers/c4m-jtag/
fetch = +refs/heads/*:refs/remotes/origin/*
---
crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68
More information about the Libre-soc-dev
mailing list