Commit 4db629ed authored by Dimitris Lampridis's avatar Dimitris Lampridis

Merge remote-tracking branch 'origin/tom-fifo-readout' into proposed_master

parents e8245b04 0d812061
......@@ -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 --
......
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