95 Commits

Author SHA1 Message Date
Gabriel Tofvesson
926e572a53 Fully unrolled sort-loop 2019-04-27 02:34:22 +02:00
Gabriel Tofvesson
6b33921e8d Update README 2019-04-27 02:33:41 +02:00
Gabriel Tofvesson
ac78950784 Optimize bucketsort for unrolling by converting it to a zero-loss subroutine 2019-04-27 02:08:44 +02:00
Gabriel Tofvesson
40d1031392 Fix build script 2019-04-27 00:44:39 +02:00
Gabriel Tofvesson
0f5c426699 Optimize Sort4 2019-04-27 00:44:06 +02:00
Gabriel Tofvesson
fd188204b4 Implement M-bit selection of GR mux 2019-04-26 22:27:21 +02:00
Gabriel Tofvesson
2b9bdf568a Update build-script to be directory-independent 2019-04-26 22:27:21 +02:00
Gabriel Tofvesson
76c2fbb344 Move microcode projects to separate directory 2019-04-26 22:27:21 +02:00
Gabriel Tofvesson
50de68941d Update README 2019-04-24 23:00:00 +02:00
Gabriel Tofvesson
078f4b0736 Optimize bsrt2 2019-04-24 22:54:24 +02:00
Gabriel Tofvesson
99a3024b2a Implement bsrt using K1 jump table 2019-04-24 22:25:13 +02:00
Gabriel Tofvesson
4dd6bf6115 Update README 2019-04-24 20:11:08 +02:00
Gabriel Tofvesson
e67be67d57 Update README 2019-04-24 20:05:58 +02:00
Gabriel Tofvesson
708bd3a7b9 Update instructions according to new naming scheme 2019-04-24 20:05:58 +02:00
Gabriel Tofvesson
a441e4bad2 Rename arithmetic 32-bit shift/rotate instructions 2019-04-24 20:05:58 +02:00
Gabriel Tofvesson
8e337fe933 Implement special branch instructions 2019-04-24 19:56:24 +02:00
Gabriel Tofvesson
772472d932 Add example of K1 and K2 declarations to sort3 2019-04-24 19:47:05 +02:00
Gabriel Tofvesson
aa13da3219 Add support for K1 and K2 declarations to microcompiler 2019-04-24 19:46:42 +02:00
Gabriel Tofvesson
60b1278f6a Add support for K-table declarations to weaver 2019-04-24 19:03:57 +02:00
Gabriel Tofvesson
8b5d6e5ad4 Update README 2019-04-24 13:31:52 +02:00
Gabriel Tofvesson
fd6a442962 Implement bucket-sort without inline insertion sort 2019-04-24 13:26:19 +02:00
Gabriel Tofvesson
3ff3e8bd67 Update README 2019-04-19 23:52:45 +02:00
Gabriel Tofvesson
36c64a79bf Optimize bookkeeping and merge 2019-04-19 23:52:32 +02:00
Gabriel Tofvesson
150906141f Optimize merge 2019-04-19 23:52:09 +02:00
Gabriel Tofvesson
4db5192579 Implement optimized bucket-sort (1100 cycles) 2019-04-19 19:40:32 +02:00
Gabriel Tofvesson
59534c188f Update algorithm parameters 2019-04-19 12:27:18 +02:00
Gabriel Tofvesson
46db67a678 Clean code 2019-04-12 10:33:17 +02:00
GabrielTofvesson
d436b965d8 Implement dual-hash and merge-optimization 2019-04-11 21:01:13 +02:00
Gabriel Tofvesson
94b4e7760c Rearrange buckets 2019-04-11 18:47:20 +02:00
Gabriel Tofvesson
75efe84317 Update reference code 2019-04-11 10:02:41 +02:00
Gabriel Tofvesson
e4d45e470c Add LUT 2019-04-11 10:01:45 +02:00
Gabriel Tofvesson
ec2b562610 Redesign to sort signe values 2019-04-10 15:55:11 +02:00
GabrielTofvesson
db786624d7 Implement final merge of buckets 2019-04-10 02:59:33 +02:00
GabrielTofvesson
e48304d978 Implement bucket/insertion sort 2019-04-10 02:04:22 +02:00
Gabriel Tofvesson
51ef1d1d15 Merge branch 'dev' of gitlab.ida.liu.se:edvth289/TSEA28-Microkod into dev 2019-04-10 00:14:14 +02:00
Gabriel Tofvesson
66e1898a0d Start modifying BucketSort implementation 2019-04-10 00:12:48 +02:00
Gabriel Tofvesson
09ecc55898 Implement RESET uASM instruction 2019-04-10 00:11:55 +02:00
Gabriel Tofvesson
5586eec381 Fix number format bug for program-memory declarations 2019-04-10 00:09:23 +02:00
Gabriel Tofvesson
710927523e Weave random data into programs as part of compilation pipeline 2019-04-10 00:07:02 +02:00
Gabriel Tofvesson
0277e26422 Add clearer pipeline output info 2019-04-10 00:06:09 +02:00
Gabriel Tofvesson
00379b472b Add explicit memory type declaration to random generator 2019-04-10 00:04:33 +02:00
Gabriel Tofvesson
def8aa8e90 Add make rule 2019-04-10 00:03:17 +02:00
Edvard Thörnros
a977124736 Fix README.md 2019-04-09 15:23:56 +02:00
Gabriel Tofvesson
8012c9409e Update README.md 2019-04-08 22:16:02 +02:00
GabrielTofvesson
7edc6f7582 Update readme 2019-04-08 22:23:39 +02:00
GabrielTofvesson
9d0b798c20 Update readme 2019-04-08 22:16:54 +02:00
GabrielTofvesson
12e5aa4913 Remove NOP argument requirement 2019-04-08 22:12:11 +02:00
GabrielTofvesson
2a8eff03a0 Update gitignore to omit default build-script output file 2019-04-08 22:06:17 +02:00
GabrielTofvesson
866d4eeb6b Update bucket sort algorithm 2019-04-08 22:04:51 +02:00
GabrielTofvesson
2702d98253 Add support for program-memory initial-states in uASM file 2019-04-08 22:04:27 +02:00