Commit 78aa3267 authored by Tristan Gingold's avatar Tristan Gingold

gn412x_bfm: add labels to processes.

parent 9dc43b59
......@@ -2619,7 +2619,7 @@ CMD_RD_DATA <= CMD_RD_DATA_OUT when CMD_RD_DATA_OUT_VALID = '1' else CMD_RD_DATA
--
--#########################################################################--
process
ram_handler: process
--file OUT_FILE : text is out "STD_OUTPUT";
-- file OUT_FILE : text open write_mode is "STD_OUTPUT";
-- variable OUTPUT_LINE : line;
......@@ -2698,7 +2698,7 @@ CMD_RD_DATA <= CMD_RD_DATA_OUT when CMD_RD_DATA_OUT_VALID = '1' else CMD_RD_DATA
L2P_CLKi_90 <= transport L2P_CLKpi after (T_LCLKi/4);
end process;
process
l2p_sniffer: process
file OUT_FILE : text open write_mode is "NullFile";
variable OUTPUT_LINE : line;
variable vHEADER : std_ulogic_vector(31 downto 0);
......@@ -2829,7 +2829,7 @@ CMD_RD_DATA <= CMD_RD_DATA_OUT when CMD_RD_DATA_OUT_VALID = '1' else CMD_RD_DATA
-- P2L Bus Sniffer
--
--#########################################################################--
process
p2l_sniffer: process
file OUT_FILE : text open write_mode is "NullFile";
variable OUTPUT_LINE : line;
variable vHEADER : std_ulogic_vector(31 downto 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment