📄 altddio_bidir0.v
字号:
// megafunction wizard: %ALTDDIO_BIDIR%
// GENERATION: STANDARD
// VERSION: WM1.0
// MODULE: altddio_bidir
// ============================================================
// File Name: altddio_bidir0.v
// Megafunction Name(s):
// altddio_bidir
// ============================================================
// ************************************************************
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
//
// 4.1 Build 181 06/29/2004 SJ Full Version
// ************************************************************
//Copyright (C) 1991-2004 Altera Corporation
//Any megafunction design, and related netlist (encrypted or decrypted),
//support information, device programming or simulation file, and any other
//associated documentation or information provided by Altera or a partner
//under Altera's Megafunction Partnership Program may be used only
//to program PLD devices (but not masked PLD devices) from Altera. Any
//other use of such megafunction design, netlist, support information,
//device programming or simulation file, or any other related documentation
//or information is prohibited for any other purpose, including, but not
//limited to modification, reverse engineering, de-compiling, or use with
//any other silicon devices, unless such use is explicitly licensed under
//a separate agreement with Altera or a megafunction partner. Title to the
//intellectual property, including patents, copyrights, trademarks, trade
//secrets, or maskworks, embodied in any such megafunction design, netlist,
//support information, device programming or simulation file, or any other
//related documentation or information provided by Altera or a megafunction
//partner, remains with Altera, the megafunction partner, or their respective
//licensors. No other licenses, including any licenses needed under any third
//party's intellectual property, are provided herein.
// synopsys translate_off
`timescale 1 ps / 1 ps
// synopsys translate_on
module altddio_bidir0 (
datain_h,
datain_l,
inclock,
outclock,
aclr,
oe,
dataout_h,
dataout_l,
padio,
combout);
input [31:0] datain_h;
input [31:0] datain_l;
input inclock;
input outclock;
input aclr;
input oe;
output [31:0] dataout_h;
output [31:0] dataout_l;
inout [31:0] padio;
output [31:0] combout;
wire [31:0] sub_wire0;
wire [31:0] sub_wire1;
wire [31:0] sub_wire2;
wire [31:0] dataout_h = sub_wire0[31:0];
wire [31:0] combout = sub_wire1[31:0];
wire [31:0] dataout_l = sub_wire2[31:0];
altddio_bidir altddio_bidir_component (
.padio (padio),
.outclock (outclock),
.inclock (inclock),
.oe (oe),
.datain_h (datain_h),
.aclr (aclr),
.datain_l (datain_l),
.dataout_h (sub_wire0),
.combout (sub_wire1),
.dataout_l (sub_wire2)
// synopsys translate_off
,
.outclocken (),
.dqsundelayedout (),
.aset (),
.inclocken ()
// synopsys translate_on
);
defparam
altddio_bidir_component.width = 32,
altddio_bidir_component.intended_device_family = "Cyclone",
altddio_bidir_component.oe_reg = "UNUSED",
altddio_bidir_component.extend_oe_disable = "UNUSED",
altddio_bidir_component.implement_input_in_lcell = "ON",
altddio_bidir_component.lpm_type = "altddio_bidir";
endmodule
// ============================================================
// CNX file retrieval info
// ============================================================
// Retrieval info: PRIVATE: WIDTH NUMERIC "32"
// Retrieval info: PRIVATE: ARESET_MODE NUMERIC "0"
// Retrieval info: PRIVATE: POWER_UP_HIGH NUMERIC "0"
// Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Cyclone"
// Retrieval info: PRIVATE: CLKEN NUMERIC "0"
// Retrieval info: PRIVATE: OE NUMERIC "1"
// Retrieval info: PRIVATE: OE_REG NUMERIC "0"
// Retrieval info: PRIVATE: EXTEND_OE_DISABLE NUMERIC "0"
// Retrieval info: PRIVATE: USE_COMBOUT NUMERIC "1"
// Retrieval info: PRIVATE: USE_DATAOUT NUMERIC "1"
// Retrieval info: PRIVATE: IMPLEMENT_INPUT_IN_LCELL NUMERIC "1"
// Retrieval info: PRIVATE: USE_DQS_UNDELAYOUT NUMERIC "0"
// Retrieval info: CONSTANT: WIDTH NUMERIC "32"
// Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "Cyclone"
// Retrieval info: CONSTANT: OE_REG STRING "UNUSED"
// Retrieval info: CONSTANT: EXTEND_OE_DISABLE STRING "UNUSED"
// Retrieval info: CONSTANT: IMPLEMENT_INPUT_IN_LCELL STRING "ON"
// Retrieval info: CONSTANT: LPM_TYPE STRING "altddio_bidir"
// Retrieval info: USED_PORT: datain_h 0 0 32 0 INPUT NODEFVAL datain_h[31..0]
// Retrieval info: USED_PORT: datain_l 0 0 32 0 INPUT NODEFVAL datain_l[31..0]
// Retrieval info: USED_PORT: dataout_h 0 0 32 0 OUTPUT NODEFVAL dataout_h[31..0]
// Retrieval info: USED_PORT: dataout_l 0 0 32 0 OUTPUT NODEFVAL dataout_l[31..0]
// Retrieval info: USED_PORT: inclock 0 0 0 0 INPUT NODEFVAL inclock
// Retrieval info: USED_PORT: padio 0 0 32 0 BIDIR NODEFVAL padio[31..0]
// Retrieval info: USED_PORT: combout 0 0 32 0 OUTPUT NODEFVAL combout[31..0]
// Retrieval info: USED_PORT: outclock 0 0 0 0 INPUT NODEFVAL outclock
// Retrieval info: USED_PORT: aclr 0 0 0 0 INPUT GND aclr
// Retrieval info: USED_PORT: oe 0 0 0 0 INPUT VCC oe
// Retrieval info: CONNECT: @datain_h 0 0 32 0 datain_h 0 0 32 0
// Retrieval info: CONNECT: @datain_l 0 0 32 0 datain_l 0 0 32 0
// Retrieval info: CONNECT: dataout_h 0 0 32 0 @dataout_h 0 0 32 0
// Retrieval info: CONNECT: dataout_l 0 0 32 0 @dataout_l 0 0 32 0
// Retrieval info: CONNECT: @inclock 0 0 0 0 inclock 0 0 0 0
// Retrieval info: CONNECT: padio 0 0 32 0 @padio 0 0 32 0
// Retrieval info: CONNECT: combout 0 0 32 0 @combout 0 0 32 0
// Retrieval info: CONNECT: @outclock 0 0 0 0 outclock 0 0 0 0
// Retrieval info: CONNECT: @aclr 0 0 0 0 aclr 0 0 0 0
// Retrieval info: CONNECT: @oe 0 0 0 0 oe 0 0 0 0
// Retrieval info: LIBRARY: altera_mf altera_mf.altera_mf_components.all
// Retrieval info: GEN_FILE: TYPE_NORMAL altddio_bidir0.v TRUE
// Retrieval info: GEN_FILE: TYPE_NORMAL altddio_bidir0.inc FALSE
// Retrieval info: GEN_FILE: TYPE_NORMAL altddio_bidir0.cmp FALSE
// Retrieval info: GEN_FILE: TYPE_NORMAL altddio_bidir0.bsf TRUE FALSE
// Retrieval info: GEN_FILE: TYPE_NORMAL altddio_bidir0_inst.v FALSE
// Retrieval info: GEN_FILE: TYPE_NORMAL altddio_bidir0_bb.v TRUE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -