diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-02-10 17:35:01 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-02-10 17:35:01 -0500 |
| commit | db27faf84654f0084542536e538044a0458bb554 (patch) | |
| tree | 9df700cc7bc02dd2c80006306e5fd8d24ba908c1 /examprep/cmd | |
| parent | bdb2965d02e8e8fa8f1fdf00e27718f6b048fb06 (diff) | |
HW4 Initial
Diffstat (limited to 'examprep/cmd')
| -rw-r--r-- | examprep/cmd/Full_Chip_Simulation_Postload.cmd | 1 | ||||
| -rw-r--r-- | examprep/cmd/Full_Chip_Simulation_Preload.cmd | 1 | ||||
| -rw-r--r-- | examprep/cmd/Full_Chip_Simulation_Reset.cmd | 1 | ||||
| -rw-r--r-- | examprep/cmd/Full_Chip_Simulation_SetCPU.cmd | 1 | ||||
| -rw-r--r-- | examprep/cmd/Full_Chip_Simulation_Startup.cmd | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/examprep/cmd/Full_Chip_Simulation_Postload.cmd b/examprep/cmd/Full_Chip_Simulation_Postload.cmd new file mode 100644 index 0000000..ac4d359 --- /dev/null +++ b/examprep/cmd/Full_Chip_Simulation_Postload.cmd @@ -0,0 +1 @@ +// After load the commands written below will be executed diff --git a/examprep/cmd/Full_Chip_Simulation_Preload.cmd b/examprep/cmd/Full_Chip_Simulation_Preload.cmd new file mode 100644 index 0000000..0bed464 --- /dev/null +++ b/examprep/cmd/Full_Chip_Simulation_Preload.cmd @@ -0,0 +1 @@ +// Before load the commands written below will be executed diff --git a/examprep/cmd/Full_Chip_Simulation_Reset.cmd b/examprep/cmd/Full_Chip_Simulation_Reset.cmd new file mode 100644 index 0000000..bf55944 --- /dev/null +++ b/examprep/cmd/Full_Chip_Simulation_Reset.cmd @@ -0,0 +1 @@ +// After reset the commands written below will be executed diff --git a/examprep/cmd/Full_Chip_Simulation_SetCPU.cmd b/examprep/cmd/Full_Chip_Simulation_SetCPU.cmd new file mode 100644 index 0000000..6a1549a --- /dev/null +++ b/examprep/cmd/Full_Chip_Simulation_SetCPU.cmd @@ -0,0 +1 @@ +// At startup the commands written below will be executed diff --git a/examprep/cmd/Full_Chip_Simulation_Startup.cmd b/examprep/cmd/Full_Chip_Simulation_Startup.cmd new file mode 100644 index 0000000..6a1549a --- /dev/null +++ b/examprep/cmd/Full_Chip_Simulation_Startup.cmd @@ -0,0 +1 @@ +// At startup the commands written below will be executed |
