chipsalliance / i3c-core

https://chipsalliance.github.io/i3c-core/
Apache License 2.0
6 stars 3 forks source link

Many warnings generated when compiling and simulating code at tip of main #1

Open calebofearth opened 1 week ago

calebofearth commented 1 week ago

Using an issue to track fixes discussed offline.

VCS generates many warnings when compiling:

Runtime warnings are generated for several unique case statements missing a matching condition, in recovery_executor.sv

kgugala commented 1 week ago

those will be adressed in https://github.com/chipsalliance/i3c-core/tree/lint-fixes (and merged into main). Some warnings are already addressed