⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mux3.rpt

📁 数字钟的VHDL源程序
💻 RPT
📖 第 1 页 / 共 2 页
字号:
        +----------------------- LC96 hourhdis0
        | +--------------------- LC89 hourhdis1
        | | +------------------- LC88 hourldis0
        | | | +----------------- LC86 hourldis1
        | | | | +--------------- LC93 hourldis2
        | | | | | +------------- LC92 hourldis3
        | | | | | | +----------- LC91 minhdis0
        | | | | | | | +--------- LC94 minhdis1
        | | | | | | | | +------- LC85 minhdis2
        | | | | | | | | | +----- LC84 minldis0
        | | | | | | | | | | +--- LC83 minldis1
        | | | | | | | | | | | +- LC81 minldis2
        | | | | | | | | | | | | 
        | | | | | | | | | | | |   Other LABs fed by signals
        | | | | | | | | | | | |   that feed LAB 'F'
LC      | | | | | | | | | | | | | A B C D E F |     Logic cells that feed LAB 'F':

Pin
7    -> * - - - - - - - - - - - | - - - - - * | <-- a00
43   -> - * - - - - - - - - - - | - - - - - * | <-- a01
25   -> - - * - - - - - - - - - | - - - - - * | <-- a10
29   -> - - - * - - - - - - - - | - - - - - * | <-- a11
32   -> - - - - * - - - - - - - | - - - - - * | <-- a12
33   -> - - - - - * - - - - - - | - - - - - * | <-- a13
35   -> - - - - - - * - - - - - | - - - - - * | <-- a20
38   -> - - - - - - - * - - - - | - - - - - * | <-- a21
11   -> - - - - - - - - * - - - | - - - - - * | <-- a22
15   -> - - - - - - - - - * - - | - - - - - * | <-- a30
17   -> - - - - - - - - - - * - | - - - - - * | <-- a31
48   -> - - - - - - - - - - - * | - - - - - * | <-- a32
21   -> * - - - - - - - - - - - | - - - - - * | <-- b00
27   -> - * - - - - - - - - - - | - - - - - * | <-- b01
95   -> - - * - - - - - - - - - | - - - - - * | <-- b10
98   -> - - - * - - - - - - - - | - - - - - * | <-- b11
99   -> - - - - * - - - - - - - | - - - - - * | <-- b12
100  -> - - - - - * - - - - - - | - - - - - * | <-- b13
1    -> - - - - - - * - - - - - | - - - - - * | <-- b20
2    -> - - - - - - - * - - - - | - - - - - * | <-- b21
3    -> - - - - - - - - * - - - | - - - - - * | <-- b22
4    -> - - - - - - - - - * - - | - - - - - * | <-- b30
6    -> - - - - - - - - - - * - | - - - - - * | <-- b31
94   -> - - - - - - - - - - - * | - - - - - * | <-- b32
8    -> * * * * * * * * * * * * | - - - - * * | <-- sel


* = The logic cell or pin is an input to the logic cell (or LAB) through the PIA.
- = The logic cell or pin is not an input to the logic cell (or LAB).


Device-Specific Information:                         c:\clock4\clock2\mux3.rpt
mux3

** EQUATIONS **

a00      : INPUT;
a01      : INPUT;
a10      : INPUT;
a11      : INPUT;
a12      : INPUT;
a13      : INPUT;
a20      : INPUT;
a21      : INPUT;
a22      : INPUT;
a30      : INPUT;
a31      : INPUT;
a32      : INPUT;
a33      : INPUT;
a40      : INPUT;
a41      : INPUT;
a42      : INPUT;
a50      : INPUT;
a51      : INPUT;
a52      : INPUT;
a53      : INPUT;
a60      : INPUT;
a61      : INPUT;
a62      : INPUT;
b00      : INPUT;
b01      : INPUT;
b10      : INPUT;
b11      : INPUT;
b12      : INPUT;
b13      : INPUT;
b20      : INPUT;
b21      : INPUT;
b22      : INPUT;
b30      : INPUT;
b31      : INPUT;
b32      : INPUT;
b33      : INPUT;
b40      : INPUT;
b41      : INPUT;
b42      : INPUT;
b50      : INPUT;
b51      : INPUT;
b52      : INPUT;
b53      : INPUT;
b60      : INPUT;
b61      : INPUT;
b62      : INPUT;
sel      : INPUT;

-- Node name is 'hourhdis0' 
-- Equation name is 'hourhdis0', location is LC096, type is output.
 hourhdis0 = LCELL( _EQ001 $  GND);
  _EQ001 =  b00 &  sel
         #  a00 & !sel;

-- Node name is 'hourhdis1' 
-- Equation name is 'hourhdis1', location is LC089, type is output.
 hourhdis1 = LCELL( _EQ002 $  GND);
  _EQ002 =  b01 &  sel
         #  a01 & !sel;

-- Node name is 'hourldis0' 
-- Equation name is 'hourldis0', location is LC088, type is output.
 hourldis0 = LCELL( _EQ003 $  GND);
  _EQ003 =  b10 &  sel
         #  a10 & !sel;

-- Node name is 'hourldis1' 
-- Equation name is 'hourldis1', location is LC086, type is output.
 hourldis1 = LCELL( _EQ004 $  GND);
  _EQ004 =  b11 &  sel
         #  a11 & !sel;

-- Node name is 'hourldis2' 
-- Equation name is 'hourldis2', location is LC093, type is output.
 hourldis2 = LCELL( _EQ005 $  GND);
  _EQ005 =  b12 &  sel
         #  a12 & !sel;

