summaryrefslogtreecommitdiff
path: root/ExamPrepTwo/cmd
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2025-02-14 18:20:46 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2025-02-14 18:20:46 -0500
commit7b2d0640e6209539d80e79126d3b05ff8bf88176 (patch)
tree46cd3c6455e37e1654aaf96c753454ecca223fbd /ExamPrepTwo/cmd
parentdb27faf84654f0084542536e538044a0458bb554 (diff)
HW4 Finished
Diffstat (limited to 'ExamPrepTwo/cmd')
-rw-r--r--ExamPrepTwo/cmd/Full_Chip_Simulation_Postload.cmd1
-rw-r--r--ExamPrepTwo/cmd/Full_Chip_Simulation_Preload.cmd1
-rw-r--r--ExamPrepTwo/cmd/Full_Chip_Simulation_Reset.cmd1
-rw-r--r--ExamPrepTwo/cmd/Full_Chip_Simulation_SetCPU.cmd1
-rw-r--r--ExamPrepTwo/cmd/Full_Chip_Simulation_Startup.cmd1
5 files changed, 5 insertions, 0 deletions
diff --git a/ExamPrepTwo/cmd/Full_Chip_Simulation_Postload.cmd b/ExamPrepTwo/cmd/Full_Chip_Simulation_Postload.cmd
new file mode 100644
index 0000000..ac4d359
--- /dev/null
+++ b/ExamPrepTwo/cmd/Full_Chip_Simulation_Postload.cmd
@@ -0,0 +1 @@
+// After load the commands written below will be executed
diff --git a/ExamPrepTwo/cmd/Full_Chip_Simulation_Preload.cmd b/ExamPrepTwo/cmd/Full_Chip_Simulation_Preload.cmd
new file mode 100644
index 0000000..0bed464
--- /dev/null
+++ b/ExamPrepTwo/cmd/Full_Chip_Simulation_Preload.cmd
@@ -0,0 +1 @@
+// Before load the commands written below will be executed
diff --git a/ExamPrepTwo/cmd/Full_Chip_Simulation_Reset.cmd b/ExamPrepTwo/cmd/Full_Chip_Simulation_Reset.cmd
new file mode 100644
index 0000000..bf55944
--- /dev/null
+++ b/ExamPrepTwo/cmd/Full_Chip_Simulation_Reset.cmd
@@ -0,0 +1 @@
+// After reset the commands written below will be executed
diff --git a/ExamPrepTwo/cmd/Full_Chip_Simulation_SetCPU.cmd b/ExamPrepTwo/cmd/Full_Chip_Simulation_SetCPU.cmd
new file mode 100644
index 0000000..6a1549a
--- /dev/null
+++ b/ExamPrepTwo/cmd/Full_Chip_Simulation_SetCPU.cmd
@@ -0,0 +1 @@
+// At startup the commands written below will be executed
diff --git a/ExamPrepTwo/cmd/Full_Chip_Simulation_Startup.cmd b/ExamPrepTwo/cmd/Full_Chip_Simulation_Startup.cmd
new file mode 100644
index 0000000..6a1549a
--- /dev/null
+++ b/ExamPrepTwo/cmd/Full_Chip_Simulation_Startup.cmd
@@ -0,0 +1 @@
+// At startup the commands written below will be executed