-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
44 lines (40 loc) · 923 Bytes
/
readme.txt
File metadata and controls
44 lines (40 loc) · 923 Bytes
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
Course 94.587 Assignment1 - Conceptual Model using DEVS
Instruction:
Expand the package into a directory. To execuate the simulation, type './runcom'.
The system will prompt you to input events file name. you can select 'event1' to
'event4' as the input file. You can also create other input files. The system will
output the .out and .log file with your input file name as prefix.
File structure:
-|
|--readme.txt
|--runcom
|--simu
|--Microcomputer.MA
|--event1.EV
|--event2.EV
|--event3.EV
|--event4.EV
|--event1.out
|--event2.out
|--event3.out
|--event4.out
|--event1.log
|--event2.log
|--event3.log
|--event4.log
|--sources
|--makefile
|--cpu.cpp
|--cpu.h
|--keyboard.cpp
|--keyboard.h
|--monitor.cpp
|--monitor.h
|--memory.cpp
|--memory.h
|--harddisk.cpp
|--harddisk.h
|--register.cpp
.
.
.