Intel® SoC FPGA Embedded Development Suite
Support for SoC FPGA Software Development, SoC FPGA HPS Architecture, HPS SoC Boot and Configuration, Operating Systems
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
362 Discussions

how to implement this equation in verilog eqn : temp <= pon + (pon * poff)/2; temp-11 bit vector pon-7bit vector poff-5bit vector

CShek1
Novice
886 Views

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

0 Kudos
1 Reply
Vicky1
Employee
359 Views

Hi,

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

 

Reply