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.

how to represent floating point number in verilog

Status
Not open for further replies.

pinkyvidya

Member level 2
Joined
Sep 9, 2009
Messages
49
Helped
5
Reputation
10
Reaction score
4
Trophy points
1,288
Location
kerala
Activity points
1,655
floating point arithmetic in verilog

i am doing my project in verilog..there i want to do calculation using floating point numbers..so kindly anyone reply me how to represent floating point numbers in verilog....i will be very thankful..
 

floating point numbers in verilog

Hello Pinkyvidya,

Just go through any good book on Computer architecture for Number representation and their operation, it will be helpful to you.

Regards

Preet
 

verilog floating point

You can use "ieee floating point standard 754" documents to know about the floating point representation in binary and operations. While writing the code just use wire , reg as usual. while oprating on those you have to be a bit carefull about the point and range.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top