| Age | Commit message (Collapse) | Author |
|
|
|
|
|
I had a def instead of a val.
|
|
|
|
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.
|
|
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.
|
|
We don't have this in Chisel3, but for compatibility with berkeley-hardfloat I
want a function header. This lets me keep the test harness in upstream
hardfloat so I don't have to fork it for Chisel3 testing.
|