Altera_Forum
Honored Contributor
15 years agoRTL simulation with symbol converted in HDL
I have a simple project with a single schematic file that uses the 7493 counter taken from the "others | maxplus" library of symbols.
It's a TTL numerated symbol that maps the old TTL discrete logic circuits. In order to simulate it I do the following: 1) "File | Create/update | HDL from current file" to generate the Verilog code of the circuit 2) Add a Verilog test bench 3) Remove the .bdf file from the project and add the Verilog version of it. Now the project is composed by two Verilog files (project and test bench) After compiling the project (that synthesizes without errors) I can run a gate level simulation. Unfortunately I cannot run an RTL simulation since I don't have the Verilog file for the 7493 component. What I can do in order to run both RTL and gate level simulations for a project that uses these kind of library components? Thx.