Originally created by @M0stafaRady on 2024-04-02T10:07:40Z\n\nYosys is generating warning from pwm_fault_clr saying "signal is used but has no driver". the signal is floating in the wrapper I guess it might need to be an input or updated by a register.
https://github.com/efabless/EF_TMR32/blob/e533619841c4053357396c44e6a949211ae664a9/hdl/rtl/bus_wrappers/EF_TMR32_APB.v#L74-L74
Warning: Wire EF_TMR32_APB.\pwm_fault_clr [15] is used but has no driver.
Warning: Wire EF_TMR32_APB.\pwm_fault_clr [14] is used but has no driver.
Warning: Wire EF_TMR32_APB.\pwm_fault_clr [13] is used but has no driver.
Warning: Wire EF_TMR32_APB.\pwm_fault_clr [12] is used but has no driver.
Warning: Wire EF_TMR32_APB.\pwm_fault_clr [11] is used but has no driver.
Warning: Wire EF_TMR32_APB.\pwm_fault_clr [10] is used but has no driver.
Warning: Wire EF_TMR32_APB.\pwm_fault_clr [9] is used but has no driver.
Warning: Wire EF_TMR32_APB.\pwm_fault_clr [8] is used but has no driver.
Warning: Wire EF_TMR32_APB.\pwm_fault_clr [7] is used but has no driver.
Warning: Wire EF_TMR32_APB.\pwm_fault_clr [6] is used but has no driver.
Warning: Wire EF_TMR32_APB.\pwm_fault_clr [5] is used but has no driver.
Warning: Wire EF_TMR32_APB.\pwm_fault_clr [4] is used but has no driver.
Warning: Wire EF_TMR32_APB.\pwm_fault_clr [3] is used but has no driver.
Warning: Wire EF_TMR32_APB.\pwm_fault_clr [2] is used but has no driver.
Warning: Wire EF_TMR32_APB.\pwm_fault_clr [1] is used but has no driver.
Warning: Wire EF_TMR32_APB.\pwm_fault_clr [0] is used but has no driver.
Originally created by @M0stafaRady on 2024-04-02T10:07:40Z\n\nYosys is generating warning from
pwm_fault_clrsaying "signal is used but has no driver". the signal is floating in the wrapper I guess it might need to be an input or updated by a register.https://github.com/efabless/EF_TMR32/blob/e533619841c4053357396c44e6a949211ae664a9/hdl/rtl/bus_wrappers/EF_TMR32_APB.v#L74-L74