]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
crate system is working :)
authorMichael Boehmer <mboehmer@ph.tum.de>
Fri, 14 Jan 2022 13:59:04 +0000 (14:59 +0100)
committerMichael Boehmer <mboehmer@ph.tum.de>
Fri, 14 Jan 2022 13:59:04 +0000 (14:59 +0100)
media_interfaces/sync/med_sync_control_RS.vhd
media_interfaces/sync/rx_control_RS.vhd

index dae365a08939546e4dce9f66c06d857e8ea2a2f4..9dae191e5340a6524e837fef086915e59fb36cd0 100644 (file)
@@ -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
 
 -------------------------------------------------      
index dde26047347391038ae712f969538b3181c9b861..de556f83907c339acfd20e4cbd669566b42fcff7 100644 (file)
@@ -82,8 +82,13 @@ architecture rx_control_arch of rx_control_RS is
   signal ctr_idle1           : unsigned(4 downto 0);\r
   signal idle1_detected      : std_logic; -- link_full_done\r
   signal rst_link_state      : std_logic;\r
-  \r
---  attribute syn_keep : boolean;\r
+\r
+--  attribute syn_hier : string;\r
+--  attribute syn_hier of rx_control_arch : architecture is "hard";\r
+  attribute syn_noprune : boolean;\r
+  attribute syn_noprune of rx_dlm_i : signal is true;\r
+\r
+  --  attribute syn_keep : boolean;\r
 --  attribute syn_preserve : boolean;  \r
 --  attribute syn_noprune : boolean;\r
 --  attribute syn_keep of idle0_detected       : signal is true;\r