Commit 01b236f8 authored by Marek Gumiński's avatar Marek Gumiński

Should remove following warning:

[Synth 8-6060] Synth Warning: [XPM_MEMORY 30-25] MESSAGE_CONTROL (1) specifies simulation message reporting, but any potential collisions reported for this configuration should be further investigated in netlist timing simulations for improved accuracy.
parent 720c1d3f
......@@ -85,7 +85,7 @@ begin -- rtl
MEMORY_INIT_PARAM => "", --string;
USE_MEM_INIT => 0, --integer; 0,1
WAKEUP_TIME => "disable_sleep",--string; "disable_sleep" or "use_sleep_pin"
MESSAGE_CONTROL => 1, --integer; 0,1
MESSAGE_CONTROL => 0, --integer; 0,1
ECC_MODE => "no_ecc", --string; "no_ecc", "encode_only", "decode_only" or "both_encode_and_decode"
AUTO_SLEEP_TIME => 0, --Do not Change
-- +---------------------------------------------------------------------------------------------------------------------+
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment