| Age | Commit message (Collapse) | Author |
|
README instructions for installing with Scala FIRRTL
|
|
|
|
for DeqIO and EnqIO initialization is likely to change.
|
|
Make the corresponding test run faster by giving it a Counter.
|
|
EnqIO bundles
|
|
|
|
Emit no width instead of <?> for unknown width UInt and SInt literals…
|
|
|
|
copied machinery from chisel2 build.sbt
added a few intellij lines to gitignore
|
|
|
|
|
|
Chisel tester support
|
|
|
|
|
|
Cleanup comment for finish method in BasicTester, and finishWrapper in TesterDriver.
|
|
|
|
clean up the test example
|
|
|
|
Separate assertion failure message from source locator line
|
|
|
|
subclass which allows tester to have clean up and other construction code executed after a user code executed during constructor of that subclass
|
|
Add Flipped trait; fix DeqIO, this fix looks good to go
|
|
clonable
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Make assert failures more informative using macros
|
|
Add some Chisel2 driver emulation methods
|
|
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.
|
|
|
|
input port
|
|
|
|
|
|
|
|
Update README with more architecture details and new testing flow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|