- Mar 06, 2016
-
-
Palmer Dabbelt authored
-
Palmer Dabbelt authored
Remove scalastyle test hook
-
Palmer Dabbelt authored
I'm trying to get RocketChip to work with Chisel3 again, and we need to run in multiple directories. This fixes the workaround I made earlier to actually parse the passed command-line arguments so I can emit FIRRTL in the correct directory.
-
Palmer Dabbelt authored
I can't get this to work when Chisel 3 is installed as a submodule.
-
- Mar 04, 2016
-
-
Jim Lawson authored
Distribution prep1
-
- Feb 27, 2016
-
-
Richard Lin authored
Fix init in deq io
-
- Feb 26, 2016
-
-
Jack authored
-
Andrew Waterman authored
README instructions for installing with Scala FIRRTL
-
ducky authored
-
chick authored
Fixed comment punctuation and made it clearer that using an init() method for DeqIO and EnqIO initialization is likely to change.
-
- Feb 25, 2016
-
-
chick authored
Make the corresponding test run faster by giving it a Counter.
-
chick authored
-
https://github.com/ucb-bar/chisel3chick authored
-
Jack Koenig authored
Emit no width instead of <?> for unknown width UInt and SInt literals…
-
chick authored
-
chick authored
copied machinery from chisel2 build.sbt added a few intellij lines to gitignore
-
- Feb 24, 2016
-
-
jackkoenig authored
-
https://github.com/ucb-bar/chisel3chick authored
-
- Feb 23, 2016
-
-
Richard Lin authored
Chisel tester support
-
chick authored
-
- Feb 11, 2016
- Feb 10, 2016
-
-
azidar authored
-
Andrew Waterman authored
Separate assertion failure message from source locator line
-
chick authored
-
chick authored
Added support for finish method of BasicTester to be overridden in a subclass which allows tester to have clean up and other construction code executed after a user code executed during constructor of that subclass
-
- Feb 09, 2016
-
-
Chick Markley authored
Add Flipped trait; fix DeqIO, this fix looks good to go
-
chick authored
-
ducky authored
-
Andrew Waterman authored
If we end up generalizing Strings, this code should be moved elsewhere. Note FIRRTL doesn't handle this stuff right, so I'm not committing the companion test yet.
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- Feb 04, 2016
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
Make assert failures more informative using macros
-
Adam Izraelevitz authored
Add some Chisel2 driver emulation methods
-
- Feb 03, 2016
-
-
Palmer Dabbelt authored
I don't want to have to maintain a big rocket-chip fork to have it run through Chisel3, so instead I'm adding back some of the driver routines that existed in Chisel2.
-
- Jan 31, 2016
-
-
ducky authored
-