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
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