From 3c8cc7721a145dec70c468464b65776ce2fc7fb0 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Mon, 28 Aug 2023 15:16:58 +0200 Subject: [PATCH] fix syntax error --- media_interfaces/med_ecp5_sfp_sync.vhd | 2 +- media_interfaces/med_ecp5_sfp_sync_2.vhd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media_interfaces/med_ecp5_sfp_sync.vhd b/media_interfaces/med_ecp5_sfp_sync.vhd index fc9bb90..19ccba7 100644 --- a/media_interfaces/med_ecp5_sfp_sync.vhd +++ b/media_interfaces/med_ecp5_sfp_sync.vhd @@ -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, diff --git a/media_interfaces/med_ecp5_sfp_sync_2.vhd b/media_interfaces/med_ecp5_sfp_sync_2.vhd index 4bcca07..cfa98d2 100644 --- a/media_interfaces/med_ecp5_sfp_sync_2.vhd +++ b/media_interfaces/med_ecp5_sfp_sync_2.vhd @@ -396,7 +396,7 @@ end generate; THE_SCI_READER : entity work.sci_reader generic map( USE_WORDALIGN => 0 - ), + ) port map( CLK => SYSCLK, RESET => RESET, -- 2.43.0