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.

Recent content by rezwanh

  1. R

    How to compile encrypted verilog file in Modelsim?

    I am using a 3rd party DDR3 SDRAM IP and all I got is a verilog protected .vp file and verilog header file .vh. I found following command in modelsim manual to protect a verilog file(you need to use `protected and `endprotected pragma in your verilog code) but I don't know how to compile a...
  2. R

    How to open interactive Modelsim window from Windows DOS

    I know how to compile and simulate modelsim from Windows DOS using a .do file like this: vsim -c -do run.do This runs modelsim inside DOS window using this macro file I created and I can see all the logs in my DOS window. Modelsim runs in the background. Now I want instead opening a Modelsim...
  3. R

    How to compile C++ program inside Modelsim

    Thanks for the reply. Well, the main idea is to run C++ programs inside Modelsim. At the moment, I am using MS Studio to generate my stimulus and then open Modelsim and run my verilog files. I want to do this inside Modelsim without using any other programs like Studio.
  4. R

    How to compile C++ program inside Modelsim

    Hi, I need to run some simple C++ programs in order to get some input stimulus for my verilog files. I want to run this inside Modelsim. I found a link on net: **broken link removed** I tried something like this in modelsim: cl -c -GX -I C:/foldername myprogram.cpp And it gives me following...

Part and Inventory Search

Back
Top