From 91ea11041d52dba91dc791a59e3cdc8705b83c4e Mon Sep 17 00:00:00 2001 From: Istvan Csomortani Date: Fri, 31 Oct 2014 12:18:00 +0200 Subject: [PATCH] prcfg_mitx045: Upgrade of the project script. - the design using the common PN monitor - the first implemented logic will be the qpsk, to get a better result - cosmetic changes --- projects/fmcomms2_pr/mitx045/system_project.tcl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/fmcomms2_pr/mitx045/system_project.tcl b/projects/fmcomms2_pr/mitx045/system_project.tcl index f2fbc6f17..752003560 100644 --- a/projects/fmcomms2_pr/mitx045/system_project.tcl +++ b/projects/fmcomms2_pr/mitx045/system_project.tcl @@ -32,7 +32,7 @@ if { $runSynth == 1 } { prcfg_synth_static [list "./system_top.v" \ "${ad_hdl_dir}/library/common/ad_iobuf.v"] \ - "${ad_hdl_dir}/projects/common/mitx045/mitx045_system_constr.xdc" + "${ad_hdl_dir}/projects/common/mitx045/mitx045_system_constr.xdc" ########### Reconfigurable part # Default @@ -52,6 +52,7 @@ if { $runSynth == 1 } { set prcfg_name "qpsk" prcfg_synth_reconf $prcfg_name [list "../common/prcfg_system_top.v" \ "${ad_hdl_dir}/library/prcfg/common/prcfg_top.v" \ + "${ad_hdl_dir}/library/common/ad_pnmon.v" \ "${ad_hdl_dir}/library/prcfg/${prcfg_name}/prcfg_dac.v" \ "${ad_hdl_dir}/library/prcfg/${prcfg_name}/prcfg_adc.v" \ "${ad_hdl_dir}/library/prcfg/${prcfg_name}/qpsk_mod.v" \ @@ -68,10 +69,9 @@ if { $runSynth == 1 } { #### IMPLEMENTATION #### ############################################################################### if { $runImpl == 1 } { - - prcfg_impl "prcfg_constr.xdc" [list "default" \ - "bist" \ - "qpsk"] + prcfg_impl "prcfg_constr.xdc" [list "qpsk" \ + "bist" \ + "default"] } ###############################################################################