Forum Discussion
CShek1
New Contributor
7 years agohow to implement this equation in verilog eqn : temp <= pon + (pon * poff)/2; temp-11 bit vector pon-7bit vector poff-5bit vector
if I put this equation as it is, it is not working. can anybody help me since i am new to fpga programming my device is max ii epm240
Vicky1
Regular Contributor
7 years agoHi,
People here in community are not going to write code for you. Start with the Intel FPGA training curriculum and the free online trainings from the link below & come with appropriate code (specific error if possible)
https://www.intel.com/content/www/us/en/programmable/support/training/curricula.html
Here I am attaching the sample code for multiplication.
Regards,
Vikas