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
/
chiselFrontend
/
src
/
main
/
scala
/
chisel3
/
core
/
Aggregate.scala
Age
Commit message (
Expand
)
Author
2017-03-13
Revert "Change Vec creation to check if gen is lit (and hence needs t… (#530)
Jim Lawson
2017-02-27
Record: allow elements to start with a digit
Wesley W. Terpstra
2017-02-16
Add scaladoc examples for Vec and Bundle (#511)
Chick Markley
2017-02-15
Implement asTypeOf, refactor internal APIs (#450)
Richard Lin
2017-02-03
Added vec IO tests for #104 (#480)
Jim Lawson
2017-01-31
Make Module and Bundle properly use empty namespaces
Jack
2017-01-20
Add Record as new superclass of Bundle (#366)
Jack Koenig
2017-01-13
Make fromBits work with types other than UInt (#424)
grebe
2016-12-02
Merge branch 'master' into exceptionfix
Jim Lawson
2016-11-29
Add feature warnings to build, fix feature warnings, fix some documentation (...
Richard Lin
2016-11-22
Disallow chained apply (#380)
Richard Lin
2016-11-21
Restyle Bool constructors, move compatibility deprecations into compatibility...
ducky
2016-11-21
Break out deprecated literal constructors, refactor all the things!
ducky
2016-11-10
Throw exceptions for cloneType failures - fix #358
Jim Lawson
2016-10-28
Plug holes where defaultCompileOptions leaked in
Andrew Waterman
2016-10-27
Refactor and fix field reflection (#342)
Andrew Waterman
2016-10-06
Merge branch 'master' into tobits-deprecation
Jim Lawson
2016-10-05
Merge pull request #315 from ucb-bar/fix-rocket-chip
Jim Lawson
2016-10-05
Use modulo addressing for dynamic Vec/Mem accesses
Andrew Waterman
2016-10-05
Give <> and := legacy behavior in compatibility mode
Andrew Waterman
2016-09-29
Manual dead code elimination.
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-28
Don't use firrtlDirection for direction checks - fix #298.
Jim Lawson
2016-09-15
Merge branch 'master' into gsdt
Jim Lawson
2016-09-09
Convert to NotStrict for internal connection checks.
Jim Lawson
2016-09-07
Add Printable (#270)
Jack Koenig
2016-09-01
Remove O(n^2) code in Vec.apply(Seq)
Andrew Waterman
2016-09-01
Deprecate Vec.fill() offering Vec(Seq.fill()).
Jim Lawson
2016-09-01
Move connection implicits from Module constructor to connection methods.
Jim Lawson
2016-08-31
Check that Vecs have homogeneous types
Andrew Waterman
2016-08-30
Merge branch 'master' into gsdt
Jim Lawson
2016-08-25
Use bulkConnect in Vec,fill if any (flattened) element of the Vec has a direc...
Jim Lawson
2016-08-21
provides signal name methods for firrtl annotation and chisel testers
Donggyu Kim
2016-08-18
Merge branch 'sdtwigg_connectwrap_renamechisel3' into gsdt_tests
Jim Lawson
2016-08-16
Add component to signature.
Jim Lawson
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-25
Minimize differences with master.
Jim Lawson
2016-07-21
Introduce chiselCloneType to distinguish from cloneType.
Jim Lawson
2016-07-20
Distinguish between ?Int.Lit and ?Int.width
Jim Lawson
2016-07-20
Compile ok.
Jim Lawson
2016-07-19
Incorporate connection logic.
Jim Lawson
2016-07-18
Update Chisel -> chisel3 references.
Jim Lawson
2016-07-18
Rename "Chisel" to "chisel3" (only git mv).
Jim Lawson
2016-06-20
Rename "package", "import", and explicit references to "chisel3".
Jim Lawson
2016-06-20
Rename chisel3 package.
Jim Lawson
[prev]