From a72a7a9cdbed78c366aacb4c532b5519396ad562 Mon Sep 17 00:00:00 2001
From: David Brouwer <dbrouwer@astron.nl>
Date: Mon, 6 Nov 2023 17:47:51 +0100
Subject: [PATCH] Fix missing '>' character for -- enable_force_to_zero

---
 .../technology/ip_agi027_xxxx/ram/ip_agi027_xxxx_ram_cr_cw.vhd  | 2 +-
 .../technology/ip_agi027_xxxx/ram/ip_agi027_xxxx_ram_r_w.vhd    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/technology/ip_agi027_xxxx/ram/ip_agi027_xxxx_ram_cr_cw.vhd b/libraries/technology/ip_agi027_xxxx/ram/ip_agi027_xxxx_ram_cr_cw.vhd
index f31d5666a0..808061d154 100644
--- a/libraries/technology/ip_agi027_xxxx/ram/ip_agi027_xxxx_ram_cr_cw.vhd
+++ b/libraries/technology/ip_agi027_xxxx/ram/ip_agi027_xxxx_ram_cr_cw.vhd
@@ -108,7 +108,7 @@ begin
             clock_enable_input_b  => "BYPASS",
             clock_enable_output_b  => "BYPASS",
             init_file  => g_init_file,
-            -- enable_force_to_zero  = "FALSE",
+            -- enable_force_to_zero  => "FALSE",
             intended_device_family  => "Agilex 7",
             lpm_type  => "altera_syncram",
             numwords_a  => g_nof_words,
diff --git a/libraries/technology/ip_agi027_xxxx/ram/ip_agi027_xxxx_ram_r_w.vhd b/libraries/technology/ip_agi027_xxxx/ram/ip_agi027_xxxx_ram_r_w.vhd
index 9bc409b8f4..9ad179c5ac 100644
--- a/libraries/technology/ip_agi027_xxxx/ram/ip_agi027_xxxx_ram_r_w.vhd
+++ b/libraries/technology/ip_agi027_xxxx/ram/ip_agi027_xxxx_ram_r_w.vhd
@@ -107,7 +107,7 @@ begin
             clock_enable_input_b  => "BYPASS",
             clock_enable_output_b  => "BYPASS",
             init_file  => g_init_file,
-            -- enable_force_to_zero  = "FALSE",
+            -- enable_force_to_zero  => "FALSE",
             intended_device_family  => "Agilex7",
             lpm_type  => "altera_syncram",
             numwords_a  => g_nof_words,
-- 
GitLab