Hi,
Can anybody help me , how can we use the VHDL package(userdefined) in Verilog/SV testbench(In Cadnace IES)
Thanks,
Aslam
Hi,
Can anybody help me , how can we use the VHDL package(userdefined) in Verilog/SV testbench(In Cadnace IES)
Thanks,
Aslam
The 1800 SystemVerilog LRM is totally unaware of VHDL; the term “VHDL” is ot even mentioned.
Tools support multi-language simulation, and this is the only way I know of using a VHDL package within a SystemVerilog environment. That means that to use the package, you would need an entity/architecture that has access to the package. Interaction from the SystemVerilog to VHDL would then be through ports. It’s messy!
Ben Cohen, Design and verification expert (310) 997-2187
http://www.systemverilog.us/ ben@systemverilog.us