forked from hdl/bazel_rules_hdl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synthesis: Insert tie cells during synthesis
This commit adds following changes to the synthesis script: * defined all `x` values as `0`s * split multi-bit nets to single bit ones * run extra optimization after `x` values are resolved. * map constant 0/1s to tap cells during synthesis. These steps are similar to the ORFS synthesis. Signed-off-by: Maciej Dudek <[email protected]>
- Loading branch information
Showing
2 changed files
with
23 additions
and
1 deletion.
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