Commit 1e074bd0 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

acam_databus_interface: fix combinatorial loop on reset (a typo in fact)

parent ea9db60d
......@@ -154,7 +154,7 @@ begin
-- Input Synchronizers --
---------------------------------------------------------------------------------------------------
rst_n <= not rst_n;
rst_n <= not rst_i;
cmp_sync_ef1: gc_sync_ffs
port map (
......
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