Skip to content
Snippets Groups Projects
Commit 819e3e55 authored by BRONES Romain's avatar BRONES Romain
Browse files

fix testbench for OSVVM >2024.7

parent e9b0e3b4
No related branches found
No related tags found
No related merge requests found
......@@ -102,12 +102,12 @@ begin
---------------------
-- CLOCK AND RESET --
---------------------
Osvvm.TbUtilPkg.CreateClock (
CreateClock (
Clk => tb_Clk,
Period => Tperiod_Clk
);
Osvvm.TbUtilPkg.CreateReset (
CreateReset (
Reset => tb_rst_n,
ResetActive => '0',
Clk => tb_clk,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment