📄 ufm_bb.v
字号:
// megafunction wizard: %Flash Memory%VBB%
// GENERATION: STANDARD
// VERSION: WM1.0
// MODULE: altufm_parallel
// ============================================================
// File Name: UFM.v
// Megafunction Name(s):
// altufm_parallel
// ============================================================
// ************************************************************
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
//
// 5.0 Build 171 11/03/2005 SP 2 SJ Full Version
// ************************************************************
//Copyright (C) 1991-2005 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 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.
module UFM (
nread,
addr,
nbusy,
data_valid,
do)/* synthesis synthesis_clearbox = 1 */;
input nread;
input [3:0] addr;
output nbusy;
output data_valid;
output [7:0] do;
endmodule
// ============================================================
// CNX file retrieval info
// ============================================================
// Retrieval info: PRIVATE: WIZMAN_OVERRIDE_CBX_GEN_MODE STRING "ON"
// Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "MAX II"
// Retrieval info: PRIVATE: INTENDED_DEVICE_PART STRING ""
// Retrieval info: PRIVATE: INTERFACE_CHOICE NUMERIC "1"
// Retrieval info: PRIVATE: VERSION_NUMBER NUMERIC "0"
// Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "MAX II"
// Retrieval info: CONSTANT: ACCESS_MODE STRING "READ_ONLY"
// Retrieval info: CONSTANT: WIDTH_ADDRESS NUMERIC "4"
// Retrieval info: CONSTANT: WIDTH_DATA NUMERIC "8"
// Retrieval info: CONSTANT: WIDTH_UFM_ADDRESS NUMERIC "9"
// Retrieval info: CONSTANT: LPM_FILE STRING "text.mif"
// Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "MAX II"
// Retrieval info: CONSTANT: OSC_FREQUENCY NUMERIC "180000"
// Retrieval info: USED_PORT: nread 0 0 0 0 INPUT NODEFVAL nread
// Retrieval info: USED_PORT: addr 0 0 4 0 INPUT NODEFVAL addr[3..0]
// Retrieval info: USED_PORT: nbusy 0 0 0 0 OUTPUT NODEFVAL nbusy
// Retrieval info: USED_PORT: data_valid 0 0 0 0 OUTPUT NODEFVAL data_valid
// Retrieval info: USED_PORT: do 0 0 8 0 OUTPUT NODEFVAL do[7..0]
// Retrieval info: CONNECT: @nread 0 0 0 0 nread 0 0 0 0
// Retrieval info: CONNECT: @addr 0 0 4 0 addr 0 0 4 0
// Retrieval info: CONNECT: nbusy 0 0 0 0 @nbusy 0 0 0 0
// Retrieval info: CONNECT: data_valid 0 0 0 0 @data_valid 0 0 0 0
// Retrieval info: CONNECT: do 0 0 8 0 @do 0 0 8 0
// Retrieval info: GEN_FILE: TYPE_NORMAL ufm.v TRUE
// Retrieval info: GEN_FILE: TYPE_NORMAL ufm.inc FALSE
// Retrieval info: GEN_FILE: TYPE_NORMAL ufm.cmp FALSE
// Retrieval info: GEN_FILE: TYPE_NORMAL ufm.bsf FALSE
// Retrieval info: GEN_FILE: TYPE_NORMAL ufm_inst.v FALSE
// Retrieval info: GEN_FILE: TYPE_NORMAL ufm_bb.v TRUE
// Retrieval info: GEN_FILE: TYPE_NORMAL UFM.v TRUE
// Retrieval info: GEN_FILE: TYPE_NORMAL UFM.inc FALSE
// Retrieval info: GEN_FILE: TYPE_NORMAL UFM.cmp FALSE
// Retrieval info: GEN_FILE: TYPE_NORMAL UFM.bsf FALSE
// Retrieval info: GEN_FILE: TYPE_NORMAL UFM_inst.v FALSE
// Retrieval info: GEN_FILE: TYPE_NORMAL UFM_bb.v TRUE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -