Skip to content
Snippets Groups Projects
Commit a72a7a9c authored by David Brouwer's avatar David Brouwer
Browse files

Fix missing '>' character for -- enable_force_to_zero

parent 7aa728e2
No related branches found
No related tags found
1 merge request!363Porting ram for Intel Agilex 7
...@@ -108,7 +108,7 @@ begin ...@@ -108,7 +108,7 @@ begin
clock_enable_input_b => "BYPASS", clock_enable_input_b => "BYPASS",
clock_enable_output_b => "BYPASS", clock_enable_output_b => "BYPASS",
init_file => g_init_file, init_file => g_init_file,
-- enable_force_to_zero = "FALSE", -- enable_force_to_zero => "FALSE",
intended_device_family => "Agilex 7", intended_device_family => "Agilex 7",
lpm_type => "altera_syncram", lpm_type => "altera_syncram",
numwords_a => g_nof_words, numwords_a => g_nof_words,
......
...@@ -107,7 +107,7 @@ begin ...@@ -107,7 +107,7 @@ begin
clock_enable_input_b => "BYPASS", clock_enable_input_b => "BYPASS",
clock_enable_output_b => "BYPASS", clock_enable_output_b => "BYPASS",
init_file => g_init_file, init_file => g_init_file,
-- enable_force_to_zero = "FALSE", -- enable_force_to_zero => "FALSE",
intended_device_family => "Agilex7", intended_device_family => "Agilex7",
lpm_type => "altera_syncram", lpm_type => "altera_syncram",
numwords_a => g_nof_words, numwords_a => g_nof_words,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment