forked from steveicarus/iverilog
-
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.
Fix synthesis of signal and part select to keep signed/unsigned type.
If a signal has been cast to a different type, synthesis needs to reflect the expression type, not the base signal type. If a part select selects the entire signal, unless otherwise cast, the expression is unsigned, regardless of the base signal type. This fixes the additional issues reported in issue steveicarus#1099.
- Loading branch information
1 parent
3624a54
commit fc29e51
Showing
1 changed file
with
30 additions
and
4 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