From: Michael Boehmer Date: Fri, 14 Jan 2022 13:59:04 +0000 (+0100) Subject: crate system is working :) X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=3bcdf4fc7f30d629ae5fe9a177e6e4b9b7f88962;p=trbnet.git crate system is working :) --- diff --git a/media_interfaces/sync/med_sync_control_RS.vhd b/media_interfaces/sync/med_sync_control_RS.vhd index dae365a..9dae191 100644 --- a/media_interfaces/sync/med_sync_control_RS.vhd +++ b/media_interfaces/sync/med_sync_control_RS.vhd @@ -113,7 +113,7 @@ architecture med_sync_control_arch of med_sync_control_RS is -- attribute syn_preserve of word_sync_rx_i : signal is true; -- attribute syn_keep of word_sync_tx_i : signal is true; -- attribute syn_preserve of word_sync_tx_i : signal is true; - + begin ------------------------------------------------- diff --git a/media_interfaces/sync/rx_control_RS.vhd b/media_interfaces/sync/rx_control_RS.vhd index dde2604..de556f8 100644 --- a/media_interfaces/sync/rx_control_RS.vhd +++ b/media_interfaces/sync/rx_control_RS.vhd @@ -82,8 +82,13 @@ architecture rx_control_arch of rx_control_RS is signal ctr_idle1 : unsigned(4 downto 0); signal idle1_detected : std_logic; -- link_full_done signal rst_link_state : std_logic; - --- attribute syn_keep : boolean; + +-- attribute syn_hier : string; +-- attribute syn_hier of rx_control_arch : architecture is "hard"; + attribute syn_noprune : boolean; + attribute syn_noprune of rx_dlm_i : signal is true; + + -- attribute syn_keep : boolean; -- attribute syn_preserve : boolean; -- attribute syn_noprune : boolean; -- attribute syn_keep of idle0_detected : signal is true;