Commit Graph

278 Commits

Author SHA1 Message Date
Blaise Tine
bb1ceffadd rebase master update 2021-07-30 21:03:14 -07:00
Blaise Tine
b6596494ff minor update 2021-07-30 15:50:04 -07:00
Blaise Tine
7807e285ac minor update 2021-07-27 00:30:10 -07:00
Blaise Tine
b307c40ae7 mshr critical path optimization 2021-07-26 21:11:17 -07:00
Blaise Tine
ea1e0f201e OUTPUT_REG refactoring 2021-07-23 06:58:37 -07:00
Blaise Tine
1f94a1e673 minor update 2021-07-22 14:11:59 -07:00
Blaise Tine
b3e54a837e minor update 2021-07-20 12:01:04 -07:00
Blaise Tine
53b3d42908 cache's core response queue size control 2021-07-16 13:09:29 -07:00
Blaise Tine
f54d2b6272 minor update 2021-07-15 14:39:41 -07:00
Blaise Tine
0bec734532 icache readonly optimization 2021-07-15 14:16:05 -07:00
Blaise Tine
d9425cc484 cache elastic buffer optimization 2021-07-15 11:59:49 -07:00
Blaise Tine
8678150ce0 cache multi-porting optimization 2021-07-15 11:54:27 -07:00
Blaise Tine
f57fa82028 cache bank select optimization 2021-07-15 11:42:17 -07:00
Blaise Tine
22cf698e69 minor update 2021-07-13 05:25:44 -07:00
Blaise Tine
6bcf999125 non-cacheable address bypass optimization 2021-07-13 05:21:57 -07:00
Blaise Tine
5c40422e4f dcache response bus optimization 2021-07-12 10:14:48 -07:00
Blaise Tine
10e9ee124b using onehot multiplexer to reduce critical path 2021-07-08 00:26:59 -07:00
Blaise Tine
dc34c5c5bd minor update 2021-07-03 04:47:19 -07:00
Blaise Tine
f84c8a0b5d instr_sched => ibuffer 2021-06-27 19:36:43 -07:00
Blaise Tine
1ea738ed26 lkg build 2021-06-25 16:28:10 -07:00
Blaise Tine
57143f5889 synthesis optimizations 2021-06-17 16:43:43 -07:00
Blaise Tine
47c3234659 minor update 2021-06-13 10:58:48 -07:00
Blaise Tine
8bf85c1983 fixed non-cacheable memory with l2 cache 2021-06-10 15:11:37 -07:00
Blaise Tine
adf033b0aa non-cacheable memory address critical paths optimizations 2021-06-10 12:47:18 -07:00
Blaise Tine
41069ba188 non-cacheable memory address fixes 2021-06-06 20:54:36 -07:00
Blaise Tine
3071fb7a29 adding support for non-cacheable memory addressing 2021-06-06 13:35:55 -07:00
Blaise Tine
5d2437d887 refactoring cache_config 2021-05-27 14:41:46 -07:00
Blaise Tine
4c5104e96a fixed shared memory multi-tag requests bug 2021-05-26 15:03:48 -07:00
Blaise Tine
d8517d4d08 minor update 2021-05-26 13:37:07 -07:00
Blaise Tine
244f4b0964 fixed shared memory write bug 2021-05-23 10:57:58 -07:00
Blaise Tine
04a1c0e9eb IN_ORDER_MEM feature doesn't work becasue when cache bank's mem-req-queue is full, we need to schedule the mem response and skip the mshr 2021-05-01 13:44:08 -07:00
Blaise Tine
8410c49f53 code refactoring: DRAM => MEM renaming 2021-04-26 00:58:48 -07:00
Blaise Tine
d808aa2735 perf counters generic size 2021-04-25 21:15:24 -07:00
Blaise Tine
4cb98a25a7 enabling 128-bit dram bus 2021-04-24 00:31:27 -04:00
Blaise Tine
aff5903a22 minor ibuffer critical path optimization. 2021-04-19 20:53:13 -07:00
Blaise Tine
625689796f minor update 2021-04-04 23:42:57 -07:00
Blaise Tine
d6552a8851 minor update 2021-04-03 04:24:37 -07:00
Blaise Tine
04a96e89c9 minor update 2021-04-01 12:34:18 -07:00
Blaise Tine
062d02ddce Merge branch 'master' of https://github.gatech.edu/casl/Vortex 2021-03-04 20:51:03 -08:00
Blaise Tine
3f5fd6d394 using shiftreg-based skid buffers 2021-02-28 02:20:09 -08:00
Blaise Tine
e64996946d using 44-bit perf counters - aligned with DSP counters width 2021-02-28 02:05:47 -08:00
Blaise Tine
700f9eea19 moving MUL unit into ALU unit 2021-02-23 13:49:02 -08:00
Blaise Tine
1346d64ba9 minor update 2021-02-22 04:04:13 -08:00
Blaise Tine
7560202f8b cache bank refactoring - removing unecessary core response fifo & restoring single port data access 2021-02-21 21:47:46 -08:00
Blaise Tine
ccb74ef286 cache data access with decoupled read/write ports 2021-02-21 15:18:24 -08:00
Blaise Tine
05f93fac20 minor update 2021-02-20 13:15:15 -08:00
Blaise Tine
9eed48435c instruction decode optimization 2021-02-14 00:19:54 -08:00
Blaise Tine
3c37db877a cache specialization for in-order DRAM reponses 2021-02-13 20:23:29 -08:00
Blaise Tine
ab63ac9e5d cache request interfaces update 2021-02-10 20:55:04 -08:00
Blaise Tine
665b97b810 multi-ported cache support for streaming 2021-02-08 16:13:32 -08:00