SimulationEverywhere-Models/CDPP-MICROCOMPUTER
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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
.
.
.