- Mar 11, 2020
-
-
Megan Wachs authored
Trying to resolve warning: [deprecated] class freechips.rocketchip.rocket.MultiplierIO (1 calls): Unable to automatically infer cloneType on class freechips.rocketchip.rocket.MultiplierIO: constructor has parameters (dataBits, tagBits) that are not both immutable and accessible. Either make all parameters immutable and accessible (vals) so cloneType can be inferred, or define a custom cloneType method. [warn] There were 1 deprecated function(s) used. These may stop compiling in a future release - you are encouraged to fix these issues. [
-
Deborah Soung authored
* Revert "updating README examples with Make changes (#2322)" This reverts commit 875dcd3e. * Revert "fixing aspect generation (#2309)" This reverts commit bbeb2578. * Revert "separate generator behavior into phases (#2274)" This reverts commit 9d997506.
-
- Mar 07, 2020
-
-
Deborah Soung authored
-
Andrew Waterman authored
-
Deborah Soung authored
-
- Mar 05, 2020
-
-
Henry Cook authored
prci: allow configurable ClockGroupDriver drive function
-
- Mar 04, 2020
-
-
Henry Cook authored
-
Ernie Edgar authored
Qualify load and store watchpoints by instruction type
-
Ernie Edgar authored
-
Suraj Narayan Vellengar authored
* assertion for speculative fetch chicken bit * removed the assertion as it may fail due to race condtion
-
- Mar 03, 2020
-
-
Megan Wachs authored
APBToTL: Qualify address alignment assertion
-
- Mar 02, 2020
-
-
Megan Wachs authored
-
- Feb 29, 2020
-
-
Deborah Soung authored
-
Henry Cook authored
in particular, handle the common failure scenario where an L1 DCache is added to a design with no cacheable memory region.
-
- Feb 28, 2020
-
-
Bradley Morrell authored
Tl vip2
-
- Feb 27, 2020
-
-
Bradley Morrell authored
-
Bradley Morrell authored
-
- Feb 25, 2020
-
-
Jack Koenig authored
Summary of changes in chisel3: * Patch fix to https://github.com/freechipsproject/chisel3/issues/1109 Summary of changes in firrtl: * Constant propagate binary operations with matching arguments * Revert last connect semantics support in reset inference * Fix reset inference for Resets that are only invalidated
-
Bradley Morrell authored
Co-Authored-By:Jack Koenig <koenig@sifive.com>
-
Bradley Morrell authored
-
Bradley Morrell authored
-
Bradley Morrell authored
-
- Feb 21, 2020
-
-
Bradley Morrell authored
-
Deborah Soung authored
-
Bradley Morrell authored
-
- Feb 20, 2020
-
-
Bradley Morrell authored
-
Bradley Morrell authored
-
- Feb 19, 2020
-
-
Bradley Morrell authored
-
Richard Xia authored
Fix typos in Debug Module register descriptions.
-
- Feb 18, 2020
-
-
Richard Xia authored
-
- Feb 15, 2020
-
-
Jack Koenig authored
Summary of changes: * Fix := of DontCare to AsyncReset and Reset * Boost performance of Vec cloning * Add support for \t in printf * Add ScalaDoc to RegNext
-
Andrew Waterman authored
Add vector extension to OMISA
-
- Feb 14, 2020
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Bradley Morrell authored
Custommessage
-
Megan Wachs authored
* bump FIRRTL for async reset register fixes * Bump firrtl to get verilog lint clean fix Co-authored-by:Adam Izraelevitz <adam.izraelevitz@sifive.com>
-
- Feb 13, 2020
-
-
Andrew Waterman authored
I$ accesses can be speculative, and raising the halt signal based upon speculative accesses is problematic. These errors can still be dealt with using a BusErrorUnit.
-