]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
fix syntax error
authorJan Michel <michel@physik.uni-frankfurt.de>
Mon, 28 Aug 2023 13:16:58 +0000 (15:16 +0200)
committerJan Michel <michel@physik.uni-frankfurt.de>
Mon, 28 Aug 2023 13:16:58 +0000 (15:16 +0200)
media_interfaces/med_ecp5_sfp_sync.vhd
media_interfaces/med_ecp5_sfp_sync_2.vhd

index fc9bb907c65785383faf860e0f09a0033dfb3a77..19ccba7a3c67ad6082f68500584d96da11a889ad 100644 (file)
@@ -308,7 +308,7 @@ THE_MED_CONTROL : entity work.med_sync_control
 THE_SCI_READER : entity work.sci_reader
   generic map(
     USE_WORDALIGN => 0
-    ),
+    )
   port map(
     CLK        => SYSCLK,
     RESET      => RESET,
index 4bcca070d1b4bbd2d8e4ebed0c77389b51473291..cfa98d2fc4006e25f31fa6f72d707a2c2c538d3d 100644 (file)
@@ -396,7 +396,7 @@ end generate;
 THE_SCI_READER : entity work.sci_reader
   generic map(
     USE_WORDALIGN => 0
-    ),
+    )
   port map(
     CLK        => SYSCLK,
     RESET      => RESET,