-- Node name is 'hourldis3' 
-- Equation name is 'hourldis3', location is LC092, type is output.
 hourldis3 = LCELL( _EQ006 $  GND);
  _EQ006 =  b13 &  sel
         #  a13 & !sel;

-- Node name is 'minhdis0' 
-- Equation name is 'minhdis0', location is LC091, type is output.
 minhdis0 = LCELL( _EQ007 $  GND);
  _EQ007 =  b20 &  sel
         #  a20 & !sel;

-- Node name is 'minhdis1' 
-- Equation name is 'minhdis1', location is LC094, type is output.
 minhdis1 = LCELL( _EQ008 $  GND);
  _EQ008 =  b21 &  sel
         #  a21 & !sel;

-- Node name is 'minhdis2' 
-- Equation name is 'minhdis2', location is LC085, type is output.
 minhdis2 = LCELL( _EQ009 $  GND);
  _EQ009 =  b22 &  sel
         #  a22 & !sel;

-- Node name is 'minldis0' 
-- Equation name is 'minldis0', location is LC084, type is output.
 minldis0 = LCELL( _EQ010 $  GND);
  _EQ010 =  b30 &  sel
         #  a30 & !sel;

-- Node name is 'minldis1' 
-- Equation name is 'minldis1', location is LC083, type is output.
 minldis1 = LCELL( _EQ011 $  GND);
  _EQ011 =  b31 &  sel
         #  a31 & !sel;

-- Node name is 'minldis2' 
-- Equation name is 'minldis2', location is LC081, type is output.
 minldis2 = LCELL( _EQ012 $  GND);
  _EQ012 =  b32 &  sel
         #  a32 & !sel;

-- Node name is 'minldis3' 
-- Equation name is 'minldis3', location is LC068, type is output.
 minldis3 = LCELL( _EQ013 $  GND);
  _EQ013 =  b33 &  sel
         #  a33 & !sel;

-- Node name is 'sechdis0' 
-- Equation name is 'sechdis0', location is LC067, type is output.
 sechdis0 = LCELL( _EQ014 $  GND);
  _EQ014 =  b40 &  sel
         #  a40 & !sel;

-- Node name is 'sechdis1' 
-- Equation name is 'sechdis1', location is LC065, type is output.
 sechdis1 = LCELL( _EQ015 $  GND);
  _EQ015 =  b41 &  sel
         #  a41 & !sel;

-- Node name is 'sechdis2' 
-- Equation name is 'sechdis2', location is LC069, type is output.
 sechdis2 = LCELL( _EQ016 $  GND);
  _EQ016 =  b42 &  sel
         #  a42 & !sel;

-- Node name is 'secldis0' 
-- Equation name is 'secldis0', location is LC070, type is output.
 secldis0 = LCELL( _EQ017 $  GND);
  _EQ017 =  b50 &  sel
         #  a50 & !sel;

-- Node name is 'secldis1' 
-- Equation name is 'secldis1', location is LC072, type is output.
 secldis1 = LCELL( _EQ018 $  GND);
  _EQ018 =  b51 &  sel
         #  a51 & !sel;

-- Node name is 'secldis2' 
-- Equation name is 'secldis2', location is LC073, type is output.
 secldis2 = LCELL( _EQ019 $  GND);
  _EQ019 =  b52 &  sel
         #  a52 & !sel;

-- Node name is 'secldis3' 
-- Equation name is 'secldis3', location is LC075, type is output.
 secldis3 = LCELL( _EQ020 $  GND);
  _EQ020 =  b53 &  sel
         #  a53 & !sel;

-- Node name is 'weekdis0' 
-- Equation name is 'weekdis0', location is LC076, type is output.
 weekdis0 = LCELL( _EQ021 $  GND);
  _EQ021 =  b60 &  sel
         #  a60 & !sel;

-- Node name is 'weekdis1' 
-- Equation name is 'weekdis1', location is LC077, type is output.
 weekdis1 = LCELL( _EQ022 $  GND);
  _EQ022 =  b61 &  sel
         #  a61 & !sel;

-- Node name is 'weekdis2' 
-- Equation name is 'weekdis2', location is LC078, type is output.
 weekdis2 = LCELL( _EQ023 $  GND);
  _EQ023 =  b62 &  sel
         #  a62 & !sel;



--     Shareable expanders that are duplicated in multiple LABs:
--     (none)




Project Information                                  c:\clock4\clock2\mux3.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 'MAX7000' family

      DECOMPOSE_GATES                     = on
      DUPLICATE_LOGIC_EXTRACTION          = on
      MINIMIZATION                        = full
      MULTI_LEVEL_FACTORING               = on
      NOT_GATE_PUSH_BACK                  = on
      PARALLEL_EXPANDERS                  = off
      REDUCE_LOGIC                        = on
      REFACTORIZATION                     = on
      REGISTER_OPTIMIZATION               = on
      RESYNTHESIZE_NETWORK                = on
      SLOW_SLEW_RATE                      = off
      SOFT_BUFFER_INSERTION               = on
      SUBFACTOR_EXTRACTION                = on
      TURBO_BIT                           = on
      XOR_SYNTHESIS                       = on
      IGNORE_SOFT_BUFFERS                 = off
      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:00
   Database Builder                       00:00:00
   Logic Synthesizer                      00:00:00
   Partitioner                            00:00:00
   Fitter                                 00:00:00
   Timing SNF Extractor                   00:00:00
   Assembler                              00:00:00
   --------------------------             --------
   Total Time                             00:00:00


Memory Allocated
-----------------

Peak memory allocated during compilation  = 4,398K

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -