-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMicrocomputer.MA
More file actions
45 lines (37 loc) · 877 Bytes
/
Microcomputer.MA
File metadata and controls
45 lines (37 loc) · 877 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
[top]
components : keyboard@Keyboard
components : Motherboard
components : harddisk@Harddisk
components : monitor@Monitor
out : out hd_out
in : in
Link : in in@keyboard
Link : out@keyboard key_in@motherboard
Link : hd_out@motherboard in@harddisk
Link : done@harddisk hd_done@motherboard
Link : monitor_out@motherboard in@monitor
Link : out@monitor out
Link : out@harddisk hd_out
[Motherboard]
components : cpu@cpu
components : memory@memory
out : hd_out
out : monitor_out
in : hd_done
in : key_in
Link : key_in in@memory
Link : out@memory memory_in@cpu
Link : job_done@cpu done@memory
Link : hd_out@cpu hd_out
Link : hd_done hd_done@cpu
Link : monitor_out@cpu monitor_out
[keyboard]
preparation : 00:00:00:003
[monitor]
preparation : 00:00:00:003
[harddisk]
preparation : 00:00:00:020
[cpu]
preparation : 00:00:00:001
[memory]
preparation : 00:00:00:002