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
/
chisel3
/
Driver.scala
Age
Commit message (
Expand
)
Author
2016-10-19
Change verilogToCpp to use O0
jackkoenig
2016-10-14
Implement a standardized execution scheme for chisel
chick
2016-10-06
Remove non-standard sbt-buildinfo settings; write buildinfo to firrtl file.
Jim Lawson
2016-10-06
Merge branch 'master' into buildinfo
Jim Lawson
2016-10-06
Update Driver: Check the simulation exit code #281
Jim Lawson
2016-10-05
Print Chisel version when Driver object is created.
Jim Lawson
2016-10-05
Add sbt-buildinfo support.
Jim Lawson
2016-09-01
Move connection implicits from Module constructor to connection methods.
Jim Lawson
2016-08-30
Merge branch 'master' into gsdt
Jim Lawson
2016-08-30
Allow compileOptions as optional arguments to elaborate() and emit().
Jim Lawson
2016-08-30
Correct parameter name (topModule) in ScalaDoc.
Jim Lawson
2016-08-21
provides signal name methods for firrtl annotation and chisel testers
Donggyu Kim
2016-06-28
Merge branch 'master' into renamechisel3
Jim Lawson
2016-06-20
Rename "package", "import", and explicit references to "chisel3".
Jim Lawson
2016-06-20
Rename chisel3 package.
Jim Lawson