Hello,
--- Quote Start ---
Does vlog work on vht test bench files normally?
--- Quote End ---
No. .vht stands for VHDL test bench file while vlog command compiles Verilog source code and SystemVerilog source codes. Hence it will not work.
You should try following :
- In Quartus, Go to Assignments -> Settings... -> EDA Tool Settings -> Simulation. In that select 'Verilog' under 'Format for Output Netlist'.
- In Quartus, Go to Processing -> Start... -> Start Test Bench Template Writer This should now create dac_top.vt file in same folder in which dac_top.vht file was being created before.
- Now try following command: vlog -reportprogress 300 D:/Users/
We would like to know what happens with this.
Thank you,
Bhaumik