Skip to content
Snippets Groups Projects
Commit 23d39589 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski
Browse files

dmtd_sampler: safe default value for sync_p1_i input

parent dea786f8
Branches
Tags
No related merge requests found
...@@ -65,7 +65,7 @@ entity dmtd_sampler is ...@@ -65,7 +65,7 @@ entity dmtd_sampler is
clk_dmtd_i : in std_logic; clk_dmtd_i : in std_logic;
clk_dmtd_over_i : in std_logic := '0'; clk_dmtd_over_i : in std_logic := '0';
sync_p1_i : in std_logic; sync_p1_i : in std_logic := '0';
clk_sampled_o : out std_logic clk_sampled_o : out std_logic
); );
......
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