Skip to content
Snippets Groups Projects
Commit 6b4df340 authored by David Brouwer's avatar David Brouwer
Browse files

RTSD-209: Fix missing part "_dev" in entity and architecture names due to simulation error.

parent cc87dfd2
No related branches found
No related tags found
1 merge request!370RTSD-229: Verify the wpfb for iwave agilex7 through synthesis in Quartus
......@@ -50,15 +50,15 @@ use mm_lib.mm_file_pkg.all;
use dp_lib.dp_stream_pkg.all;
use work.diag_pkg.all;
entity tb_diag_data_buffer is
entity tb_diag_data_buffer_dev is
generic(
g_nof_streams : positive := 2; -- = 16
g_nof_data : positive := 128;
g_data_w : positive := 16 -- = 16
);
end tb_diag_data_buffer;
end tb_diag_data_buffer_dev;
architecture tb of tb_diag_data_buffer is
architecture tb of tb_diag_data_buffer_dev is
constant c_sim : boolean := true;
----------------------------------------------------------------------------
......@@ -257,7 +257,7 @@ begin
----------------------------------------------------------------------------
-- DUT: Device Under Test
----------------------------------------------------------------------------
u_dut : entity work.mms_diag_data_buffer
u_dut : entity work.mms_diag_data_buffer_dev
generic map (
g_nof_streams => c_db_nof_streams,
g_data_type => c_db_data_type_re,
......
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