From b2767aad171ca8501f18387594e09591160719f7 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Wed, 31 Dec 2014 09:16:56 +0100 Subject: [PATCH] Prevent register duplications of FPGA chipselect - cs0_xc_f_s - signal. Signed-off-by: Pavel Pisa --- hw/lx_rocon_top.vhd | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/lx_rocon_top.vhd b/hw/lx_rocon_top.vhd index 4c93032..439d275 100644 --- a/hw/lx_rocon_top.vhd +++ b/hw/lx_rocon_top.vhd @@ -190,6 +190,7 @@ architecture Behavioral of lx_rocon_top is attribute REGISTER_DUPLICATION of address : signal is "NO"; attribute REGISTER_DUPLICATION of address_f_s : signal is "NO"; attribute REGISTER_DUPLICATION of cs0_xc : signal is "NO"; + attribute REGISTER_DUPLICATION of cs0_xc_f_s : signal is "NO"; begin -- 2.39.2