Tagged Questions
The modelsim tag has no wiki summary.
5
votes
1answer
229 views
Where can I find a definitive list of the ModelSim error codes?
I am running some VHDL through ModelSim. Each error and warning has its own error code (like this: (vcom-1292) Slice range direction "downto" specified in slice with prefix of unknown direction. This ...
4
votes
6answers
486 views
verilog modelsim fpga
Sorry for Newbish question.
I am trying to learn about FPGA programming.
Before I spend $1K on a FPGA board:
if I just want to learn Verilog, can I run it entirely in Modelsim? (I realize there are ...
3
votes
1answer
123 views
VHDL test results into jUnit (or other Jenkins-recognized) format
I'm setting up automated regression testing for an FPGA project, almost exactly as described here:
Continuous integration of complex reconfigurable systems
Now I want to get test results (from ...
3
votes
1answer
234 views
VCD dump for vhdl simulation via modelsim. HOWTO?
It's the first time i try to generate a VCD and i am getting some troubles.
I have a testbench called bench_minimips.vhdl that contain the entity sim_minimips.
I want simulate it and get a VCD out of ...
2
votes
1answer
719 views
VHDL: how to set a value on an inout port?
I am trying to test a VHDL component, but can't seem to get this one inout port to give me any behaviour. I've tried setting the port to everything from '1' to '-', but it still comes up as 'U' in ...
1
vote
0answers
47 views
synopsys tetramax strange error in parcing vectors from VCD
I am a Tetramax Newby and i am trying to get a mesure of fault coverage loading functional test vector generated by modelsim.
I generate the modelsim test vector following this procedure:
vsim ...
1
vote
1answer
15 views
How to do the same thing as the “compile all” button in Modelsim
In Modelsim there is a "compile all" button that compiles all the files in the project so that they can be simulated. But when the button is pressed it doesn't show what those commands are?
What are ...
1
vote
2answers
387 views
How does signal assignment work in a process?
I learned that a signal is not changed immediately when encountering an expression, but when the process ends. In this example here:
...
signal x,y,z : bit;
...
process (y)
begin
x<=y;
...
1
vote
1answer
997 views
Global declarations are illegal in Verilog 2001 syntax!
I have written something small in verilog:
`define LW 6'b100011
`define SW 6'b101011
parameter [3:0]
i_fetch = 4'b0001,
decode_rr = 4'b0010,
mem_addr = 4'b0100,
alu_exec = 4'b1000;
...
1
vote
3answers
168 views
Why my filter output is not accurate?
I am simulating a digital filter, which is 4-stage.
Stages are:
CIC
half-band
OSR
128
Input is 4 bits and output is 24 bits. I am confused about the 24 bits output.
I use MATLAB to generate a 4 ...
1
vote
7answers
3k views
What is the most readable fixed width font in Modelsim that is widely available
Modelsim, an HDL simulator, allows you to specify the font used by the output. Fixed width fonts allow for more orderly output, but many fixed width fonts are not easy on the eyes. What would you ...
0
votes
1answer
132 views
VCD Dump of only a sub part of the design via modelsim
I have a big design that includes a test-bench, some testing circuit and the circuit under test itself.
I use modelsim to simulate the design and I want to have a dump of the simulation. I was ...
0
votes
1answer
83 views
How to open Modelsim project files
I can open Modelsim project files by doing File->Recent Projects. However I do not know any other way to open projects. If I use File->Open it only opens up individual files, not projects. How can ...
0
votes
0answers
420 views
ModelSim installation problem
I am trying to install modelsim using student license. I have given my details and installed modelsim. I also received the student_license.dat file. I stored it in win32pe_edu folder. From going ...
0
votes
1answer
192 views
warning message at the prompt
I'm trying to simulate a testbench. I'm not getting the waveforms also i'm getting the following warning message at the prompt. Is it because of the=is warning that my code does not simulate?
** ...
0
votes
0answers
80 views
Modelsim exit with 222 error code
I am facing a problem when i am running my simulation in modelsim with huge environment including both verilog and vhdl RTL files. modelsim hangs after a while saying
Exiting with error code 222, ...
0
votes
1answer
120 views
ModelSim doesn't recognize the parameter data type?
Here is some Verilog code that I'm trying to run in Modelsim.
parameter Data_width = 8; //DATA SIZE
input CLK, RST;
input [Data _width-1:0] D;
When I try to compile it, the compiler complains about ...
0
votes
1answer
162 views
How to measure the timing of a Verilog module in Modelsim or Xilinx ISE Project Navigator
I designed a 4-bit Carry Look-ahead Adder using half-adder modules. Then I designed another 4-bit Carry Look-Ahead adder using functional Verilog description. The second one is supposed to be faster. ...
0
votes
1answer
90 views
Can't edit code after running simulation in Modelsim [closed]
If I run a simulation in Modelsim and then try to go back to editing the code, I can't edit it sometimes. I have to exit and restart Modelsim in order to do so. Why is that?
0
votes
1answer
97 views
How to restart a Verilog simulation in Modelsim
I'm trying to debug a Verilog module. I find it tedious to have to stop a simulation, modify code, and then go through the process of starting the simulation again. Is there an easier way?
0
votes
1answer
379 views
Why does Modelsim 10 not compile older code?
I just recently upgraded to Modelsim 10 and when I recompiled all my code, only 30 out of 37 compiled. Those that wouldn't compile had a common error
No feasible entries for infix operator "&"
...
0
votes
3answers
295 views
modelsim: how to setup 27MHz clock
I want to setup a 27MHz clock signal in modelsim. I usually setup a clock by right click that signal -> clock -> setup period, for example 50MHz clock -> 20ns
or i used force statmenet.
because the ...
0
votes
1answer
183 views
modelsim source code
The following is some modelsim code:
begin
tb_in_top = 0;
#5 tb_in_top = 4'b0000;#5 tb_in_top = 4'b0001;
#5 tb_in_top = 4'b0010;#5 tb_in_top = 4'b0011;
#5 tb_in_top = 4'b0100;#5 ...
0
votes
1answer
87 views
Modelsim memory limit
My PC has 3 Gig RAM and I want to run simulation using modelsim SE6.3 but in compile time needs more than 3 Gig Ram, what should I do???
-3
votes
1answer
356 views
VHDL on ModelSim: Integer signal not incremented correctly, suspisious syntax issue
It's not easy to keep it simple because the code is very long, but I'll try to make it simple.
I have a vhdl file needed to simulate a ControlUnit for a sequential processor. Please do not consider ...