Using Modelsim and Debussy to co-simulate the process of VHDL Verilog

Source: Internet
Author: User

For the entire process, Modelsim does not open GUI mode with the Do file command line. When the simulation is finished, the waveform is seen with Debussy, and the speed is quite fast. Dare not to enjoy alone, to share with you all.
Debussy and Modelsim Collaborative simulation of the whole process.
1. Edit the Modelsim.ini file under the Modelsim root directory; Veriuser = Veriuser.sl replaced by Veriuser = Novas_fli.dll.
2. Copy the Novas_fli.dll from the D:\Novas\Debussy\share\PLI\modelsim_fli54\WINNT to the D:\Modeltech_6.1d\win32
3. Copy the NOVAS.VHD under D:\Novas\Debussy\share\PLI\modelsim_fli54\WINNT to the directory where the project is located
4. Compile the Novas.vhd file and add it as a Lib to add the library Novas;use Novas.pkg.all in the Testbentch;
5. Add Fsdbdumpfile ("T1.fsdb") to the Testbentch;
6. Compile the entire project and then simulate

To edit the sdt_vsim.do file, my do file is as follows.
Vlib work
Vcom Novas.vhd
Vcom Fifo256.vhd
Vcom Ps8to1.vhd
Vcom Rxb.vhd
Vcom Sdt.vhd
Vcom Sp1to8.vhd
Vcom Txb.vhd
Vcom Sdt_tb.vhd
Vsim SDT_TB
Run 1000US
Quit

Then enter D:\modeltech_6.1d\win32/vsim-c-do in the DOS interface sdt_vsim.do
You can go to Debussy to see the waveform.
Note:
If it's Verilog. The 4th step is omitted. You can use it.

Using Modelsim and Debussy to co-simulate the process of VHDL Verilog

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.