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 changesmain
parent
d596d71285
commit
91ea11041d
|
@ -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" \
|
||||
prcfg_impl "prcfg_constr.xdc" [list "qpsk" \
|
||||
"bist" \
|
||||
"qpsk"]
|
||||
"default"]
|
||||
}
|
||||
|
||||
###############################################################################
|
||||
|
|
Loading…
Reference in New Issue