summaryrefslogtreecommitdiffstats
path: root/part_4/ex19/db/add_sub_a9h.tdf
diff options
context:
space:
mode:
Diffstat (limited to 'part_4/ex19/db/add_sub_a9h.tdf')
-rwxr-xr-xpart_4/ex19/db/add_sub_a9h.tdf32
1 files changed, 32 insertions, 0 deletions
diff --git a/part_4/ex19/db/add_sub_a9h.tdf b/part_4/ex19/db/add_sub_a9h.tdf
new file mode 100755
index 0000000..ef3fd5b
--- /dev/null
+++ b/part_4/ex19/db/add_sub_a9h.tdf
@@ -0,0 +1,32 @@
+--lpm_add_sub CARRY_CHAIN="MANUAL" CARRY_CHAIN_LENGTH=48 DEVICE_FAMILY="Cyclone V" LPM_PIPELINE=0 LPM_REPRESENTATION="UNSIGNED" LPM_WIDTH=15 ONE_INPUT_IS_CONSTANT="YES" dataa datab result
+--VERSION_BEGIN 16.0 cbx_cycloneii 2016:04:27:18:05:34:SJ cbx_lpm_add_sub 2016:04:27:18:05:34:SJ cbx_mgl 2016:04:27:18:06:48:SJ cbx_nadder 2016:04:27:18:05:34:SJ cbx_stratix 2016:04:27:18:05:34:SJ cbx_stratixii 2016:04:27:18:05:34:SJ VERSION_END
+
+
+-- Copyright (C) 1991-2016 Altera Corporation. All rights reserved.
+-- 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, the Altera Quartus Prime License Agreement,
+-- the 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.
+
+
+
+--synthesis_resources = lut 15
+SUBDESIGN add_sub_a9h
+(
+ dataa[14..0] : input;
+ datab[14..0] : input;
+ result[14..0] : output;
+)
+BEGIN
+ result[] = dataa[] + datab[];
+END;
+--VALID FILE