-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
45 lines (40 loc) · 1.21 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
41
42
43
44
45
N1
==
The N1 is a stack machine, inspired by the J1 (http://www.excamera.com/files/j1.pdf)
Please refer to the manual for further information:
https://github.com/hotwolf/N1/blob/master/doc/N1_manual.pdf
Directories:
============
|
+-rtl
| |
| +-verilog - Verilog source code
|
+-bench
| |
| +-verilog - Testbenches and verification IP
|
+-tools - Tool configuration and support files
| |
| +-gtkwave - GTKWave setup
| | |
| | +-src - Scripts to generate .stems and .gtkw files
| |
| +-SymbiYosis - SymbiYosis setup
| |
| +-src - .sby files
| |
| +-run - Temporary run directories
|
+-doc - User manual
|
+-src - LaTex source files
|
+-run - Build directory
The N1 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 N1 soft IP. If not, see
<http://www.gnu.org/licenses/>.