spi_engine_offload: Update hw.tcl
Define trigger input signal as if_pwm interface type. This ensures compatibility with axi_pwm_gen pwm outputs.main
parent
369e34425f
commit
cf3bd8528d
|
@ -58,7 +58,7 @@ proc p_elaboration {} {
|
|||
ad_interface clock spi_clk input 1
|
||||
ad_interface resetn spi_resetn input 1 if_spi_clk
|
||||
|
||||
ad_interface signal trigger input 1
|
||||
ad_interface signal trigger input 1 if_pwm
|
||||
|
||||
## command interface
|
||||
|
||||
|
|
Loading…
Reference in New Issue