Commit e0e6bff
issue stage: reuse signals instead of repeating (#3247)
The comb signals were assigned-to but not read.
The always_comb process was repeated in the always_ff process below.
Now the comb signals are used in the always_ff process instead of
repeating the logic.
---------
Co-authored-by: JeanRochCoulon <jean-roch.coulon@thalesgroup.com>1 parent 6779dac commit e0e6bff
2 files changed
Lines changed: 5 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1083 | 1083 | | |
1084 | 1084 | | |
1085 | 1085 | | |
1086 | | - | |
1087 | | - | |
1088 | | - | |
1089 | | - | |
1090 | | - | |
1091 | | - | |
1092 | | - | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
1093 | 1089 | | |
1094 | | - | |
1095 | | - | |
1096 | | - | |
1097 | 1090 | | |
1098 | 1091 | | |
1099 | 1092 | | |
1100 | | - | |
1101 | | - | |
1102 | | - | |
1103 | | - | |
| 1093 | + | |
1104 | 1094 | | |
1105 | 1095 | | |
1106 | 1096 | | |
| |||
0 commit comments