Skip to content

Commit f2b214b

Browse files
author
oharboe
committed
Initial import from www.ecosforge.net
0 parents  commit f2b214b

File tree

233 files changed

+91183
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+91183
-0
lines changed

.project

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>oczpu</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>

zpu/.project

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>zpu</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>

zpu/COPYING

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
About ZPU licensing:
2+
3+
Licensing is not entirely fleshed out yet(there are many parts to a
4+
soft CPU), but the license for the HDL will be BSD/eCos-like to be
5+
friendly towards commercially oriented projects, however the
6+
architecture, documentation and tools will be GPL. This means that all
7+
updates to the architecture must be shared, but actual
8+
implementations(which are small and can be very project speific) can
9+
be friendly towards commercial considerations.
10+
11+
12+
Patches to update files w/correct licensing info will be most appreciated!

zpu/ChangeLog

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2007-09-11 �yvind Harboe
2+
* Cleaning up zpu/hdl/example. simzpu.do file now uses zpu4/src files instead
3+
of duplicating them. Hello world simzpu.do now works out of the box.
4+
2007-09-10 �yvind Harboe
5+
* Cleaning up .html files a bit.
6+
* retired zpututorial.odt.
7+
2007-08-04 �yvind Harboe
8+
* small ZPU hello world example now simulates with valid log.txt/trace.txt file.
9+
* Until files are properly organized, ChangeLog will not be kept up to date.
10+
2007-08-03 �yvind Harboe
11+
* Starting to commit files

zpu/STATUS

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
The current state of the ZPU:
2+
3+
- Patches welcome!
4+
- Zylin is rummaging up the various files that might be of interest
5+
to the open source ZPU project.
6+
- The ZPU, GCC toolchain and HDL works. Zylin eCosBoard 1.1 ships w/a
7+
ZPU(see http://www.zylin.com), if you need a development board before
8+
implementing on your own system.
9+
- The docs leave a lot to be desired at this point.
10+
- Licensing needs to be ironed out. After which lots of files will have
11+
to be updated, strictly speaking. Patches welcome!

zpu/docs/presentations/zpu.odp

59.3 KB
Binary file not shown.

zpu/docs/presentations/zpudemo.odp

217 KB
Binary file not shown.

zpu/docs/zpupresentation.odp

76.7 KB
Binary file not shown.

zpu/docs/zpupresentation.ppt

147 KB
Binary file not shown.

zpu/docs/zpupresentation_old.odt

124 KB
Binary file not shown.

zpu/docs/zpuprotoarch.odt

23.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)