| Author |
Message |
liuzhili
Joined: 03 Oct 2002 Posts: 67
|
21 Dec 2005 14:27 How to simulate this system? orcad can do? or others? |
|
|
|
|
I want to simulate my system:
One Virtex4 fpga and some other LEDs and others, I have all rtl file(writen by verilog) for the virtex4 fpga, and the schematic of the FPGA and other parth are aready designed by orcad Capture.
Can I simulate this system(FPGA and other part)? How to? Could you please show me an example?
|
|
| Back to top |
|
 |
Google AdSense

|
21 Dec 2005 14:27 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
jhallows
Joined: 01 Jan 1970 Posts: 88 Helped: 3
|
22 Dec 2005 2:14 Re: How to simulate this system? orcad can do? or others? |
|
|
|
|
What do you mean simulate?
I assmume you are using Xilinx ISE, so you can use Modelsim to simulate your Virtex fpga.
For more detail information check out this weblink.
http://www.digilentinc.com/Education/Tutorials.cfm
I don't know what you mean by Orcad, because Orcad would be used for your final design, (complete schematic and layout of PCB).
You can simulate just your FPGA with Orcad though, but you require more tools.
http://www.orcad.com/downloads/community.capture/capture_fpga.zip
If you want a complete simulation with analog componets you are out of luck with Orcad.
|
|
| Back to top |
|
 |
liuzhili
Joined: 03 Oct 2002 Posts: 67
|
22 Dec 2005 4:59 Re: How to simulate this system? orcad can do? or others? |
|
|
|
|
sorry for my poor english.
What I want to simulate is:
I have designed out the schematic. in the schematic, it contain one fpga device. In orcad, we can simulate the schematic with resistors,capacitors and other components. But I don't know how to simulate a schematic with FPGA device and some other resistors,capacitors components.
Could you help me?
|
|
| Back to top |
|
 |
evehits
Joined: 02 Dec 2005 Posts: 13 Helped: 2
|
22 Dec 2005 8:44 Re: How to simulate this system? orcad can do? or others? |
|
|
|
|
Hi
you didnt mention your orcad capture version
but however if you have version 10 you can use NC-VHDL or in your case NC-Verilog from Cadence to do it for you
however if you have 9.1 through 9.3 then you can use orcad simulate which is an integral part of orcad package
another possiblity is to convert your design into edif format and then use xilinx ISE to do it for you
|
|
| Back to top |
|
 |
liuzhili
Joined: 03 Oct 2002 Posts: 67
|
22 Dec 2005 13:16 How to simulate this system? orcad can do? or others? |
|
|
|
|
| my orcad version is 10.5,but so far as I know, nc-verilog could only simulate verilog file, could it simulate mix with resistors,capacitors and verilog file?
|
|
| Back to top |
|
 |
jhallows
Joined: 01 Jan 1970 Posts: 88 Helped: 3
|
22 Dec 2005 20:31 Re: How to simulate this system? orcad can do? or others? |
|
|
|
|
No you can only simulate the fpga logic with nc-vhdl. You cannot mix the analog components with the fpga for simulation. The benifit of using nc-vhdl with orcad capture is that you can mix schematic logic blocks with VHDL.
Even though I have never tried this, you may be able to simulate your complete system with Matlab, Orcad, SLPS, and Modelsim. You would basically use Matlab as the simulator and Modelsim as your interface to your VHDL block. SLPS would interface your analog part to Orcad Pspice. Maybe someone with the knowledge of matlab would have some insight if this is possible.
|
|
| Back to top |
|
 |