diff options
author | Pacien TRAN-GIRARD | 2014-04-11 22:57:17 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-04-11 22:57:17 +0200 |
commit | d091bb2cb82f66d187df8f3aba6afcf4041b72ce (patch) | |
tree | 31a6df402f4b6737c2bdae043b6538ca8335b1d7 /FPGA/top/top.qpf | |
parent | 693a38c41f26c27e54a7e8b96c550eaf6008b56f (diff) | |
download | fpga-home-automation-d091bb2cb82f66d187df8f3aba6afcf4041b72ce.tar.gz |
Add top module
Diffstat (limited to 'FPGA/top/top.qpf')
-rw-r--r-- | FPGA/top/top.qpf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/FPGA/top/top.qpf b/FPGA/top/top.qpf new file mode 100644 index 0000000..335bfc5 --- /dev/null +++ b/FPGA/top/top.qpf | |||
@@ -0,0 +1,30 @@ | |||
1 | # -------------------------------------------------------------------------- # | ||
2 | # | ||
3 | # Copyright (C) 1991-2013 Altera Corporation | ||
4 | # Your use of Altera Corporation's design tools, logic functions | ||
5 | # and other software and tools, and its AMPP partner logic | ||
6 | # functions, and any output files from any of the foregoing | ||
7 | # (including device programming or simulation files), and any | ||
8 | # associated documentation or information are expressly subject | ||
9 | # to the terms and conditions of the Altera Program License | ||
10 | # Subscription Agreement, Altera MegaCore Function License | ||
11 | # Agreement, or other applicable license agreement, including, | ||
12 | # without limitation, that your use is for the sole purpose of | ||
13 | # programming logic devices manufactured by Altera and sold by | ||
14 | # Altera or its authorized distributors. Please refer to the | ||
15 | # applicable agreement for further details. | ||
16 | # | ||
17 | # -------------------------------------------------------------------------- # | ||
18 | # | ||
19 | # Quartus II 32-bit | ||
20 | # Version 13.0.1 Build 232 06/12/2013 Service Pack 1 SJ Web Edition | ||
21 | # Date created = 22:38:55 April 11, 2014 | ||
22 | # | ||
23 | # -------------------------------------------------------------------------- # | ||
24 | |||
25 | QUARTUS_VERSION = "13.0" | ||
26 | DATE = "22:38:55 April 11, 2014" | ||
27 | |||
28 | # Revisions | ||
29 | |||
30 | PROJECT_REVISION = "top" | ||