-
Notifications
You must be signed in to change notification settings - Fork 32
/
readme_old_v1.06.txt
51 lines (40 loc) · 1.56 KB
/
readme_old_v1.06.txt
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
46
47
48
49
50
archive content:
ASM/
- example programs.
- simulator.
- include file for smal.
- smal.exe - see license for smal !
VHDL/
- VHDL source of CPU.
- VHDL testbench.
- Memory files.
- The testbench requires a simple sram implementation.
I used this one: http://tech-www.informatik.uni-hamburg.de/vhdl/models/sram-simple/sram64kx8.vhd
From the Hamburg VHDL archive (http://tech-www.informatik.uni-hamburg.de/vhdl/)
SMAL-source/
- SMAL sourcode.
SIM-source/
- WIN32 Simulator sourcecode. Porting to other platforms
should be easy.
SMAL license:
/* smal32.c language: C
copyright 1996 by Douglas W. Jones
University of Iowa
Iowa City, Iowa 52242
USA
Permission is granted to make copies of this program for any purpose,
provided that the above copyright notice is preserved in the copy, and
provided that the copy is not made for direct commercial advantage.
Note: This software was developed with no outside funding. If you find
it useful, and especially if you find it useful in a profit making
environment, please consider making a contribution to the University
of Iowa Department of Computer Science in care of:
The University of Iowa Foundation
Alumni Center
University of Iowa
Iowa City, Iowa 52242
USA
*/
The other sources in this package are free, but I am always interested
in possible uses and modifications to it. Let me know what you are doing
with it.