J
Jelmer
Guest
Our first goal was translating verilog files to vhdl files.
Now we want to do a fault detection by mixing both verilog and vhdl
files.
for example:
we have: name_1.v, name_2.v, name_3.v and name_1.vhd, name_2.vhd,
name_3.vhd
the core with the verilog files works, the core with the vhd files
doesn't.
We want to test the separate files by combining those two languages:
name_1.v; name_2.vhd; name_3.vhd
Is this possible?
Now we want to do a fault detection by mixing both verilog and vhdl
files.
for example:
we have: name_1.v, name_2.v, name_3.v and name_1.vhd, name_2.vhd,
name_3.vhd
the core with the verilog files works, the core with the vhd files
doesn't.
We want to test the separate files by combining those two languages:
name_1.v; name_2.vhd; name_3.vhd
Is this possible?