-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
40 lines (36 loc) · 1.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
NiNA
====
NiNA is a small computer system integrating two N1 CPUs.
Directories:
============
|
+-components
| |
| +-iCE40_Primitives - Behavioral models for iCE40 primitives
| |
| +-N1 - N1 processor
| |
| +-NiNA_Core - Core layer (digital logic and RAMs)
| |
| +-NiNA_PMem - Program memory
| |
| +-NiNA_Regs - Register block
| |
| +-NiNA_SMem - Stack memory
| |
| +-WbXbc - Wishbone crossbar components
| |
| +-... - TBD
|
+-doc - User manual
|
+-src - LaTex source files
|
+-run - Build directory
The NiNA soft IP is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with the NiNA soft IP. If not, see
<http://www.gnu.org/licenses/>.