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
Age
Commit message (
Expand
)
Author
2016-08-30
Add abstract classes with explicit connection checking options.
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-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-29
Rename individual compile options.
Jim Lawson
2016-08-25
Use bulkConnect in Vec,fill if any (flattened) element of the Vec has a direc...
Jim Lawson
2016-08-23
Swap name of compileOption "assumeNoDirectionIsOutput" to "assumeNoDirectionI...
Jim Lawson
2016-08-22
Purely cosmetic changes to placate the scalastyle checker.
Jim Lawson
2016-08-22
Fix firrtlDirection for class DeqIO.
Jim Lawson
2016-08-19
Restore immutability of direction overrides.
Jim Lawson
2016-08-19
Simplify autioIOWrap code in computePorts().
Jim Lawson
2016-08-18
Add assumeNoDirectionIsOutput.
Jim Lawson
2016-08-18
Use isFirrtlFlipped() to determine port direction.
Jim Lawson
2016-08-18
Merge branch 'sdtwigg_connectwrap_renamechisel3' into gsdt_tests
Jim Lawson
2016-08-17
Rocket-chip updates.
Jim Lawson
2016-08-17
Reduce rocket-chip elaboration errors.
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-12
Use compileOptions to determine if Missing...FieldExceptions are thrown.
Jim Lawson
2016-08-12
Merge branch 'compile_options' into sdtwigg_connectwrap_renamechisel3
Jim Lawson
2016-08-12
Add support for per-Module compilation options.
Jim Lawson
2016-08-11
Merge branch 'master' into sdtwigg_connectwrap_renamechisel3
Jim Lawson
2016-08-09
Support Module name overrides with "override def desiredName"
Andrew Waterman
2016-08-09
Legalize identifier names before printing
Andrew Waterman
2016-08-09
counter(inc,n) example should reflect actual use (#252)
Colin Schmidt
2016-08-04
Deal with directions on Clocks.
Jim Lawson
2016-08-03
Merge branch 'master' into sdtwigg_connectwrap_renamechisel3
Jim Lawson
2016-08-03
Merge "package" code into "compatibility".
Jim Lawson
2016-07-31
Remove deprecated FileSystemUtilities
Andrew Waterman
2016-07-31
Expose asUInt from Data
Andrew Waterman
2016-07-31
Fix two deprecation warnings
Andrew Waterman
2016-07-28
Add missing Decoupled object pointer.
Jim Lawson
2016-07-28
Add missing factory constructors.
Jim Lawson
2016-07-27
More compatibility fixes
Jim Lawson
2016-07-27
Correct EnqIO/DeqIO Flipped-ness.
Jim Lawson
2016-07-27
Correct EnqIO/DeqIO Flipped-ness.
Jim Lawson
2016-07-27
Additional compatibility code.
Jim Lawson
2016-07-27
Correct EnqIO/DeqIO Flipped-ness.
Jim Lawson
2016-07-27
Correct EnqIO/DeqIO Flipped-ness.
Jim Lawson
2016-07-26
Add ValidIO definition for old 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
Add missing compatibility.scala.
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
[next]