-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIRRTL][GCSM] Use buffer wires for forced output ports (#3431)
We use buffer wires to break the verilog net when using force statements. So far we have only seen a need to do this for input ports, but the same situation can happen with output ports. When we are forcing the value of an output port, we need to insert a wire inside the module between it and submodule ports, so that the submodule's output port is not also forced. Co-authored-by: Will Dietz <[email protected]>
- Loading branch information
Showing
2 changed files
with
87 additions
and
53 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