📄 dpram_t241.tdf
字号:
--altdpram DEVICE_FAMILY="Cyclone" INTENDED_DEVICE_FAMILY="Cyclone" lpm_hint="RAM_BLOCK_TYPE=AUTO" OUTDATA_REG="UNREGISTERED" RAM_BLOCK_TYPE="AUTO" RDCONTROL_ACLR="OFF" RDCONTROL_REG="UNREGISTERED" SUPPRESS_MEMORY_CONVERSION_WARNINGS="ON" USE_EAB="ON" WIDTH=33 WIDTHAD=7 data inclock outclock outclocken q rdaddress wraddress wren CYCLONEII_M4K_COMPATIBILITY="ON" LOW_POWER_MODE="AUTO"
--VERSION_BEGIN 11.1 cbx_altdpram 2011:10:31:21:11:05:SJ cbx_altsyncram 2011:10:31:21:11:05:SJ cbx_cycloneii 2011:10:31:21:11:05:SJ cbx_lpm_add_sub 2011:10:31:21:11:05:SJ cbx_lpm_compare 2011:10:31:21:11:05:SJ cbx_lpm_decode 2011:10:31:21:11:05:SJ cbx_lpm_mux 2011:10:31:21:11:05:SJ cbx_mgl 2011:10:31:21:12:31:SJ cbx_stratix 2011:10:31:21:11:05:SJ cbx_stratixii 2011:10:31:21:11:05:SJ cbx_stratixiii 2011:10:31:21:11:05:SJ cbx_stratixv 2011:10:31:21:11:05:SJ cbx_util_mgl 2011:10:31:21:11:05:SJ VERSION_END
-- Copyright (C) 1991-2011 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.
FUNCTION altsyncram_eqh1 (address_a[6..0], address_b[6..0], clock0, clock1, clocken1, data_a[32..0], wren_a)
RETURNS ( q_b[32..0]);
--synthesis_resources = M4K 1
SUBDESIGN dpram_t241
(
data[32..0] : input;
inclock : input;
outclock : input;
outclocken : input;
q[32..0] : output;
rdaddress[6..0] : input;
wraddress[6..0] : input;
wren : input;
)
VARIABLE
altsyncram6 : altsyncram_eqh1;
BEGIN
altsyncram6.address_a[] = wraddress[];
altsyncram6.address_b[] = rdaddress[];
altsyncram6.clock0 = inclock;
altsyncram6.clock1 = outclock;
altsyncram6.clocken1 = outclocken;
altsyncram6.data_a[] = data[];
altsyncram6.wren_a = wren;
q[] = altsyncram6.q_b[];
END;
--VALID FILE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -