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
/
scala
/
chiselTests
/
Direction.scala
Age
Commit message (
Expand
)
Author
2022-11-10
Unify Chisel2 and chisel3 directionality (backport #2634) (#2837)
mergify[bot]
2022-11-08
Switch to using experimental trait for OpaqueTypes (backport #2783) (#2836)
mergify[bot]
2022-11-07
Bugfix converter clearing flips (backport #2788) (#2832)
mergify[bot]
2022-01-10
Apply scalafmt
Jack Koenig
2021-01-21
Rename MultiIOModule to Module
Jack Koenig
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-08-26
Add ChiselPhase, Stop writing files in ChiselStage$ methods, Expand ChiselSta...
Schuyler Eldridge
2020-06-22
Use ChiselStage in Tests
Schuyler Eldridge
2020-04-13
Update scalatest to 3.1.0 (#1394)
Jim Lawson
2019-10-08
Fix direction of dynamic index in complex Vec (#1196)
Jack Koenig
2019-09-11
Move dontTouch, RawModule, and MultiIOModule out of experimental (#1162)
Jim Lawson
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-04-19
Fix wrong directionality for Vec(Flipped())
Edward Wang
2019-03-29
Ignore empty aggregates elements when binding aggregate direction (#946)
Jack Koenig
2018-11-20
Make Vec cloneType keep directions of elements (#945)
Jack Koenig
2017-07-28
Black box top-level IO fix (#655)
Richard Lin
2017-06-26
Directions internals mega-refactor (#617)
Richard Lin
2017-05-25
Support updated scalatest/scalacheck; bump sbt and Scala versions. (#605)
Jim Lawson
2016-11-21
Restyle a lot of test code, mainly with regex
ducky
2016-09-29
Massive rename of CompileOptions.
Jim Lawson
2016-08-29
Rename CompileOptions implicit objects.
Jim Lawson
2016-08-29
Pass compileOptions as an implicit Module parameter.
Jim Lawson
2016-07-27
More compatibility fixes
Jim Lawson
2016-07-25
Minimize differences with master.
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-20
Distinguish between ?Int.Lit and ?Int.width
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-06-21
Most of the remaining tests with Module, IO wrapping.
Jim Lawson
2015-10-23
Whitespace scalastyle fixes for tests
ducky
2015-08-14
more tests
Henry Cook