diff options
author | Pacien TRAN-GIRARD | 2014-04-11 22:37:38 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-04-11 22:37:38 +0200 |
commit | 693a38c41f26c27e54a7e8b96c550eaf6008b56f (patch) | |
tree | bfaf35489c2d01664b2716495a0afa1e0fa316a8 /FPGA/display/lpm_constant_f.cmp | |
parent | f13848cd9cd2aba2af4200ea497a10f946a44040 (diff) | |
download | fpga-home-automation-693a38c41f26c27e54a7e8b96c550eaf6008b56f.tar.gz |
Add display module
Diffstat (limited to 'FPGA/display/lpm_constant_f.cmp')
-rw-r--r-- | FPGA/display/lpm_constant_f.cmp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/FPGA/display/lpm_constant_f.cmp b/FPGA/display/lpm_constant_f.cmp new file mode 100644 index 0000000..6d64867 --- /dev/null +++ b/FPGA/display/lpm_constant_f.cmp | |||
@@ -0,0 +1,21 @@ | |||
1 | --Copyright (C) 1991-2013 Altera Corporation | ||
2 | --Your use of Altera Corporation's design tools, logic functions | ||
3 | --and other software and tools, and its AMPP partner logic | ||
4 | --functions, and any output files from any of the foregoing | ||
5 | --(including device programming or simulation files), and any | ||
6 | --associated documentation or information are expressly subject | ||
7 | --to the terms and conditions of the Altera Program License | ||
8 | --Subscription Agreement, Altera MegaCore Function License | ||
9 | --Agreement, or other applicable license agreement, including, | ||
10 | --without limitation, that your use is for the sole purpose of | ||
11 | --programming logic devices manufactured by Altera and sold by | ||
12 | --Altera or its authorized distributors. Please refer to the | ||
13 | --applicable agreement for further details. | ||
14 | |||
15 | |||
16 | component lpm_constant_f | ||
17 | PORT | ||
18 | ( | ||
19 | result : OUT STD_LOGIC_VECTOR (3 DOWNTO 0) | ||
20 | ); | ||
21 | end component; | ||