?? full-adder.rpt
字號:
Project Informationf:\school\semester two exam\4bit-adder-subtracter\full-adder.rpt
MAX+plus II Compiler Report File
Version 10.2 07/10/2002
Compiled: 05/06/2007 07:30:01
Copyright (C) 1988-2002 Altera Corporation
Any megafunction design, and related net list (encrypted or decrypted),
support information, device programming or simulation file, and any other
associated documentation or information provided by Altera or a partner
under Altera's Megafunction Partnership Program may be used only to
program PLD devices (but not masked PLD devices) from Altera. Any other
use of such megafunction design, net list, support information, device
programming or simulation file, or any other related documentation or
information is prohibited for any other purpose, including, but not
limited to modification, reverse engineering, de-compiling, or use with
any other silicon devices, unless such use is explicitly licensed under
a separate agreement with Altera or a megafunction partner. Title to
the intellectual property, including patents, copyrights, trademarks,
trade secrets, or maskworks, embodied in any such megafunction design,
net list, support information, device programming or simulation file, or
any other related documentation or information provided by Altera or a
megafunction partner, remains with Altera, the megafunction partner, or
their respective licensors. No other licenses, including any licenses
needed under any third party's intellectual property, are provided herein.
***** Project compilation was successful
** DEVICE SUMMARY **
Chip/ Input Output Bidir LCs
POF Device Pins Pins Pins LCs % Utilized
full-adder
EP610ILC-10 4 2 0 2 12 %
User Pins: 4 2 0
Project Informationf:\school\semester two exam\4bit-adder-subtracter\full-adder.rpt
** FILE HIERARCHY **
|xor:2|
|xor:1|
Device-Specific Information:f:\school\semester two exam\4bit-adder-subtracter\full-adder.rpt
full-adder
***** Logic for device 'full-adder' compiled without errors.
Device: EP610ILC-10
Device Options:
Turbo Bit = ON
Security Bit = OFF
R R
E E
S E S
E n E
R a R
V G V V b V
E N C C l E
D Z D C C e D
-----------------------_
/ 4 3 2 1 28 27 26 |
| |
RESERVED | 5 25 | RESERVED
| |
RESERVED | 6 24 | RESERVED
| |
RESERVED | 7 23 | RESERVED
| |
RESERVED | 8 EP610ILC-10 22 | RESERVED
| |
RESERVED | 9 21 | RESERVED
| |
SUM | 10 20 | RESERVED
| |
N.C. | 11 19 | N.C.
|_ 12 13 14 15 16 17 18 _|
------------------------
C Y G G G X R
R N N N E
A D D D S
A E
Y R
V
E
D
N.C. = No Connect. This pin has no internal connection to the device.
VCC = Dedicated power pin, which MUST be connected to VCC.
GND = Dedicated ground pin or unused dedicated input, which MUST be connected to GND.
RESERVED = Unused I/O pin, which MUST be left unconnected.
Device-Specific Information:f:\school\semester two exam\4bit-adder-subtracter\full-adder.rpt
full-adder
** RESOURCE USAGE **
Logic Array Block Logic Cells I/O Pins
A: LC1 - LC8 0/ 8( 0%) 0/ 8( 0%)
B: LC9 - LC16 2/ 8( 25%) 2/ 8( 25%)
Total dedicated input pins used: 4/4 (100%)
Total I/O pins used: 2/16 ( 12%)
Total logic cells used: 2/16 ( 12%)
Average fan-in: 4.00
Total fan-in: 8
Total input pins required: 4
Total output pins required: 2
Total bidirectional pins required: 0
Total logic cells required: 2
Total flipflops required: 0
Synthesized logic cells: 0/ 16 ( 0%)
Device-Specific Information:f:\school\semester two exam\4bit-adder-subtracter\full-adder.rpt
full-adder
** INPUTS **
Fan-In Fan-Out
Pin LC LAB Primitive Code INP FBK OUT FBK Name
27 - - INPUT 0 0 2 0 Enable
17 - - INPUT 0 0 2 0 X
13 - - INPUT 0 0 2 0 Y
3 - - INPUT 0 0 2 0 Z
Code:
s = Synthesized pin or logic cell
+ = Synchronous flipflop
! = NOT gate push-back
r = Fitter-inserted logic cell
Device-Specific Information:f:\school\semester two exam\4bit-adder-subtracter\full-adder.rpt
full-adder
** OUTPUTS **
Fan-In Fan-Out
Pin LC LAB Primitive Code INP FBK OUT FBK Name
12 16 B OUTPUT 4 0 0 0 CRAAY
10 15 B OUTPUT 4 0 0 0 SUM
Code:
s = Synthesized pin or logic cell
+ = Synchronous flipflop
! = NOT gate push-back
r = Fitter-inserted logic cell
Device-Specific Information:f:\school\semester two exam\4bit-adder-subtracter\full-adder.rpt
full-adder
** LOGIC CELL INTERCONNECTIONS **
Logic cells placed in LAB 'B'
+--- LC16 CRAAY
| +- LC15 SUM
| |
| | Other LABs fed by signals
| | that feed LAB 'B'
LC | |
LC16 -> - - | <-- CRAAY
LC15 -> - - | <-- SUM
Pin
27 -> @ @ | <-- Enable
17 -> @ @ | <-- X
13 -> @ @ | <-- Y
3 -> @ @ | <-- Z
* = The logic cell or pin is an input to the logic cell (or LAB) through the PIA.
@ = The input pin or logic cell feeds the logic cell (or LAB) using direct interconnect.
- = The logic cell or pin is not an input to the logic cell (or LAB).
Device-Specific Information:f:\school\semester two exam\4bit-adder-subtracter\full-adder.rpt
full-adder
** EQUATIONS **
Enable : INPUT;
X : INPUT;
Y : INPUT;
Z : INPUT;
-- Node name is 'CRAAY'
-- Equation name is 'CRAAY', location is LC016, type is output.
CRAAY = LCELL( _EQ001);
_EQ001 = Enable & X & !Y & Z
# Enable & !X & Y & Z
# Enable & X & Y;
-- Node name is 'SUM'
-- Equation name is 'SUM', location is LC015, type is output.
SUM = LCELL( _EQ002);
_EQ002 = Enable & X & Y & Z
# Enable & X & !Y & !Z
# Enable & !X & Y & !Z
# Enable & !X & !Y & Z;
Project Informationf:\school\semester two exam\4bit-adder-subtracter\full-adder.rpt
** COMPILATION SETTINGS & TIMES **
Processing Menu Commands
------------------------
Design Doctor = off
Logic Synthesis:
Synthesis Type Used = Standard
Default Synthesis Style = NORMAL
Logic option settings in 'NORMAL' style for 'CLASSIC' family
MINIMIZATION = full
SOFT_BUFFER_INSERTION = on
TURBO_BIT = on
USE_LPM_FOR_AHDL_OPERATORS = off
Other logic synthesis settings:
Automatic Global Clock = on
Automatic Global Clear = on
Automatic Global Preset = on
Automatic Global Output Enable = on
Automatic Fast I/O = off
Automatic Register Packing = off
Automatic Open-Drain Pins = on
Automatic Implement in EAB = off
One-Hot State Machine Encoding = off
Optimize = 5
Default Timing Specifications: None
Cut All Bidir Feedback Timing Paths = on
Cut All Clear & Preset Timing Paths = on
Ignore Timing Assignments = off
Functional SNF Extractor = off
Linked SNF Extractor = off
Timing SNF Extractor = on
Optimize Timing SNF = off
Generate AHDL TDO File = off
Fitter Settings = NORMAL
Smart Recompile = off
Total Recompile = off
Interfaces Menu Commands
------------------------
EDIF Netlist Writer = off
Verilog Netlist Writer = off
VHDL Netlist Writer = off
Compilation Times
-----------------
Compiler Netlist Extractor 00:00:01
Database Builder 00:00:00
Logic Synthesizer 00:00:00
Partitioner 00:00:00
Fitter 00:00:02
Timing SNF Extractor 00:00:00
Assembler 00:00:01
-------------------------- --------
Total Time 00:00:04
Memory Allocated
-----------------
Peak memory allocated during compilation = 2,252K
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -