Skip to content

Commit d698b09

Browse files
committed
如果採用,此提交將新增《VHDL數位邏輯設計入門實務》所有範例
修改項目: 模組: 議題
1 parent 54204d7 commit d698b09

1,927 files changed

Lines changed: 356429 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
189 Bytes
Binary file not shown.

VHDL Digital Logic Design Practice/CH2/nand_2.acf

Lines changed: 574 additions & 0 deletions
Large diffs are not rendered by default.
1.57 KB
Binary file not shown.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
-- MAX+plus II Compiler Fit File
2+
-- Version 10.2 07/10/2002
3+
-- Compiled: 05/07/2004 08:28:05
4+
5+
-- Copyright (C) 1988-2002 Altera Corporation
6+
-- Any megafunction design, and related net list (encrypted or decrypted),
7+
-- support information, device programming or simulation file, and any other
8+
-- associated documentation or information provided by Altera or a partner
9+
-- under Altera's Megafunction Partnership Program may be used only to
10+
-- program PLD devices (but not masked PLD devices) from Altera. Any other
11+
-- use of such megafunction design, net list, support information, device
12+
-- programming or simulation file, or any other related documentation or
13+
-- information is prohibited for any other purpose, including, but not
14+
-- limited to modification, reverse engineering, de-compiling, or use with
15+
-- any other silicon devices, unless such use is explicitly licensed under
16+
-- a separate agreement with Altera or a megafunction partner. Title to
17+
-- the intellectual property, including patents, copyrights, trademarks,
18+
-- trade secrets, or maskworks, embodied in any such megafunction design,
19+
-- net list, support information, device programming or simulation file, or
20+
-- any other related documentation or information provided by Altera or a
21+
-- megafunction partner, remains with Altera, the megafunction partner, or
22+
-- their respective licensors. No other licenses, including any licenses
23+
-- needed under any third party's intellectual property, are provided herein.
24+
25+
CHIP "nand_2"
26+
BEGIN
27+
28+
DEVICE = "EPM3064ALC44-4";
29+
30+
"A" : INPUT_PIN = 4 ; -- LC16
31+
"B" : INPUT_PIN = 5 ; -- LC14
32+
"F" : OUTPUT_PIN = 41 ; -- LC64
33+
34+
END;
35+
36+
INTERNAL_INFO "nand_2"
37+
BEGIN
38+
DEVICE = EPM3064ALC44-4;
39+
LC64 : LORAX = "G114R0";
40+
OH13R0P5 : LORAX = "G34R0,PA13R0C3";
41+
OH15R0P4 : LORAX = "G36R0,PA14R0C3";
42+
END;
930 Bytes
Binary file not shown.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
HIF003
2+
--
3+
-- Copyright (C) 1988-2002 Altera Corporation
4+
-- Any megafunction design, and related net list (encrypted or decrypted),
5+
-- support information, device programming or simulation file, and any other
6+
-- associated documentation or information provided by Altera or a partner
7+
-- under Altera's Megafunction Partnership Program may be used only to
8+
-- program PLD devices (but not masked PLD devices) from Altera. Any other
9+
-- use of such megafunction design, net list, support information, device
10+
-- programming or simulation file, or any other related documentation or
11+
-- information is prohibited for any other purpose, including, but not
12+
-- limited to modification, reverse engineering, de-compiling, or use with
13+
-- any other silicon devices, unless such use is explicitly licensed under
14+
-- a separate agreement with Altera or a megafunction partner. Title to
15+
-- the intellectual property, including patents, copyrights, trademarks,
16+
-- trade secrets, or maskworks, embodied in any such megafunction design,
17+
-- net list, support information, device programming or simulation file, or
18+
-- any other related documentation or information provided by Altera or a
19+
-- megafunction partner, remains with Altera, the megafunction partner, or
20+
-- their respective licensors. No other licenses, including any licenses
21+
-- needed under any third party's intellectual property, are provided herein.
22+
--
23+
-- Warning: do not edit this file!
24+
--
25+
FILES
26+
{
27+
nand_2.gdf
28+
{
29+
nand_2 [] []
30+
{
31+
0 [] [];
32+
}
33+
}
34+
}
35+
TREE
36+
{
37+
nand_2::(0,0):(0): nand_2.gdf;
38+
}

0 commit comments

Comments
 (0)