You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: [Synth 8-91] ambiguous clock in event control [/home/izi/VLSI/ibex-demo-system/build/lowrisc_ibex_demo_system_0/src/lowrisc_ibex_demo_system_core_0/rtl/system/gpio.sv:43]
The offending code is https://github.com/lowRISC/ibex-demo-system/blob/main/rtl/system/gpio.sv#L44
If the line was not supposed to have a reset, it should be placed into a separate always block without the reset edge in the sensitivity list. The current code seems to imply using reset as a clock.
The text was updated successfully, but these errors were encountered: