Skip to content
Snippets Groups Projects
Commit 76b5adb7 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added usage comment.

parent c102607f
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,13 @@
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
--
-------------------------------------------------------------------------------
-- Purpose: Verify different architectures of common_complex_mult
-- Description:
-- p_verify verifies that the instances of common_complex_mult all yield the
-- expected results and ASSERTs an ERROR in case they differ.
-- Usage:
-- > as 10
-- > run -all -- signal tb_end will stop the simulation by stopping the clk
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment