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

Clarified IN as default constant instead of SIGNAL in proc_dp_verify_sync().

parent 2556ef57
No related branches found
No related tags found
1 merge request!132Renamed proc_dp_verify_sync_v2() into overloaded proc_dp_verify_sync() and...
......@@ -477,6 +477,9 @@ PACKAGE tb_dp_pkg IS
bsn : IN NATURAL; -- for reporting
expected_bsn : IN NATURAL; -- for reporting
expected_sync : IN STD_LOGIC);
-- Note: A SIGNAL IN can only connect a SIGNAL. Therefore define IN as
-- default (= CONSTANT) instead of SIGNAL to be able to connect
-- VARIABLE or SIGNAL.
PROCEDURE proc_dp_verify_sync(CONSTANT c_sync_period : IN NATURAL;
CONSTANT c_sync_offset : IN NATURAL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment