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.

VHDL CODE for PROGRAMMING SI4136 SYNTHSIZER

Status
Not open for further replies.
Hi

Just a few points. First, you started 3 threads and hijacked a fourth to discuss your problem. This is considered bad form and makes people not want to help you. Keep that in mind for the future.

Secondly, in spite of what I just said, people here have already helped you. Alot. You have kindly been given VHDL code that will generate the waveforms in figure 2 and 3 of the SI4136 datasheet. Did you study this code? If you put 18-bit data and a 4-bit address on the ports of the VHDL module, then set its GO port to high, it will send the serial data out of the FPGA.

You were also given a testbench, and a script that shows you the values that someone wrote to the synthesizer to configure it.


And you were given a testbench to simulate it.

All you have to do if you want to implement this in an FPGA is write a VHDL module that will, upon power up or some other command. Repeatedly put valid data and address on the ports of the synthesizer module, assert go, and wait for sent to go high before sending more data.

Mote than half of your work has been done by other people, so since this is your project, you should do the rest. Sure, you may not know how to do it at the moment, so do some research and you will be better for it.

r.b.
 
hi,I have one problem in ISE13 SIMULATION.
when I want to make test bench my project the ISE has this error:
ERROR:Simulator:702 - Can not find design unit work.si4136test in library work located at isim/work
 

Sounds like "put files in directory where it can find it".
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top