Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

verilog code for SINE PWM

Hello friends.. I am trying to write verilog code for sine pwm. please check the below code and tell whether it will work or not. thank you. module sine_cos(clock, reset, en, sine, cos); ...