diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-04-01 18:21:56 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-04-01 18:21:56 -0400 |
| commit | fd3d5b220e20b5279a453739b42aae8becd69ca9 (patch) | |
| tree | da6b4fc053d94f132595a421a79fed469449c9f7 /exam2prep/cmd | |
| parent | 76518a5895392bfc55fab037afadb32b1add9d68 (diff) | |
HW9: Initial glue of 7 & 8
Diffstat (limited to 'exam2prep/cmd')
| -rw-r--r-- | exam2prep/cmd/Full_Chip_Simulation_Postload.cmd | 1 | ||||
| -rw-r--r-- | exam2prep/cmd/Full_Chip_Simulation_Preload.cmd | 1 | ||||
| -rw-r--r-- | exam2prep/cmd/Full_Chip_Simulation_Reset.cmd | 1 | ||||
| -rw-r--r-- | exam2prep/cmd/Full_Chip_Simulation_SetCPU.cmd | 1 | ||||
| -rw-r--r-- | exam2prep/cmd/Full_Chip_Simulation_Startup.cmd | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/exam2prep/cmd/Full_Chip_Simulation_Postload.cmd b/exam2prep/cmd/Full_Chip_Simulation_Postload.cmd new file mode 100644 index 0000000..ac4d359 --- /dev/null +++ b/exam2prep/cmd/Full_Chip_Simulation_Postload.cmd @@ -0,0 +1 @@ +// After load the commands written below will be executed diff --git a/exam2prep/cmd/Full_Chip_Simulation_Preload.cmd b/exam2prep/cmd/Full_Chip_Simulation_Preload.cmd new file mode 100644 index 0000000..0bed464 --- /dev/null +++ b/exam2prep/cmd/Full_Chip_Simulation_Preload.cmd @@ -0,0 +1 @@ +// Before load the commands written below will be executed diff --git a/exam2prep/cmd/Full_Chip_Simulation_Reset.cmd b/exam2prep/cmd/Full_Chip_Simulation_Reset.cmd new file mode 100644 index 0000000..bf55944 --- /dev/null +++ b/exam2prep/cmd/Full_Chip_Simulation_Reset.cmd @@ -0,0 +1 @@ +// After reset the commands written below will be executed diff --git a/exam2prep/cmd/Full_Chip_Simulation_SetCPU.cmd b/exam2prep/cmd/Full_Chip_Simulation_SetCPU.cmd new file mode 100644 index 0000000..6a1549a --- /dev/null +++ b/exam2prep/cmd/Full_Chip_Simulation_SetCPU.cmd @@ -0,0 +1 @@ +// At startup the commands written below will be executed diff --git a/exam2prep/cmd/Full_Chip_Simulation_Startup.cmd b/exam2prep/cmd/Full_Chip_Simulation_Startup.cmd new file mode 100644 index 0000000..6a1549a --- /dev/null +++ b/exam2prep/cmd/Full_Chip_Simulation_Startup.cmd @@ -0,0 +1 @@ +// At startup the commands written below will be executed |
