| Age | Commit message (Collapse) | Author |
|
(#2423)
Co-authored-by: Jack Koenig <koenig@sifive.com>
|
|
|
|
|
|
* Pull out common test utilities into a separate package
* Project a fat jar for test utilities
Co-authored-by: Albert Magyar <albert.magyar@gmail.com>
|
|
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
|
This includes the built-in functions in BackendCompilationUtilities
which are a public API
|
|
|
|
Defined as the range from ' ' to '~' [0x20, 0x7e]
|
|
Refactor StringLit to use String instead of Array[Byte]
|
|
Jar resources (unlike classes) are typically not scoped. This can create collisions if we have similarly named resources in multiple jars, especially when merging multiple projects in an IDE. Give this resource a distinct name to avoid colliding with chisel3 top.cpp.
|
|
Replace with more sensible comment to see LICENSE rather than including the
whole license in every file
|
|
The old almost equivalent syntax gives the same result but can cause the
test to fail if too many invalid values are thrown away.
|
|
|
|
|