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
main
Istvan Csomortani 2014-10-31 12:18:00 +02:00
parent d596d71285
commit 91ea11041d
1 changed files with 5 additions and 5 deletions

View File

@ -52,6 +52,7 @@ if { $runSynth == 1 } {
set prcfg_name "qpsk" set prcfg_name "qpsk"
prcfg_synth_reconf $prcfg_name [list "../common/prcfg_system_top.v" \ prcfg_synth_reconf $prcfg_name [list "../common/prcfg_system_top.v" \
"${ad_hdl_dir}/library/prcfg/common/prcfg_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_dac.v" \
"${ad_hdl_dir}/library/prcfg/${prcfg_name}/prcfg_adc.v" \ "${ad_hdl_dir}/library/prcfg/${prcfg_name}/prcfg_adc.v" \
"${ad_hdl_dir}/library/prcfg/${prcfg_name}/qpsk_mod.v" \ "${ad_hdl_dir}/library/prcfg/${prcfg_name}/qpsk_mod.v" \
@ -68,10 +69,9 @@ if { $runSynth == 1 } {
#### IMPLEMENTATION #### #### IMPLEMENTATION ####
############################################################################### ###############################################################################
if { $runImpl == 1 } { if { $runImpl == 1 } {
prcfg_impl "prcfg_constr.xdc" [list "qpsk" \
prcfg_impl "prcfg_constr.xdc" [list "default" \
"bist" \ "bist" \
"qpsk"] "default"]
} }
############################################################################### ###############################################################################