Forum Discussion

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

verilog code

i need verilog code for array multiplier using for loop.

i wish to reduce program length to wirte coding.so please send the same..

5 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Quartus II has templates for things like these. With your verilog file opened in Quartus go to the edit menu --> templates and find the multiplication template under the verilog templates.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    i dont have knowleadge about for loop concept in verilog.

    i have only in data flow modeling it take more time to instantiation every model.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    common mistake that people always make when they are moving into programmable logic, they always thought writing RTL codes is similar to writing software codes.