- Feb 03, 2018
-
-
Jim Lawson authored
-
Jim Lawson authored
# Conflicts: # chisel3 # firrtl
-
- Feb 02, 2018
-
-
Andrew Waterman authored
-
- Feb 01, 2018
-
-
Jack Koenig authored
-
solomatnikov authored
-
Henry Cook authored
Misc updates to Config and Generator APIs
-
- Jan 31, 2018
-
-
Henry Cook authored
-
Henry Cook authored
-
Henry Cook authored
-
Henry Cook authored
-
- Jan 30, 2018
-
-
Jacob Chang authored
-
- Jan 27, 2018
-
-
Andrew Waterman authored
-
- Jan 26, 2018
-
-
Andrew Waterman authored
Cover all exceptions and interrupts
-
Andrew Waterman authored
-
- Jan 25, 2018
-
-
Jacob Chang authored
-
- Jan 24, 2018
-
-
Andrew Waterman authored
Add some covers for VM and FPU
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- Jan 23, 2018
-
-
Jacob Chang authored
-
- Jan 20, 2018
-
-
Wesley W. Terpstra authored
-
- Jan 19, 2018
-
-
Wesley W. Terpstra authored
-
Henry Cook authored
rocket: add address to tlb permissions require msgs
-
Jack Koenig authored
This change is made in anticipation of a proper coverage library
-
Henry Cook authored
-
- Jan 18, 2018
-
-
Wesley W. Terpstra authored
* SourceShrinker: preserve FIFO guarantees of slaves * tilelink: document that Releases can use TtoT, BtoB, and NtoN TtoT is needed for write-through caches.
-
Megan Wachs authored
* JTAG: Use new withClock way of overriding clocks the override clock way is deprecated * JTAG: use withClock instead of override clock * JTAG: extend Module for ClockedCounter * JTAG: Don't use deprecated clock constructs * JTAG: Remove another override_clock * Rename "NegativeEdgeLatch" because it's not a latch, it's just a register on the negative edge of the clock. * Use the appropriately named NegEdgeReg * JTAG: Rename another NegativeEdgeLatch
-
- Jan 16, 2018
-
-
Jacob Chang authored
-
Megan Wachs authored
remove string type ambiguity in header
-
- Jan 14, 2018
-
-
Edmond Cote authored
I ran into a compilation issue. This link explains the problem well: https://stackoverflow.com/a/5499222/3736700 For example, in a header file, it is generally not considered a good idea to put the line using namespace std; (or to use any namespace, for that matter) because it can cause names in files that include that header to become ambiguous. In this setup, you would just #include <string> in the header, then use std::string to refer to the string type.
-
- Jan 13, 2018
-
-
Megan Wachs authored
Add Debug tests to Regressions
-
- Jan 11, 2018
-
-
Jordan Danford authored
-
- Jan 10, 2018
-
-
Megan Wachs authored
-
Henry Cook authored
Make more use of chisel3.experimental.DontTouch
-
pentin-as authored
In accordance with https://github.com/freechipsproject/chisel3/issues/752
-
- Jan 09, 2018
-
-
Henry Cook authored
-
Henry Cook authored
-
Henry Cook authored
-
Albert Huntington authored
Allow rwReg to pass name and description to RegField for documentation.
-
Megan Wachs authored
-
- Jan 06, 2018
-
-
Henry Cook authored
Fix TL MMIO port
-