Quellcode durchsuchen

Корректировка слияния

Anatoliy Chigirinskiy vor 1 Jahr
Ursprung
Commit
e2a224b4d9
2 geänderte Dateien mit 15 neuen und 0 gelöschten Zeilen
  1. 1 0
      .gitignore
  2. 14 0
      sources_1/new/S5443_3Top.v

+ 1 - 0
.gitignore

@@ -34,3 +34,4 @@ packages/
 /sources_1/new/MMCM/ClkGen_tb.v
 /sources_1/new/MMCM/ClkGen_tb.v
 /sources_1/new/MMCM/ClkGen_tb.v
+/sources_1/new/S5443_3Top.v.orig

+ 14 - 0
sources_1/new/S5443_3Top.v

@@ -802,6 +802,20 @@ module S5443_3Top
                 .Mosi2_o(Mosi2_o[i]),
                 .Mosi3_o(Mosi3_o[i])
             );
+          xpm_cdc_single #(
+                .DEST_SYNC_FF(3),
+                .INIT_SYNC_FF(0),
+                .SIM_ASSERT_CHK(0),
+                .SRC_INPUT_REG(1)
+            )
+            xpm_cdc_single_inst(
+                .dest_out(ldReg[i]),
+
+                .dest_clk(gclk),
+                .src_clk(spiClkBus[i]),
+                .src_in(Ld_i[i])
+            );
+
         end
     endgenerate