08047a41 | 12-Apr-2024 |
Anzooooo <[email protected]> |
VLSU: fix numLsElem width and also make code more formal |
b0186a50 | 06-Apr-2024 |
weiding liu <[email protected]> |
Backend, IQ: suport vector load/store issued out-of-order |
9ae95eda | 02-Apr-2024 |
Anzooooo <[email protected]> |
Difftest: add new VLSU difftest support |
a37532b3 | 06-Apr-2024 |
Anzooooo <[email protected]> |
Dispatch2Iq: fix bug caused by incorrect naming order |
32977e5d | 02-Apr-2024 |
Anzooooo <[email protected]> |
Dispatch2Iq, package: make the encoding and decoding more standardized |
8f3cbbcf | 05-Apr-2024 |
Xuan Hu <[email protected]> |
Backend: add vector load border response
* The border response will be set success when the vector load uop pass to MemBlock like load |
711fe6a2 | 03-Apr-2024 |
weiding liu <[email protected]> |
Dispatch2Iq: fix bug of vector load/store & amo dispatch
this commit fix the situation that enqLsq_0 not allocate lsq entries, but enqLsq_1 allocate lsq entries. |
7e471bf8 | 03-Apr-2024 |
Xuan Hu <[email protected]> |
Backend: add vector load border response
* The border response will be set success when the vector load uop pass to MemBlock like load |
64c8c03b | 03-Apr-2024 |
good-circle <[email protected]> |
Dispatch2Iq: fix bug of allocate lsq entry and enq logic |
fd490615 | 02-Apr-2024 |
weiding liu <[email protected]> |
Backend,MemBlock: add uopIdx for vector load/store feedback |
f7890d3c | 01-Apr-2024 |
Xuan Hu <[email protected]> |
Backend: support feedback for vector load/store |
ebb914e7 | 01-Apr-2024 |
weiding liu <[email protected]> |
VLSU: add framework of vector store feedback |
b9b5052c | 30-Mar-2024 |
weiding liu <[email protected]> |
Dispatch2Iq,VLSU: fix uop of flowNum |
3ea758f9 | 31-Mar-2024 |
Anzo <[email protected]> |
VLSU: fix allocated LSQ entries (#2829) |
1503b106 | 30-Mar-2024 |
Anzo <[email protected]> |
rv64v: fix calculation of 'numLsElem' (#2823) |
6dbb4e08 | 28-Mar-2024 |
Xuan Hu <[email protected]> |
Backend: support vector load&store better
* Todo: add more IQs for vector load&store * Todo: make vector memory inst issue out of order * Todo: fix bugs |
f3a9fb05 | 27-Mar-2024 |
Anzo <[email protected]> |
rv64v: add support for vlsu continuous 'uop' (#2816)
add LSQ backpressure logic and 'uop' continuous application LSQ entries logic |
ec49b127 | 19-Apr-2024 |
sinsanction <[email protected]> |
Backend: reduce the width of LoadDependency to 2 bits |
7e4f0b19 | 17-Apr-2024 |
Ziyue-Zhang <[email protected]> |
rv64v: fix the logic of writing vtype for vsetvl instruction (#2875) |
1b86a038 | 16-Apr-2024 |
Haojin Tang <[email protected]> |
Dispatch2Iq: fix store dispatch policy |
09d562ee | 15-Apr-2024 |
sinsanction <[email protected]> |
EnqEntry: fix condition of bypass2 in vf -> mem |
2734c4a6 | 15-Apr-2024 |
xiao feibao <[email protected]> |
Entry: mem wakeup by vf use bypass2 |
c4cabf18 | 12-Apr-2024 |
sinsanction <[email protected]> |
Entry: refactor dataSource update |
a75d561c | 11-Apr-2024 |
sinsanction <[email protected]> |
Entry: fix dataSource update of mem IQ |
de111a36 | 07-Apr-2024 |
sinsanction <[email protected]> |
IssueQueue: add vf <-> mem fast wake up |