0

I have build a cpu in vhdl. The cpu contains alu, ram, mux and other submodules. Now I want to dump all the values of inputs and outputs of submodules into csv or vcd files. I want to observe the changes for suppose 20 clock cycle. How can I do it in VHDL. I am using ModelSim for simulation.

Thanks in advance.

toolic
  • 57,801
  • 17
  • 75
  • 117
Maruf Monem
  • 21
  • 1
  • 3

1 Answers1

0

Open a List Window in modelsim. Add the signals you want to dump. Run the sim.
File -> Write List -> Tabular.

iglam
  • 1
  • 1