index
:
chiselX
abstract-module
master
scala3-main-test
scala3-support
scala3-support-chisel6
Chisel with SFC compatibility
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
scala
/
Chisel
/
Driver.scala
Age
Commit message (
Expand
)
Author
2016-06-08
Rename packages to lowercase chisel, add compatibility layer
ducky
2016-05-20
Update BackendCompilationUtilities.verilogToCpp to specify top-module
jackkoenig
2016-05-10
Move emit out of IR
ducky
2016-05-09
get -> getOrElse
Donggyu Kim
2016-04-26
Scalastyle fixes and "ignores". - No functional changes.
Jim Lawson
2016-03-18
Make Chisel self-testing work with new FIRRTL printf/stop guards
jackkoenig
2016-03-14
Scalastyle cleanup - no functional differences.
Jim Lawson
2016-03-08
Added -Wno-WIDTH and -Wno-STMTDLY warning suppressors to verilator command
chick
2016-03-05
Actually parse "--targetDir"
Palmer Dabbelt
2016-02-02
Add some Chisel2 driver emulation methods
Palmer Dabbelt
2016-01-23
Move firrtl subpackage to inside internal subpackage.
jackkoenig
2015-12-15
Print test stdout/stderr to console
ducky
2015-12-09
Refactor testharness generation to create directories and have minimal API
ducky
2015-12-09
Extend TesterDriver to optionally take in additional Verilog sources
ducky
2015-12-06
Split internal and FIRRTL packages
ducky
2015-11-04
Fix new style errors
ducky
2015-11-04
Remove Parameters library and refactor Driver.
Henry Cook
2015-10-20
Whitespace / comment style fixes
ducky
2015-08-27
Expose ChiselExceptions
Andrew Waterman
2015-08-13
Make error reporting reentrant
Andrew Waterman
2015-08-12
Marshal the global mutable state into one object
Andrew Waterman
2015-08-05
Tighten access to some classes/fields
Andrew Waterman
2015-08-05
Remove stuff from FileSystemUtilities
Andrew Waterman
2015-08-05
Add legacy chiselMain routine
Andrew Waterman
2015-08-05
Name output files according to ChiselConfig.toString
Andrew Waterman
2015-08-05
minor cleanup
Henry Cook
2015-08-05
Massive Driver simplification, some tweaks to Parameter api
Henry Cook
2015-08-05
Remove all references to Backends, only backend is FIRRTL
Henry Cook
2015-08-01
Compute node directions correctly
Andrew Waterman
2015-07-29
Print out basic status information when elaborating
Andrew Waterman
2015-07-24
Remove chiselVersion from Makefile; correct bit order for toBits; correct Vec...
Jim Lawson
2015-07-24
move source files under Chisel folder - eclipse compatibility
Jim Lawson