diff options
author | Oyvind Harboe <oyvind.harboe@zylin.com> | 2009-01-27 08:41:41 +0100 |
---|---|---|
committer | Oyvind Harboe <oyvind.harboe@zylin.com> | 2009-01-27 08:41:41 +0100 |
commit | 24200bd858df8d55c8303a59b53e915ba85412b2 (patch) | |
tree | 7c7747b0b61a28bfcf8a2b83521b013437a1905a | |
parent | 5c6feff72d5324c88e0e8d8980a7d7cfab7e1509 (diff) | |
download | zpu-24200bd858df8d55c8303a59b53e915ba85412b2.zip zpu-24200bd858df8d55c8303a59b53e915ba85412b2.tar.gz |
git servers documented
-rw-r--r-- | zpu/docs/zpu_arch.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/zpu/docs/zpu_arch.html b/zpu/docs/zpu_arch.html index 6266a03..574000d 100644 --- a/zpu/docs/zpu_arch.html +++ b/zpu/docs/zpu_arch.html @@ -147,13 +147,16 @@ information about where the ZPU can be the most useful:</P> <a name="download"/>
<h2>Download source code</h2>
-The ZPU HDL source code is available as a GIT repository from rep.xxx.cz.
-You can download the latest sourcecode as a snapshot withing installing GIT.
+The ZPU HDL source code is available as a GIT repository from <a href="http://repo.or.cz/w/zpu.git" target="_blank">http://repo.or.cz/w/zpu.git</a>.
+You can download the latest sourcecode as a snapshot without installing GIT.
<p>
Previously the ZPU repository was hosted as a CVS repository at www.opencores.org,
but that ZPU CVS repository is there only for historical reference at this point.
Once www.opencores.org grows a GIT hosting service, the plan is to replicate
the GIT repository there.
+
+<p>
+The GCC ZPU toolchain is available from "git://www.ecosforge.net:8100/zpu/toolchain.git". The ZPU GCC toolchain is BIG(over 100mBytes), otherwise it would have been hosted at repo.or.cz too.
<a name="patch"/>
<h2>GIT</h2>
For more advanced use of GIT, you will need to hit the books and read up
|