Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Update doc: correct missing compilation file for simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Feb 2, 2021
1 parent 202e84e commit b6d7582
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/drm_hardware_integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,14 @@ Compile the files in the following order:
or:
vlog -sv -explicit -work work drm_hdk/activator_VLNV/sim/top_drm_activator_0xVVVVLLLLNNNNVVVV_sim.sv
#. Compile top_drm_controller top-level:

.. code-block:: tcl
vcom -93 -explicit -work work drm_hdk/controller/rtl/sim/top_drm_controller_sim.vhdl
or:
vlog -sv -explicit -work work drm_hdk/controller/rtl/sim/top_drm_controller_sim.sv
Run simulation
^^^^^^^^^^^^^^

Expand Down

0 comments on commit b6d7582

Please sign in to comment.