You need to sign in or sign up before continuing.
- Feb 04, 2020
-
-
Jim Lawson authored
-
Albert Magyar authored
* Add support for readUnderWrite to SyncReadMem * Add write collision behavior test to MemorySpec * Update constant names
-
Chick Markley authored
Add method asBool to Clock.
-
- Feb 01, 2020
-
-
Chick Markley authored
-
- Jan 25, 2020
-
-
Leway Colin authored
Co-authored-by:
Jim Lawson <ucbjrl@berkeley.edu> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Leway Colin authored
* Remove redundancy code * Remove blank line * BitPat supports whitespace and underscores, presumably for human readability. The BitPat.parse factory though did not remove these from the returned count. This fixes that adds whitespace and underscores to the unit tests This is an updated vesion of Chisel PR #1069 Co-authored-by:
Chick Markley <chick@qrhino.com> Co-authored-by:
Jim Lawson <ucbjrl@berkeley.edu> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
- Jan 24, 2020
-
-
Chick Markley authored
Provides Double and BigDecimal methods to access literal values for FixedPoint and Interval
-
Jim Lawson authored
Co-authored-by:Chick Markley <chick@qrhino.com>
-
- Jan 23, 2020
-
-
Jim Lawson authored
-
Chick Markley authored
-
Chick Markley authored
-
Schuyler Eldridge authored
* Change when thunks return type to Any Changes the type of the thunk for when and WhenContext methods from call-by-name Unit to call-by-name Any. This prevents a warning (-Ywarn-value-discard) where a when thunk is returning something other than Unit that is then discarded, e.g., another WhenContext. Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com> * Change switch thunk return to type to Any Changes the type of switch thunks from call-by-name Unit to call-by-name Any. This prevents a warning (-Ywarn-value-discard) when the internals of a switch block return something other than Unit which is then discarded. Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
- Jan 22, 2020
-
-
chick authored
# Conflicts: # src/test/scala/chiselTests/IntervalSpec.scala
-
Jim Lawson authored
-
Chick Markley authored
BitPat supports whitespace and underscores
-
Chick Markley authored
Non-functional, must have been a typo
-
Jim Lawson authored
-
Jim Lawson authored
-
- Jan 21, 2020
-
-
Deborah Soung authored
-
- Jan 18, 2020
-
-
Adam Izraelevitz authored
-
- Jan 08, 2020
-
-
Jim Lawson authored
-
Jim Lawson authored
-
Leway Colin authored
Co-authored-by:
Albert Magyar <albert.magyar@gmail.com> Co-authored-by:
Chick Markley <chick@qrhino.com>
-
- Jan 03, 2020
-
-
Chick Markley authored
Fixed problem creating Interval literals with full ranges
-
- Dec 20, 2019
-
-
chick authored
-
- Dec 19, 2019
-
-
chick authored
Shortcut for .asUInt.asBool Added test to show it works
-
chick authored
- made .F and .I work for creating fixed point and interval lits from big decimal - Added NumObject trait which provides new math conversions - Made a Num object that extends NumObject - Add this trait to FixedPoint and Interval for backward compatibility - Removed code that is now in NumObject, keeping things DRY - Add tests to FixedPointSpec to show lit conversion to double and big decimal - Add tests to IntervalSpec to show lit conversion to double and big decimal - Add tests to LiteralExtractorSpec to show general math conversions between BigInts with binary points and double and big decimal
-
chick authored
The BitPat.parse factory though did not remove these from the returned count. This fixes that adds whitespace and underscores to the unit tests This is an updated vesion of Chisel PR #1069
-
- Dec 18, 2019
-
-
Chick Markley authored
-
Chick Markley authored
-
Jim Lawson authored
This is just a band aid until an Aggregate `isLit()` method (for which work has begun) is implemented.
-
- Dec 17, 2019
-
-
Schuyler Eldridge authored
This removes a dead line where a WriteEmitted phase is constructed. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
- Dec 13, 2019
-
-
chick authored
- boundary testing was not taking binary point into account correctly - add tests to show where things work and where they are supposed to fail
-
- Dec 12, 2019
-
-
Chick Markley authored
Bug fixes to support code for Interval
-
chick authored
- getLowestPossibleValue - getHighestPossibleValue - getPossibleValues
-
chick authored
- Fixed computation in getHighestPossibleValue, erroneously was using lower intead of upper
-
- Dec 07, 2019
-
-
Jack Koenig authored
This reverts commit 85fe90d5.
-
- Dec 05, 2019
-
-
Zhuanhao Wu authored
-
- Dec 03, 2019
-
-
Jack Koenig authored
-
Jack Koenig authored
-