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
/
Data.scala
Age
Commit message (
Expand
)
Author
2017-03-08
Deprecate old Reg with nulls constructor (#455)
Richard Lin
2017-02-15
Implement asTypeOf, refactor internal APIs (#450)
Richard Lin
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-11-21
Fix toBits() deprecation message (to match what it effectively does). (#379)
Jim Lawson
2016-10-28
Plug holes where defaultCompileOptions leaked in
Andrew Waterman
2016-10-28
Preserve legacy cloneType behavior in compatibility mode
Andrew Waterman
2016-10-24
Merge branch 'master' into tobits-deprecation
Jim Lawson
2016-10-06
Merge pull request #307 from ucb-bar/clonefirrtldirection
Jim Lawson
2016-10-06
Add comments; correct Complex definition (use cloneType).
Jim Lawson
2016-10-06
Merge branch 'master' into tobits-deprecation
Jim Lawson
2016-10-05
Give <> and := legacy behavior in compatibility mode
Andrew Waterman
2016-10-05
Make asInput/asOutput/flip deprecation warnings dynamic
Andrew Waterman
2016-09-30
clone firrtlDirection when cloning
Jim Lawson
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-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-09
Convert to NotStrict for internal connection checks.
Jim Lawson
2016-09-07
Add Printable (#270)
Jack Koenig
2016-09-02
Deprecate asBits; modify deprecation warnings accordingly
Andrew Waterman
2016-09-01
Move connection implicits from Module constructor to connection methods.
Jim Lawson
2016-08-19
Restore immutability of direction overrides.
Jim Lawson
2016-08-18
Merge branch 'sdtwigg_connectwrap_renamechisel3' into gsdt_tests
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-08-04
Deal with directions on Clocks.
Jim Lawson
2016-08-03
Merge branch 'master' into sdtwigg_connectwrap_renamechisel3
Jim Lawson
2016-07-31
Expose asUInt from Data
Andrew Waterman
2016-07-25
Enable current (chisel2-style) compatibility mode.
Jim Lawson
2016-07-25
Merge branch 'master' into sdtwigg_connectwrap_renamechisel3
Jim Lawson
2016-07-21
Introduce chiselCloneType to distinguish from cloneType.
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]