transcript on if ![file isdirectory test_iputf_libs] { file mkdir test_iputf_libs } if {[file exists rtl_work]} { vdel -lib rtl_work -all } vlib rtl_work vmap work rtl_work ###### Libraries for IPUTF cores vlib test_iputf_libs/pllreconfig vmap pllreconfig ./test_iputf_libs/pllreconfig ###### End libraries for IPUTF cores ###### MIF file copy and HDL compilation commands for IPUTF cores vcom "../../pllintel_sim/pllintel.vho" vlog "../../pllreconfig_sim/altera_pll_reconfig/altera_pll_reconfig_top.v" -work pllreconfig vlog "../../pllreconfig_sim/altera_pll_reconfig/altera_pll_reconfig_core.v" -work pllreconfig vlog "../../pllreconfig_sim/altera_pll_reconfig/altera_std_synchronizer.v" -work pllreconfig vcom "../../pllreconfig_sim/pllreconfig.vhd" #vcom -93 -work work {Z:/user/pll_modelsim/pllreconfig.vho} vlib pllreconfig vmap pllreconfig pllreconfig vlog -vlog01compat -work pllreconfig +incdir+../../pllreconfig {../../pllreconfig/altera_pll_reconfig_top.v} vlog -vlog01compat -work pllreconfig +incdir+../../pllreconfig {../../pllreconfig/altera_pll_reconfig_core.v} vlog -vlog01compat -work pllreconfig +incdir+../../pllreconfig {../../pllreconfig/altera_std_synchronizer.v} vcom -93 -work work {../../PLLS.vhd} vcom -93 -work work {../../PLLS_tb.vhd} vsim -suppress 10000 -t 1ps -L altera -L lpm -L sgate -L altera_mf -L altera_lnsim -L cyclonev -L rtl_work -L work -L pllreconfig -L pllreconfig -voptargs="+acc" PLLS_tb add wave * view structure view signals run -all