aboutsummaryrefslogtreecommitdiff
path: root/projects/03/a/PC.cmp
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-01-20 15:41:49 +0100
committerYuchen Pei <me@ypei.me>2018-01-20 15:41:49 +0100
commitd3a0cc3a8ba6dfeb64d3faeffdeb6845b60e5840 (patch)
treed58df9ec2480e2a9ec6240f9c797f83d1a0b1056 /projects/03/a/PC.cmp
parent3571f998b28fbc8d9250ba04c983935f10a16c15 (diff)
rearranged the dir for github
- removed tools and pdfs - rearranged the projects dirs - added md files - other minor changes
Diffstat (limited to 'projects/03/a/PC.cmp')
-rw-r--r--projects/03/a/PC.cmp31
1 files changed, 0 insertions, 31 deletions
diff --git a/projects/03/a/PC.cmp b/projects/03/a/PC.cmp
deleted file mode 100644
index 6a050d9..0000000
--- a/projects/03/a/PC.cmp
+++ /dev/null
@@ -1,31 +0,0 @@
-| time | in |reset|load | inc | out |
-| 0+ | 0 | 0 | 0 | 0 | 0 |
-| 1 | 0 | 0 | 0 | 0 | 0 |
-| 1+ | 0 | 0 | 0 | 1 | 0 |
-| 2 | 0 | 0 | 0 | 1 | 1 |
-| 2+ | -32123 | 0 | 0 | 1 | 1 |
-| 3 | -32123 | 0 | 0 | 1 | 2 |
-| 3+ | -32123 | 0 | 1 | 1 | 2 |
-| 4 | -32123 | 0 | 1 | 1 | -32123 |
-| 4+ | -32123 | 0 | 0 | 1 | -32123 |
-| 5 | -32123 | 0 | 0 | 1 | -32122 |
-| 5+ | -32123 | 0 | 0 | 1 | -32122 |
-| 6 | -32123 | 0 | 0 | 1 | -32121 |
-| 6+ | 12345 | 0 | 1 | 0 | -32121 |
-| 7 | 12345 | 0 | 1 | 0 | 12345 |
-| 7+ | 12345 | 1 | 1 | 0 | 12345 |
-| 8 | 12345 | 1 | 1 | 0 | 0 |
-| 8+ | 12345 | 0 | 1 | 1 | 0 |
-| 9 | 12345 | 0 | 1 | 1 | 12345 |
-| 9+ | 12345 | 1 | 1 | 1 | 12345 |
-| 10 | 12345 | 1 | 1 | 1 | 0 |
-| 10+ | 12345 | 0 | 0 | 1 | 0 |
-| 11 | 12345 | 0 | 0 | 1 | 1 |
-| 11+ | 12345 | 1 | 0 | 1 | 1 |
-| 12 | 12345 | 1 | 0 | 1 | 0 |
-| 12+ | 0 | 0 | 1 | 1 | 0 |
-| 13 | 0 | 0 | 1 | 1 | 0 |
-| 13+ | 0 | 0 | 0 | 1 | 0 |
-| 14 | 0 | 0 | 0 | 1 | 1 |
-| 14+ | 22222 | 1 | 0 | 0 | 1 |
-| 15 | 22222 | 1 | 0 | 0 | 0 |