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

During synthesis, an error occurred. Add remark to information header...

During synthesis, an error occurred. Add remark to information header regarding synthesis error. As a result, the parameter 'read_during_write mode_mixed_ports' is now set to DONT_CARE instead of OLD_DATA.
parent 5fed528c
No related branches found
No related tags found
1 merge request!363Porting ram for Intel Agilex 7
...@@ -22,7 +22,12 @@ ...@@ -22,7 +22,12 @@
-- Purpose: -- Purpose:
-- RadioHDL wrapper / Instantiate RAM IP with generics -- RadioHDL wrapper / Instantiate RAM IP with generics
-- Description: -- Description:
-- Copied component declaration and instance example from generated/ram_2port_2040/sim/ip_agi027_xxxx_ram_rw_rw_ram_2port_2040_uxwhvmq.vhd -- Copied component declaration and instance example from
-- generated/ram_2port_2040/sim/ip_agi027_xxxx_ram_rw_rw_ram_2port_2040_uxwhvmq.vhd
-- Remark:
-- The outcome of the synthesis is that the parameter
-- read_during_write_mode_mixed_ports cannot be set to the
-- value OLD_DATA for the Agilex 7, otherwise an error occurs.
library ieee, technology_lib; library ieee, technology_lib;
use ieee.std_logic_1164.all; use ieee.std_logic_1164.all;
...@@ -139,8 +144,7 @@ begin ...@@ -139,8 +144,7 @@ begin
power_up_uninitialized => "FALSE", power_up_uninitialized => "FALSE",
read_during_write_mode_port_a => "NEW_DATA_NO_NBE_READ", read_during_write_mode_port_a => "NEW_DATA_NO_NBE_READ",
read_during_write_mode_port_b => "NEW_DATA_NO_NBE_READ", read_during_write_mode_port_b => "NEW_DATA_NO_NBE_READ",
read_during_write_mode_mixed_ports => "OLD_DATA", read_during_write_mode_mixed_ports => "DONT_CARE",
--read_during_write_mode_mixed_ports => "DONT_CARE",
widthad_a => g_adr_w, widthad_a => g_adr_w,
widthad_b => g_adr_w, widthad_b => g_adr_w,
width_a => g_dat_w, width_a => g_dat_w,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment