From 38cbd2771c66524f183dc8e5bb8ab19d5002bc9b Mon Sep 17 00:00:00 2001 From: Pepping <pepping> Date: Wed, 18 Feb 2015 14:54:31 +0000 Subject: [PATCH] MOved the ddr related libs to sim key --- libraries/base/reorder/hdllib.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/base/reorder/hdllib.cfg b/libraries/base/reorder/hdllib.cfg index 61d0f05a60..b357ceb5d9 100644 --- a/libraries/base/reorder/hdllib.cfg +++ b/libraries/base/reorder/hdllib.cfg @@ -1,7 +1,7 @@ hdl_lib_name = reorder hdl_library_clause_name = reorder_lib -hdl_lib_uses_synth = common dp io_ddr tech_ddr -hdl_lib_uses_sim = +hdl_lib_uses_synth = common dp +hdl_lib_uses_sim = io_ddr tech_ddr hdl_lib_technology = -- GitLab