From fcfdff0b5dc26151639d8e82475adf11d1714b0d Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Fri, 30 Aug 2019 14:31:49 +0200 Subject: [PATCH] =?utf8?q?apply=20patches=20by=20Thomas=20Ge=C3=9Fler=20-?= =?utf8?q?=20syntax=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- hub_cts/code/mbs_vulom_recv.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub_cts/code/mbs_vulom_recv.vhd b/hub_cts/code/mbs_vulom_recv.vhd index 11cf1d6..ffdac55 100644 --- a/hub_cts/code/mbs_vulom_recv.vhd +++ b/hub_cts/code/mbs_vulom_recv.vhd @@ -293,7 +293,7 @@ begin wait until rising_edge(CLK_200); if trg_sync200='1' and trg_sync200_delay='0' then - rec_timestamp_i <= timestamp_i; + rec_timestamp_i <= std_logic_vector(timestamp_i); rec_lvl1_id_i <= lvl1_id_i; end if; -- 2.43.0