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
/
CompileOptionsTest.scala
Age
Commit message (
Expand
)
Author
2020-07-21
Delete outdated scalastyle configuration comments from source
Albert Magyar
2020-06-22
Use ChiselStage in Tests
Schuyler Eldridge
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-03-18
Split #974 into two PRs - scalastyle updates (#1037)
Jim Lawson
2017-08-01
Address scalastyle issues, out of date comments, extraneous imports. (#658)
Jim Lawson
2017-06-26
Directions internals mega-refactor (#617)
Richard Lin
2017-04-13
Module Hierarchy Refactor (#469)
Richard Lin
2017-04-04
Define CompileOptions case class to support CompileOptions manipulation. (#572)
Jim Lawson
2016-11-21
Restyle a lot of test code, mainly with regex
ducky
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-29
Consolidate CompileOptions and re-enable NotStrict pending macro work.
Jim Lawson
2016-09-29
Massive rename of CompileOptions.
Jim Lawson
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
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