?? alt_u_div_2ld.tdf
字號:
--alt_u_div DEVICE_FAMILY="MAX7000S" LPM_PIPELINE=0 MAXIMIZE_SPEED=9 WIDTH_D=3 WIDTH_N=24 WIDTH_Q=24 WIDTH_R=3 denominator numerator quotient remainder
--VERSION_BEGIN 5.0 cbx_cycloneii 2004:12:20:14:28:52:SJ cbx_lpm_add_sub 2005:04:12:13:30:42:SJ cbx_lpm_divide 2005:03:14:22:01:08:SJ cbx_mgl 2005:05:19:13:51:58:SJ cbx_stratix 2005:11:01:14:36:46:SJ cbx_stratixii 2004:12:22:13:27:12:SJ cbx_util_mgl 2005:04:04:13:50:06:SJ VERSION_END
-- Copyright (C) 1988-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.
FUNCTION add_sub_7b8 (dataa[0..0], datab[0..0])
RETURNS ( cout, result[0..0]);
FUNCTION add_sub_8b8 (dataa[1..0], datab[1..0])
RETURNS ( cout, result[1..0]);
FUNCTION add_sub_ab8 (dataa[3..0], datab[3..0])
RETURNS ( cout, result[3..0]);
FUNCTION add_sub_9b8 (dataa[2..0], datab[2..0])
RETURNS ( cout, result[2..0]);
--synthesis_resources =
SUBDESIGN alt_u_div_2ld
(
den_out[2..0] : output;
denominator[2..0] : input;
numerator[23..0] : input;
quotient[23..0] : output;
remainder[2..0] : output;
)
VARIABLE
add_sub_0 : add_sub_7b8;
add_sub_1 : add_sub_8b8;
add_sub_10 : add_sub_ab8;
add_sub_11 : add_sub_ab8;
add_sub_12 : add_sub_ab8;
add_sub_13 : add_sub_ab8;
add_sub_14 : add_sub_ab8;
add_sub_15 : add_sub_ab8;
add_sub_16 : add_sub_ab8;
add_sub_17 : add_sub_ab8;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -