- Nov 05, 2017
-
-
Cloud User authored
-
- Nov 02, 2017
-
-
Donggyu Kim authored
-
- Oct 31, 2017
-
-
Donggyu Kim authored
-
Donggyu Kim authored
-
- Jul 30, 2017
-
-
Donggyu Kim authored
-
- Jul 25, 2017
-
-
Donggyu Kim authored
-
Christopher Celio authored
* Allows the BTB to exactly match the PC pipeline of the I$.
-
Christopher Celio authored
* BOOM will now override Rocket's BTB and supply its own BTB predictions. * Requires a Parameter in BaseTile.
-
- Jun 03, 2017
-
-
Donggyu Kim authored
-
- May 27, 2017
-
-
Donggyu Kim authored
-
- May 18, 2017
-
-
Donggyu Kim authored
-
- May 11, 2017
-
-
Donggyu Kim authored
-
- May 09, 2017
-
-
Christopher Celio authored
-
Christopher Celio authored
-
Christopher Celio authored
* Currently, Rocket's CSR uses retireWidth to set hpm events increment Width. * BOOM's configs must then set its desired PerfIncWidth. * Addresses rocket-chip/issues/733 (albiet, in a heavy-handed manner).
-
- May 06, 2017
-
-
Christopher Celio authored
-
- May 05, 2017
-
-
Christopher Celio authored
-
- May 04, 2017
-
-
Christopher Celio authored
-
- Apr 30, 2017
-
-
Christopher Celio authored
-
Christopher Celio authored
-
- Apr 18, 2017
-
-
Donggyu Kim authored
-
Donggyu Kim authored
-
- Apr 08, 2017
-
-
Christopher Celio authored
-
Christopher Celio authored
-
- Apr 01, 2017
-
-
Donggyu Kim authored
-
- Mar 31, 2017
-
-
Donggyu Kim authored
-
- Mar 30, 2017
-
-
Donggyu Kim authored
-
- Mar 29, 2017
-
-
Donggyu Kim authored
-
- Mar 27, 2017
-
-
Christopher Celio authored
-
- Mar 20, 2017
-
-
Donggyu Kim authored
-
Donggyu Kim authored
-
- Mar 19, 2017
-
-
Christopher Celio authored
- A BOOM core has its own TLB. Which needs a TL2 edge. And a PTW port. - Add edge implicit input to Core. - Widen CoreIO to accept a ptw_tlb port. - Modify RocketCoreParams to handle wider fetchWidths, retireWidths. - Hack PTW requestor count to accommodate extra PTW port. - Wire up PTW requestor to the core's TLB in the Tile.
-
Christopher Celio authored
-
- Mar 18, 2017
-
-
Donggyu Kim authored
becase reqs can be invalidated
-
- Mar 16, 2017
-
-
Donggyu Kim authored
-
- Mar 15, 2017
-
-
Donggyu Kim authored
-
- Mar 14, 2017
-
-
Andrew Waterman authored
It's redundant with the new scheme, so just adds HW for no reason.
-
Andrew Waterman authored
-
Andrew Waterman authored
We were zero-extending it, which is a double-precision zero in the recoded format. So, when spilled and reloaded with fsd/fld, the original value was destroyed. Instead, set the MSBs so that it represents sNaN. When spilled, the single-precision number will be preserved as the NaN payload.
-
- Feb 11, 2017
-
-
Jacob Chang authored
Add externalIn and externalOut property to Nodes that indicates whether the edges are external or not. (#554)
-