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
/
BlackBox.scala
Age
Commit message (
Expand
)
Author
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-03-18
Split #974 into two PRs - scalastyle updates (#1037)
Jim Lawson
2018-10-03
Add DataMirror.modulePorts (#901)
Richard Lin
2018-07-04
Remove forceName rom BlackBox/ExtModule, filter out forceName in UserModule
Richard Lin
2018-02-07
Cloning IO with compatibility 🦆 (#754)
Richard Lin
2017-12-20
Add compileOptions to Module.apply, use for invalidating submod ports (#747)
Jack Koenig
2017-08-11
Rename userDir->specifiedDir (#671)
Richard Lin
2017-07-28
Black box top-level IO fix (#655)
Richard Lin
2017-06-26
Directions internals mega-refactor (#617)
Richard Lin
2017-04-25
Remove explicit import of NotStrict - fixes #492 (#494)
Jim Lawson
2017-04-13
Module Hierarchy Refactor (#469)
Richard Lin
2017-02-15
Blackbox comments spelling correction thanks to edwardcwang
Fabien Marteau
2017-02-15
BlackBox documentation: adding the verilog template to generate
Fabien Marteau
2017-02-15
Adding a BlackBox example in code documentation
Fabien Marteau
2016-11-18
Add support for parameterized BlackBoxes
jackkoenig
2016-11-02
Changed T to _T for generated names (#349)
Adam Izraelevitz
2016-09-29
Consolidate CompileOptions and re-enable NotStrict pending macro work.
Jim Lawson
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-06-22
Merge branch 'master' into renamechisel3
Jim Lawson
2016-06-20
Rename "package", "import", and explicit references to "chisel3".
Jim Lawson
2016-06-20
Rename chisel3 package.
Jim Lawson