Commit 86231fd
authored
fix: Drive
**Problem**
This PR includes a solution for issue #356. The
`cc_stream_fifo_optimal_wrap` originally assigned an unknown state to
`usage_o` when `Depth == 32'd2`. This issue was first found when running
Spyglass checks into the `snitch_cluster` ([PR
#330](pulp-platform/snitch_cluster#330)).
**Solution**
This fix simply defines the signal state and drives it low if not
supported. The specific value of `usage_o` should not be problematic in
this case since the port is generally not connected when instantiated at
a higher hierachy.usage_o low if not supported (#357)1 parent 63b7c50 commit 86231fd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments