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
/
test
Age
Commit message (
Expand
)
Author
2016-10-05
Add sbt-buildinfo support.
Jim Lawson
2016-10-04
Add CompileOptions implicits to all Module constructors - fix #310. (#311)
Jim Lawson
2016-09-29
Consolidate CompileOptions and re-enable NotStrict pending macro work.
Jim Lawson
2016-09-29
Massive rename of CompileOptions.
Jim Lawson
2016-09-23
Merge branch 'master' into gsdt
Jim Lawson
2016-09-21
Expose FIRRTL asClock construct
Andrew Waterman
2016-09-15
Merge branch 'master' into gsdt
Jim Lawson
2016-09-07
Fix bug in Printable FullName of submodule port
jackkoenig
2016-09-07
Add Printable (#270)
Jack Koenig
2016-09-06
Verify we can suppress the inclusion of default compileOptions.
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
Make compileOptions in the Chisel package effective.
Jim Lawson
2016-08-30
Add example of specific CompileOptions settings to tests.
Jim Lawson
2016-08-30
Add abstract classes with explicit connection checking options.
Jim Lawson
2016-08-29
Check module-specific compile options.
Jim Lawson
2016-08-29
Rename CompileOptions implicit objects.
Jim Lawson
2016-08-29
Pass compileOptions as an implicit Module parameter.
Jim Lawson
2016-08-24
Per Chisel meeting.
chick
2016-08-21
AnnotatingExample:
chick
2016-08-21
Add AnnotationSpec file which provides an example of a way to implement gener...
chick
2016-08-21
Add annotating example to test new signal name api
chick
2016-08-16
Merge branch 'master' into sdtwigg_connectwrap_renamechisel3
Jim Lawson
2016-08-15
Make "def width" a private API; expose isWidthKnown instead (#257)
Andrew Waterman
2016-07-27
More compatibility fixes
Jim Lawson
2016-07-27
Correct EnqIO/DeqIO Flipped-ness.
Jim Lawson
2016-07-27
Additional compatibility code.
Jim Lawson
2016-07-25
Enable current (chisel2-style) compatibility mode.
Jim Lawson
2016-07-25
Minimize differences with master.
Jim Lawson
2016-07-25
Merge branch 'master' into sdtwigg_connectwrap_renamechisel3
Jim Lawson
2016-07-25
Use more idiomatic ScalaTest exception expecting code.
Jim Lawson
2016-07-25
catch Bad connection exception
Jim Lawson
2016-07-21
Introduce chiselCloneType to distinguish from cloneType.
Jim Lawson
2016-07-21
Ensure test_wire is sinkable.
Jim Lawson
2016-07-20
More literal/width rangling.
Jim Lawson
2016-07-20
Distinguish between ?Int.Lit and ?Int.width
Jim Lawson
2016-07-20
Generate better names for nodes (#190)
Jack Koenig
2016-07-20
Compile ok.
Jim Lawson
2016-07-19
Fix LitBinding and MultiAssign tests.
Jim Lawson
2016-07-19
Incorporate connection logic.
Jim Lawson
2016-07-19
Merge branch 'sdtwigg_rebase_renamechisel3' into sdtwigg_wrap_renamechisel3
Jim Lawson
2016-07-18
Update Chisel -> chisel3 references.
Jim Lawson
2016-07-07
Don't check GCD result before sending it a request
Andrew Waterman
2016-06-21
Most of the remaining tests with Module, IO wrapping.
Jim Lawson
2016-06-21
New Module, IO, Input/Output wrapping.
Jim Lawson
2016-06-20
Rename "package", "import", and explicit references to "chisel3".
Jim Lawson
2016-06-08
Move utils into utils
ducky
2016-06-08
Rename Chisel -> chisel in tests
ducky
2016-06-01
Fix a fairly serious bug whereby Vec's could incorrectly compare as equal (#204)
Wesley W. Terpstra
2016-05-20
Update BackendCompilationUtilities.verilogToCpp to specify top-module
jackkoenig
[next]