-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Calyx-Backend] Use Morty to link external libraries (#2378)
This patch is the first half of #1928 We use Morty: https://github.com/pulp-platform/morty to pickle Verilog/System Verilog files needed as libraries. Acknowledgement to @evanmwilliams for the original implementation.
- Loading branch information
1 parent
c7e6129
commit 13a942b
Showing
21 changed files
with
1,417 additions
and
25 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
`calyx-stdlib` will inlcude all of the base primitives defined by the Calyx compiler with one exception - floating point libraries. | ||
|
||
To enable floating-point operations in Calyx, you need to install the HardFloat library (the only available one for now). This can be done by running the provided script:, [run the `get_hardfloat.sh` script](../primitives/float/get_hardfloat.sh) |
Oops, something went wrong.