Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

divider 8bit

Altera_Forum
Honored Contributor II
1,248 Views

Can you please give me some ideas or the actual code of 8 bit by 8 bit divider vhdl code,thanks.

0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
548 Views

try the megawizard. Altera has an IP divider.

0 Kudos
Altera_Forum
Honored Contributor II
548 Views

I need a code for divider 8-bit by 8-bit........ plz help me

0 Kudos
Altera_Forum
Honored Contributor II
548 Views

in VHDL you can write: 

 

output <= a/b;
0 Kudos
Reply