Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- But now i have to figure out how can I include a vhdl library to the tesbench. I know that code mixing is now available in altera modelsim --- Quote End --- Do you mean "not available"? --- Quote Start --- is there any workaround to do it? Build a library, convert vhdl code to verilog, dowload diffrent simulation tool (trial verision?)? Whatever? Thank You. --- Quote End --- No, not really. You can synthesize a design and output a .vo or .vhd file, but they you lose the ability to probe the internal signals. I use Modelsim-SE (full version) for my mixed language designs. When creating tutorials to be run in Modelsim-ASE I write the code as fully SystemVerilog or fully VHDL. Cheers, Dave