Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Re)move AXI and UART verification components to separate repos #511

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/verification_components/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,4 @@ and the VC-developers.
:maxdepth: 1
:hidden:

vci/bus_master
vci/stream
vci/sync
vci/vci
9 changes: 0 additions & 9 deletions docs/verification_components/vci/bus_master.rst

This file was deleted.

17 changes: 0 additions & 17 deletions docs/verification_components/vci/stream.rst

This file was deleted.

9 changes: 0 additions & 9 deletions docs/verification_components/vci/sync.rst

This file was deleted.

37 changes: 37 additions & 0 deletions docs/verification_components/vci/vci.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
.. _bus_master_vci:

Bus Master VCI
==============

.. literalinclude:: ../../../vunit/vhdl/verification_components/src/bus_master_pkg.vhd
:caption: Bus master verification component interface
:language: vhdl
:lines: 7-

.. _stream_vci:

Stream Master VCI
=================

.. literalinclude:: ../../../vunit/vhdl/verification_components/src/stream_master_pkg.vhd
:caption: Stream master verification component interface
:language: vhdl
:lines: 7-

Stream Slave VCI
================

.. literalinclude:: ../../../vunit/vhdl/verification_components/src/stream_slave_pkg.vhd
:caption: Stream slave verification component interface
:language: vhdl
:lines: 7-

.. _sync_vci:

Synchronization VCI
===================

.. literalinclude:: ../../../vunit/vhdl/verification_components/src/sync_pkg.vhd
:caption: Synchronization verification component interface
:language: vhdl
:lines: 7-
39 changes: 0 additions & 39 deletions examples/vhdl/array_axis_vcs/run.py

This file was deleted.

5 changes: 0 additions & 5 deletions examples/vhdl/array_axis_vcs/runall_addwave.do

This file was deleted.

86 changes: 0 additions & 86 deletions examples/vhdl/array_axis_vcs/src/axis_buffer.vhd

This file was deleted.

104 changes: 0 additions & 104 deletions examples/vhdl/array_axis_vcs/src/fifo.vhd

This file was deleted.

10 changes: 0 additions & 10 deletions examples/vhdl/array_axis_vcs/src/test/data/in.csv

This file was deleted.

Loading