Questions tagged [synopsys-vcs]

Synopsys VCS Verilog Simulator

From Wikipedia:

Originally developed by John Sanguinetti, Peter Eichenberger and Michael McNamara under the startup company Chronologic Simulation, VCS (Verilog Compiled code Simulator) was purchased by Synopsys, where development continued. Due to a strategic decision to support SystemVerilog (instead of SystemC), and the acquisition of Superlog (the forerunner to SystemVerilog), Synopsys/VCS was the first SystemVerilog simulator in the market. Supports simulation of designs written in VHDL as well.

47 questions
-1
votes
1 answer

Why multiple driver issue with some assignments but not others in verilog simulation

Hi why is it that VCS simulation allows for some assignments from 2 different always block, while for some others it is not allowed In the code below: While compiling with the variable pass_val but without rollover_n the compile and run of the…
-1
votes
1 answer

Undefined signal in simulation

I am trying to verify a design written in VHDL using SystemVerilog's assertions. however I got a problem when I have a non defined signal'X' Just for example here is a code of a Comparator: entity FP_comparator_V2 is port ( comp_in1 …
1 2 3
4