- Oct 20, 2015
-
-
Palmer Dabbelt authored
Change scalastyle to check for shorter RISC-V style license notice.
-
ducky authored
-
Palmer Dabbelt authored
Core.scala API documentation
-
ducky authored
-
- Oct 17, 2015
-
-
Palmer Dabbelt authored
Remove old Literal object; fold the parseLit into UInt
-
Andrew Waterman authored
-
- Oct 13, 2015
-
-
Henry Cook authored
Update README with Mem(seqRead) -> SeqMem()
-
- Oct 09, 2015
-
-
Andrew Waterman authored
Handle IllegalArgumentExcetions that mean a cloneType is needed
-
Palmer Dabbelt authored
When trying to cloneType() on classes that take a builtin (like Int), we get an IllegalArgumentException instead of a InvocationTargetException. This change prints a nice error message instead of a stack trace.
-
Jack Koenig authored
Type hierarchy diagram -- looks good
-
ducky authored
-
- Oct 08, 2015
- Oct 07, 2015
-
-
Jim Lawson authored
Avoid: [error] (run-main-0) java.lang.UnsupportedOperationException: empty.reduceLeft java.lang.UnsupportedOperationException: empty.reduceLeft when invoked via chiselMain() with no Parameters.
-
- Oct 02, 2015
-
-
Christopher Celio authored
-
Henry Cook authored
Flip Mem/SeqMem argument order; deprecate old ordering
-
Andrew Waterman authored
-
Andrew Waterman authored
Eliminate outdated parts of readme, add skeleton for new format
-
- Oct 01, 2015
-
-
Adam Izraelevitz authored
Remove unused emulator C++ headers
-
ducky authored
-
- Sep 29, 2015
-
-
Jim Lawson authored
-
- Sep 26, 2015
-
-
Andrew Waterman authored
-
- Sep 25, 2015
-
-
ducky authored
-
- Sep 24, 2015
- Sep 23, 2015
-
-
Jim Lawson authored
-
- Sep 19, 2015
-
-
Andrew Waterman authored
- Rename Alias to Node to match FIRRTL notion - Remove poorly-named Immediate and replace root of hierarchy with Arg
-
Andrew Waterman authored
-
Andrew Waterman authored
Emit read-enables as mux(ren, addr, poison).
-
- Sep 02, 2015
-
-
Andrew Waterman authored
-
Andrew Waterman authored
Use the companion objects instead.
-
- Sep 01, 2015
-
-
Andrew Waterman authored
Now, we emit all I/Os inside a bundle named io.
-
Andrew Waterman authored
-
Andrew Waterman authored
A mangled name may itself conflict with another name.
-
Andrew Waterman authored
No need for Option, since an empty Set can be used instead.
-
- Aug 29, 2015
-
-
Jim Lawson authored
-
Andrew Waterman authored
Read enables and read-write ports aren't working yet.
-
Andrew Waterman authored
-
- Aug 28, 2015
-
-
Andrew Waterman authored
-