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

fmc_tdc_mezzanine: forgot to re-connect direct timestamp output after implementing FIFO readout

parent c2a10e64
No related merge requests found
......@@ -478,6 +478,15 @@ begin
end if;
end process;
process(clk_tdc_i)
begin
if rising_edge(clk_tdc_i) then
direct_timestamp_stb_o <= timestamp_stb;
direct_timestamp_o <= timestamp;
end if;
end process;
---------------------------------------------------------------------------------------------------
-- TDC Mezzanine Board UniqueID&Thermometer OneWire --
......
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