| Age | Commit message (Collapse) | Author |
|
|
|
Insert missing newline for sbt-publish.
|
|
|
|
Update installation instructions to include firrtl publish-local.
|
|
|
|
|
|
(#387)
|
|
Get rid of some cruft exposed in #373
This also allows Bits.fromtInt(...) to be removed. Yay!
All old APIs (with some new restrictions, rocket still works fine) are preserved without deprecation in Chisel._, aside from the non-compile-time-checkable Map[] enum constructor which probably should have been deprecated during chisel2. The Map[] enums have been removed from chisel3._ without deprecation.
The new restriction is that nodeType (legacy API) may only be of UInt type with unspecified width. Note that Bits() creates a UInt, and if you can't control the enum values, it makes little sense to specify a bitwidth.
|
|
Fix for direct dependencies
|
|
|
|
Don't publish sub-project JARs
|
|
|
|
|
|
Data.toUInt() doesn't exist.
|
|
Remove modName from Module
|
|
Standardize the One True Way of specifying literals
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compatibility package object
|
|
|
|
|
|
|
|
|
|
Add ranging API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|