Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Verilog division in Actel devices

Status
Not open for further replies.

behrazv

Newbie level 4
Joined
Jun 24, 2014
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
41
Does anyone know how Actel implements division? Is this by subtraction or in some other way? I'm having trouble compressing my code resource consumption, and I think it's because I don't know how division works.

Thank you in advance!
 

The question isn't specific to Actel, I think. Usually vendor libraries implement a fast parallel division algorithm, which is combinational by nature, but may be speeded up with additional pipeline registers. Parallel division is very resource consuming and there are effectively no means to reduce the logic usage, except for reducing the data size.

If you don't need single (or a few) clock cycle divison speed, you can refer to a sequential divider which needs e.g. one clock cycle per result bit. Some vendors provide it as ready-to-use IP blocks. If Actel doesn't offer it, write your own or refer to internet resources.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top