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.

implementing Mixed signal design in FPGA

Status
Not open for further replies.

abdoo

Newbie level 5
Joined
Dec 18, 2015
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
61
Hi all,

I'm trying to implement a Mixed signal system in an FPGA it consist of:

-guassian generation module in verilog (16 bit outputs) coded in SV
-Low pass filter (input/output are real typed) = coded in SV
-SDM modulator (input real, output is bits)=coded in SV


the problem is that in FPGA we cannot implement blocks with real numbers, and conversion function in SystemVerilog are not synthetizable. so what could be the solution?
 

if you want to use floating point, you need to use logic arrays and floating point cores, versions of which are provided by the chip manufacturers.
 

95 to 99 percent of mixed signal designs (digital processing of analog signals) are coded using fixed point numbers. Common digital audio or video systems are using it, too. As said, real isn't synthesizable, floating point is useful only for a very limited application range. Why do you think to need real numbers?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top