-
Notifications
You must be signed in to change notification settings - Fork 614
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated code from core (#2758)
* Remove parenthesized forms of: `.unary_-()`, `.unary_%()`, `.unary_~()`, `.unary_!()`, `.orR()`, `.andR()`, `.xorR()`, `.zext()`, `.asBool()`, `.asBools()`, `.asSInt()`, `.asAsyncReset()`, `.asClock()`, `.isLit()`, `.litOption()`, `.litValue()`, `.abs()` * Remove protected `Data.bindingToString` * Remove `RawModule.getPorts` * Remove `._applyMacroWithMessage` in assert and assume * Remove `stop` that accepts non-zero return code * Remove public `WhenContext` constructor * Remove parenthesized `WhenContext.active()` * Remove `blacklistPackages`, `builderName`, and `chiselStackTrace` from `ChiselException` * Remove `MultiIOModule` (`Module` can have multiple `IOs`) * Remove `chisel3.getModulePorts` * Undo deprecation of `Data.flatten` which is package private and useful * Also remove all internal uses of these removed methods Co-authored-by: Jack Koenig <[email protected]>
- Loading branch information
1 parent
9f080d5
commit 7372c9e
Showing
41 changed files
with
109 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.