-- megafunction wizard: %ALTPLL_RECONFIG% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: altpll_reconfig -- ============================================================ -- File Name: altpll_reconfig1.tdf -- Megafunction Name(s): -- altpll_reconfig -- -- Simulation Library Files(s): -- altera_mf;cycloneiii;lpm -- ============================================================ -- ************************************************************ -- THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE! -- -- 9.1 Build 350 03/24/2010 SP 2 SJ Web Edition -- ************************************************************ --Copyright (C) 1991-2010 Altera Corporation --Your use of Altera Corporation's design tools, logic functions --and other software and tools, and its AMPP partner logic --functions, and any output files from any of the foregoing --(including device programming or simulation files), and any --associated documentation or information are expressly subject --to the terms and conditions of the Altera Program License --Subscription Agreement, Altera MegaCore Function License --Agreement, or other applicable license agreement, including, --without limitation, that your use is for the sole purpose of --programming logic devices manufactured by Altera and sold by --Altera or its authorized distributors. Please refer to the --applicable agreement for further details. -- Clearbox generated function header FUNCTION altpll_reconfig1_pllrcfg_t4q (clock, counter_param[2..0], counter_type[3..0], data_in[8..0], pll_areset_in, pll_scandataout, pll_scandone, read_param, reconfig, reset, write_param) RETURNS ( busy, data_out[8..0], pll_areset, pll_configupdate, pll_scanclk, pll_scanclkena, pll_scandata); SUBDESIGN altpll_reconfig1 ( clock : INPUT; counter_param[2..0] : INPUT; counter_type[3..0] : INPUT; data_in[8..0] : INPUT; pll_areset_in : INPUT = GND; pll_scandataout : INPUT; pll_scandone : INPUT; read_param : INPUT; reconfig : INPUT; reset : INPUT; write_param : INPUT; busy : OUTPUT; data_out[8..0] : OUTPUT; pll_areset : OUTPUT; pll_configupdate : OUTPUT; pll_scanclk : OUTPUT; pll_scanclkena : OUTPUT; pll_scandata : OUTPUT; ) VARIABLE altpll_reconfig1_pllrcfg_t4q_component : altpll_reconfig1_pllrcfg_t4q; BEGIN pll_areset = altpll_reconfig1_pllrcfg_t4q_component.pll_areset; pll_scanclkena = altpll_reconfig1_pllrcfg_t4q_component.pll_scanclkena; pll_scanclk = altpll_reconfig1_pllrcfg_t4q_component.pll_scanclk; busy = altpll_reconfig1_pllrcfg_t4q_component.busy; data_out[8..0] = altpll_reconfig1_pllrcfg_t4q_component.data_out[8..0]; pll_scandata = altpll_reconfig1_pllrcfg_t4q_component.pll_scandata; pll_configupdate = altpll_reconfig1_pllrcfg_t4q_component.pll_configupdate; altpll_reconfig1_pllrcfg_t4q_component.reconfig = reconfig; altpll_reconfig1_pllrcfg_t4q_component.counter_type[3..0] = counter_type[3..0]; altpll_reconfig1_pllrcfg_t4q_component.pll_scandone = pll_scandone; altpll_reconfig1_pllrcfg_t4q_component.pll_scandataout = pll_scandataout; altpll_reconfig1_pllrcfg_t4q_component.pll_areset_in = pll_areset_in; altpll_reconfig1_pllrcfg_t4q_component.read_param = read_param; altpll_reconfig1_pllrcfg_t4q_component.reset = reset; altpll_reconfig1_pllrcfg_t4q_component.data_in[8..0] = data_in[8..0]; altpll_reconfig1_pllrcfg_t4q_component.clock = clock; altpll_reconfig1_pllrcfg_t4q_component.counter_param[2..0] = counter_param[2..0]; altpll_reconfig1_pllrcfg_t4q_component.write_param = write_param; END; -- ============================================================ -- CNX file retrieval info -- ============================================================ -- Retrieval info: PRIVATE: CHAIN_TYPE NUMERIC "0" -- Retrieval info: PRIVATE: INIT_FILE_NAME STRING "./altpll4.mif" -- Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Cyclone III" -- Retrieval info: PRIVATE: SYNTH_WRAPPER_GEN_POSTFIX STRING "0" -- Retrieval info: PRIVATE: USE_INIT_FILE STRING "0" -- Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "Cyclone III" -- Retrieval info: USED_PORT: busy 0 0 0 0 OUTPUT NODEFVAL "busy" -- Retrieval info: USED_PORT: clock 0 0 0 0 INPUT NODEFVAL "clock" -- Retrieval info: USED_PORT: counter_param 0 0 3 0 INPUT NODEFVAL "counter_param[2..0]" -- Retrieval info: USED_PORT: counter_type 0 0 4 0 INPUT NODEFVAL "counter_type[3..0]" -- Retrieval info: USED_PORT: data_in 0 0 9 0 INPUT NODEFVAL "data_in[8..0]" -- Retrieval info: USED_PORT: data_out 0 0 9 0 OUTPUT NODEFVAL "data_out[8..0]" -- Retrieval info: USED_PORT: pll_areset 0 0 0 0 OUTPUT NODEFVAL "pll_areset" -- Retrieval info: USED_PORT: pll_areset_in 0 0 0 0 INPUT GND "pll_areset_in" -- Retrieval info: USED_PORT: pll_configupdate 0 0 0 0 OUTPUT NODEFVAL "pll_configupdate" -- Retrieval info: USED_PORT: pll_scanclk 0 0 0 0 OUTPUT NODEFVAL "pll_scanclk" -- Retrieval info: USED_PORT: pll_scanclkena 0 0 0 0 OUTPUT NODEFVAL "pll_scanclkena" -- Retrieval info: USED_PORT: pll_scandata 0 0 0 0 OUTPUT NODEFVAL "pll_scandata" -- Retrieval info: USED_PORT: pll_scandataout 0 0 0 0 INPUT NODEFVAL "pll_scandataout" -- Retrieval info: USED_PORT: pll_scandone 0 0 0 0 INPUT NODEFVAL "pll_scandone" -- Retrieval info: USED_PORT: read_param 0 0 0 0 INPUT NODEFVAL "read_param" -- Retrieval info: USED_PORT: reconfig 0 0 0 0 INPUT NODEFVAL "reconfig" -- Retrieval info: USED_PORT: reset 0 0 0 0 INPUT NODEFVAL "reset" -- Retrieval info: USED_PORT: write_param 0 0 0 0 INPUT NODEFVAL "write_param" -- Retrieval info: CONNECT: @data_in 0 0 9 0 data_in 0 0 9 0 -- Retrieval info: CONNECT: @reset 0 0 0 0 reset 0 0 0 0 -- Retrieval info: CONNECT: @pll_scandone 0 0 0 0 pll_scandone 0 0 0 0 -- Retrieval info: CONNECT: @read_param 0 0 0 0 read_param 0 0 0 0 -- Retrieval info: CONNECT: @counter_type 0 0 4 0 counter_type 0 0 4 0 -- Retrieval info: CONNECT: @pll_areset_in 0 0 0 0 pll_areset_in 0 0 0 0 -- Retrieval info: CONNECT: @pll_scandataout 0 0 0 0 pll_scandataout 0 0 0 0 -- Retrieval info: CONNECT: @write_param 0 0 0 0 write_param 0 0 0 0 -- Retrieval info: CONNECT: pll_areset 0 0 0 0 @pll_areset 0 0 0 0 -- Retrieval info: CONNECT: pll_configupdate 0 0 0 0 @pll_configupdate 0 0 0 0 -- Retrieval info: CONNECT: data_out 0 0 9 0 @data_out 0 0 9 0 -- Retrieval info: CONNECT: @clock 0 0 0 0 clock 0 0 0 0 -- Retrieval info: CONNECT: pll_scanclkena 0 0 0 0 @pll_scanclkena 0 0 0 0 -- Retrieval info: CONNECT: busy 0 0 0 0 @busy 0 0 0 0 -- Retrieval info: CONNECT: @counter_param 0 0 3 0 counter_param 0 0 3 0 -- Retrieval info: CONNECT: @reconfig 0 0 0 0 reconfig 0 0 0 0 -- Retrieval info: CONNECT: pll_scandata 0 0 0 0 @pll_scandata 0 0 0 0 -- Retrieval info: CONNECT: pll_scanclk 0 0 0 0 @pll_scanclk 0 0 0 0 -- Retrieval info: GEN_FILE: TYPE_NORMAL altpll_reconfig1.tdf TRUE -- Retrieval info: GEN_FILE: TYPE_NORMAL altpll_reconfig1.inc TRUE -- Retrieval info: GEN_FILE: TYPE_NORMAL altpll_reconfig1.cmp TRUE -- Retrieval info: GEN_FILE: TYPE_NORMAL altpll_reconfig1.bsf TRUE FALSE -- Retrieval info: GEN_FILE: TYPE_NORMAL altpll_reconfig1_inst.tdf FALSE -- Retrieval info: LIB_FILE: altera_mf -- Retrieval info: LIB_FILE: cycloneiii -- Retrieval info: LIB_FILE: lpm