URL
https://opencores.org/ocsvn/sgmii/sgmii/trunk
Subversion Repositories sgmii
[/] [sgmii/] [trunk/] [src/] [mAltGX/] [mAltArriaVlvdsTx.v] - Rev 13
Go to most recent revision | Compare with Previous | Blame | View Log
// megafunction wizard: %ALTLVDS_TX% // GENERATION: STANDARD // VERSION: WM1.0 // MODULE: ALTLVDS_TX // ============================================================ // File Name: mAltArriaVlvdsTx.v // Megafunction Name(s): // ALTLVDS_TX // // Simulation Library Files(s): // altera_mf // ============================================================ // ************************************************************ // THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE! // // 12.0 Build 263 08/02/2012 SP 2 SJ Full Version // ************************************************************ //Copyright (C) 1991-2012 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. // synopsys translate_off `timescale 1 ps / 1 ps // synopsys translate_on module mAltArriaVlvdsTx ( tx_in, tx_inclock, tx_coreclock, tx_out); input [9:0] tx_in; input tx_inclock; output tx_coreclock; output [0:0] tx_out; wire sub_wire0; wire [0:0] sub_wire1; wire tx_coreclock = sub_wire0; wire [0:0] tx_out = sub_wire1[0:0]; altlvds_tx ALTLVDS_TX_component ( .tx_in (tx_in), .tx_inclock (tx_inclock), .tx_coreclock (sub_wire0), .tx_out (sub_wire1), .pll_areset (1'b0), .sync_inclock (1'b0), .tx_data_reset (1'b0), .tx_enable (1'b1), .tx_locked (), .tx_outclock (), .tx_pll_enable (1'b1), .tx_syncclock (1'b0)); defparam ALTLVDS_TX_component.center_align_msb = "UNUSED", ALTLVDS_TX_component.common_rx_tx_pll = "ON", ALTLVDS_TX_component.coreclock_divide_by = 1, ALTLVDS_TX_component.data_rate = "1250.0 Mbps", ALTLVDS_TX_component.deserialization_factor = 10, ALTLVDS_TX_component.differential_drive = 0, ALTLVDS_TX_component.enable_clock_pin_mode = "UNUSED", ALTLVDS_TX_component.implement_in_les = "OFF", ALTLVDS_TX_component.inclock_boost = 0, ALTLVDS_TX_component.inclock_data_alignment = "EDGE_ALIGNED", ALTLVDS_TX_component.inclock_period = 8000, ALTLVDS_TX_component.inclock_phase_shift = 0, ALTLVDS_TX_component.intended_device_family = "Arria V", ALTLVDS_TX_component.lpm_hint = "CBX_MODULE_PREFIX=mAltArriaVlvdsTx", ALTLVDS_TX_component.lpm_type = "altlvds_tx", ALTLVDS_TX_component.multi_clock = "OFF", ALTLVDS_TX_component.number_of_channels = 1, ALTLVDS_TX_component.outclock_alignment = "EDGE_ALIGNED", ALTLVDS_TX_component.outclock_divide_by = 1, ALTLVDS_TX_component.outclock_duty_cycle = 50, ALTLVDS_TX_component.outclock_multiply_by = 1, ALTLVDS_TX_component.outclock_phase_shift = 0, ALTLVDS_TX_component.outclock_resource = "Regional clock", ALTLVDS_TX_component.output_data_rate = 1250, ALTLVDS_TX_component.pll_self_reset_on_loss_lock = "OFF", ALTLVDS_TX_component.preemphasis_setting = 0, ALTLVDS_TX_component.refclk_frequency = "125.000000 MHz", ALTLVDS_TX_component.registered_input = "TX_CORECLK", ALTLVDS_TX_component.use_external_pll = "OFF", ALTLVDS_TX_component.use_no_phase_shift = "ON", ALTLVDS_TX_component.vod_setting = 0, ALTLVDS_TX_component.clk_src_is_pll = "off"; endmodule // ============================================================ // CNX file retrieval info // ============================================================ // Retrieval info: LIBRARY: altera_mf altera_mf.altera_mf_components.all // Retrieval info: PRIVATE: CNX_CLOCK_CHOICES STRING "tx_coreclock" // Retrieval info: PRIVATE: CNX_CLOCK_MODE NUMERIC "0" // Retrieval info: PRIVATE: CNX_COMMON_PLL NUMERIC "1" // Retrieval info: PRIVATE: CNX_DATA_RATE STRING "1250.0" // Retrieval info: PRIVATE: CNX_DESER_FACTOR NUMERIC "10" // Retrieval info: PRIVATE: CNX_EXT_PLL STRING "OFF" // Retrieval info: PRIVATE: CNX_LE_SERDES STRING "OFF" // Retrieval info: PRIVATE: CNX_NUM_CHANNEL NUMERIC "1" // Retrieval info: PRIVATE: CNX_OUTCLOCK_DIVIDE_BY NUMERIC "1" // Retrieval info: PRIVATE: CNX_PLL_ARESET NUMERIC "0" // Retrieval info: PRIVATE: CNX_PLL_FREQ STRING "125.000000" // Retrieval info: PRIVATE: CNX_PLL_PERIOD STRING "8.000" // Retrieval info: PRIVATE: CNX_REG_INOUT NUMERIC "1" // Retrieval info: PRIVATE: CNX_TX_CORECLOCK STRING "ON" // Retrieval info: PRIVATE: CNX_TX_LOCKED STRING "OFF" // Retrieval info: PRIVATE: CNX_TX_OUTCLOCK STRING "OFF" // Retrieval info: PRIVATE: CNX_USE_CLOCK_RESC STRING "Regional clock" // Retrieval info: PRIVATE: CNX_USE_PLL_ENABLE NUMERIC "0" // Retrieval info: PRIVATE: CNX_USE_TX_OUT_PHASE NUMERIC "1" // Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Arria V" // Retrieval info: PRIVATE: pCNX_OUTCLK_ALIGN STRING "UNUSED" // Retrieval info: PRIVATE: pINCLOCK_PHASE_SHIFT STRING "0.00" // Retrieval info: PRIVATE: pOUTCLOCK_PHASE_SHIFT STRING "0.00" // Retrieval info: CONSTANT: CENTER_ALIGN_MSB STRING "UNUSED" // Retrieval info: CONSTANT: COMMON_RX_TX_PLL STRING "ON" // Retrieval info: CONSTANT: CORECLOCK_DIVIDE_BY NUMERIC "1" // Retrieval info: CONSTANT: clk_src_is_pll STRING "off" // Retrieval info: CONSTANT: DATA_RATE STRING "1250.0 Mbps" // Retrieval info: CONSTANT: DESERIALIZATION_FACTOR NUMERIC "10" // Retrieval info: CONSTANT: DIFFERENTIAL_DRIVE NUMERIC "0" // Retrieval info: CONSTANT: ENABLE_CLOCK_PIN_MODE STRING "UNUSED" // Retrieval info: CONSTANT: IMPLEMENT_IN_LES STRING "OFF" // Retrieval info: CONSTANT: INCLOCK_BOOST NUMERIC "0" // Retrieval info: CONSTANT: INCLOCK_DATA_ALIGNMENT STRING "EDGE_ALIGNED" // Retrieval info: CONSTANT: INCLOCK_PERIOD NUMERIC "8000" // Retrieval info: CONSTANT: INCLOCK_PHASE_SHIFT NUMERIC "0" // Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "Arria V" // Retrieval info: CONSTANT: LPM_HINT STRING "UNUSED" // Retrieval info: CONSTANT: LPM_TYPE STRING "altlvds_tx" // Retrieval info: CONSTANT: MULTI_CLOCK STRING "OFF" // Retrieval info: CONSTANT: NUMBER_OF_CHANNELS NUMERIC "1" // Retrieval info: CONSTANT: OUTCLOCK_ALIGNMENT STRING "EDGE_ALIGNED" // Retrieval info: CONSTANT: OUTCLOCK_DIVIDE_BY NUMERIC "1" // Retrieval info: CONSTANT: OUTCLOCK_DUTY_CYCLE NUMERIC "50" // Retrieval info: CONSTANT: OUTCLOCK_MULTIPLY_BY NUMERIC "1" // Retrieval info: CONSTANT: OUTCLOCK_PHASE_SHIFT NUMERIC "0" // Retrieval info: CONSTANT: OUTCLOCK_RESOURCE STRING "Regional clock" // Retrieval info: CONSTANT: OUTPUT_DATA_RATE NUMERIC "1250" // Retrieval info: CONSTANT: PLL_SELF_RESET_ON_LOSS_LOCK STRING "OFF" // Retrieval info: CONSTANT: PREEMPHASIS_SETTING NUMERIC "0" // Retrieval info: CONSTANT: REFCLK_FREQUENCY STRING "125.000000 MHz" // Retrieval info: CONSTANT: REGISTERED_INPUT STRING "TX_CORECLK" // Retrieval info: CONSTANT: USE_EXTERNAL_PLL STRING "OFF" // Retrieval info: CONSTANT: USE_NO_PHASE_SHIFT STRING "ON" // Retrieval info: CONSTANT: VOD_SETTING NUMERIC "0" // Retrieval info: USED_PORT: tx_coreclock 0 0 0 0 OUTPUT NODEFVAL "tx_coreclock" // Retrieval info: CONNECT: tx_coreclock 0 0 0 0 @tx_coreclock 0 0 0 0 // Retrieval info: USED_PORT: tx_in 0 0 10 0 INPUT NODEFVAL "tx_in[9..0]" // Retrieval info: CONNECT: @tx_in 0 0 10 0 tx_in 0 0 10 0 // Retrieval info: USED_PORT: tx_inclock 0 0 0 0 INPUT NODEFVAL "tx_inclock" // Retrieval info: CONNECT: @tx_inclock 0 0 0 0 tx_inclock 0 0 0 0 // Retrieval info: USED_PORT: tx_out 0 0 1 0 OUTPUT NODEFVAL "tx_out[0..0]" // Retrieval info: CONNECT: tx_out 0 0 1 0 @tx_out 0 0 1 0 // Retrieval info: GEN_FILE: TYPE_NORMAL mAltArriaVlvdsTx.v TRUE FALSE // Retrieval info: GEN_FILE: TYPE_NORMAL mAltArriaVlvdsTx.qip TRUE FALSE // Retrieval info: GEN_FILE: TYPE_NORMAL mAltArriaVlvdsTx.bsf FALSE TRUE // Retrieval info: GEN_FILE: TYPE_NORMAL mAltArriaVlvdsTx_inst.v FALSE TRUE // Retrieval info: GEN_FILE: TYPE_NORMAL mAltArriaVlvdsTx_bb.v FALSE TRUE // Retrieval info: GEN_FILE: TYPE_NORMAL mAltArriaVlvdsTx.inc FALSE TRUE // Retrieval info: GEN_FILE: TYPE_NORMAL mAltArriaVlvdsTx.cmp FALSE TRUE // Retrieval info: GEN_FILE: TYPE_NORMAL mAltArriaVlvdsTx.ppf TRUE FALSE // Retrieval info: LIB_FILE: altera_mf // Retrieval info: CBX_MODULE_PREFIX: ON
Go to most recent revision | Compare with Previous | Blame | View Log