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 display the output of floating point Verilog program on Spartan 6 FPGA kit????

Status
Not open for further replies.

vishal011990

Newbie level 2
Joined
Jun 15, 2012
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Pune, India
Activity points
1,294
Hello Sir/Madam,
I have Spartan6 FPGA SP605 Evaluation kit. Using IP core generator, I wrote the program of floating point addition/subtraction program and I downloaded into the kit. But I have problem regarding to display result. So, plz suggest me a solution for that.
One more doubt, How can we give the input value to HDL program?????
 

Dear,

you basically have two ways to input a value to an IP block: either from hardware or from software. In the first case you have to modify the VHDL design of your top-level block that instantiates the component, and apply the desired signals to the inputs. However, if you are talking about IP cores, they come with a bus interface, so using EDK you can attach the generated core as slave to the peripheral bus, map the core to memory and write to the inputs as they were registers (indeed, they are) from software running on the on-chip processor.

Cheers
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top