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

📄 newsecond.rpt

📁 FPGA数字钟的设计
💻 RPT
📖 第 1 页 / 共 2 页
字号:
                                         Expanders     Fan-In    Fan-Out
 Pin     LC  LAB  Primitive    Code   Total Shared n/a INP  FBK  OUT  FBK  Name
 (29)    27    B       SOFT      t        0      0   0    0    2    1    0  |LPM_ADD_SUB:188|addcore:adder|addcore:adder0|result_node1
 (31)    26    B       SOFT      t        0      0   0    0    4    1    0  |LPM_ADD_SUB:188|addcore:adder|addcore:adder0|result_node3


Code:

s = Synthesized pin or logic cell
t = Turbo logic cell
+ = Synchronous flipflop
! = NOT gate push-back
r = Fitter-inserted logic cell


Device-Specific Information:                               e:\wy\newsecond.rpt
newsecond

** LOGIC CELL INTERCONNECTIONS **

Logic Array Block 'B':

                               Logic cells placed in LAB 'B'
        +--------------------- LC25 carry
        | +------------------- LC27 |LPM_ADD_SUB:188|addcore:adder|addcore:adder0|result_node1
        | | +----------------- LC26 |LPM_ADD_SUB:188|addcore:adder|addcore:adder0|result_node3
        | | | +--------------- LC21 sec10
        | | | | +------------- LC23 sec11
        | | | | | +----------- LC17 sec12
        | | | | | | +--------- LC24 sec13
        | | | | | | | +------- LC22 sec20
        | | | | | | | | +----- LC20 sec21
        | | | | | | | | | +--- LC19 sec22
        | | | | | | | | | | +- LC18 sec23
        | | | | | | | | | | | 
        | | | | | | | | | | |   Other LABs fed by signals
        | | | | | | | | | | |   that feed LAB 'B'
LC      | | | | | | | | | | | | A B |     Logic cells that feed LAB 'B':
LC27 -> - - - - * - - - - - - | - * | <-- |LPM_ADD_SUB:188|addcore:adder|addcore:adder0|result_node1
LC26 -> - - - - - - * - - - - | - * | <-- |LPM_ADD_SUB:188|addcore:adder|addcore:adder0|result_node3
LC21 -> * * * * * * * * * * * | - * | <-- sec10
LC23 -> * * * - * * * * * * * | - * | <-- sec11
LC17 -> * - * - * * * * * * * | - * | <-- sec12
LC24 -> * - * - * - * * * * * | - * | <-- sec13
LC22 -> * - - - - - - * * * * | - * | <-- sec20
LC20 -> * - - - - - - - * * * | - * | <-- sec21
LC19 -> * - - - - - - - * * * | - * | <-- sec22
LC18 -> * - - - - - - - * * * | - * | <-- sec23

Pin
43   -> - - - - - - - - - - - | - - | <-- clk
4    -> * - - * * * * * * * * | - * | <-- reset


* = 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:                               e:\wy\newsecond.rpt
newsecond

** EQUATIONS **

clk      : INPUT;
reset    : INPUT;

-- Node name is 'carry' = ':11' 
-- Equation name is 'carry', type is output 
 carry   = DFFE( _EQ001 $  GND, GLOBAL( clk),  VCC,  VCC, !reset);
  _EQ001 =  sec10 & !sec11 & !sec12 &  sec13 &  sec20 & !sec21 &  sec22 & 
             !sec23;

-- Node name is 'sec10' = 'sect10' 
-- Equation name is 'sec10', location is LC021, type is output.
 sec10   = TFFE( VCC, GLOBAL( clk), !reset,  VCC,  VCC);

-- Node name is 'sec11' = 'sect11' 
-- Equation name is 'sec11', location is LC023, type is output.
 sec11   = DFFE( _EQ002 $  _LC027, GLOBAL( clk), !reset,  VCC,  VCC);
  _EQ002 =  _LC027 &  sec10 & !sec11 & !sec12 &  sec13;

-- Node name is 'sec12' = 'sect12' 
-- Equation name is 'sec12', location is LC017, type is output.
 sec12   = TFFE( _EQ003, GLOBAL( clk), !reset,  VCC,  VCC);
  _EQ003 =  sec10 &  sec11;

-- Node name is 'sec13' = 'sect13' 
-- Equation name is 'sec13', location is LC024, type is output.
 sec13   = DFFE( _EQ004 $  _LC026, GLOBAL( clk), !reset,  VCC,  VCC);
  _EQ004 =  _LC026 &  sec10 & !sec11 & !sec12 &  sec13;

-- Node name is 'sec20' = 'sect20' 
-- Equation name is 'sec20', location is LC022, type is output.
 sec20   = TFFE( _EQ005, GLOBAL( clk), !reset,  VCC,  VCC);
  _EQ005 =  sec10 & !sec11 & !sec12 &  sec13;

-- Node name is 'sec21' = 'sect21' 
-- Equation name is 'sec21', location is LC020, type is output.
 sec21   = TFFE( _EQ006, GLOBAL( clk), !reset,  VCC,  VCC);
  _EQ006 =  sec10 & !sec11 & !sec12 &  sec13 &  sec20 & !sec21 &  sec23
         #  sec10 & !sec11 & !sec12 &  sec13 &  sec20 & !sec21 & !sec22
         #  sec10 & !sec11 & !sec12 &  sec13 &  sec20 &  sec21;

-- Node name is 'sec22' = 'sect22' 
-- Equation name is 'sec22', location is LC019, type is output.
 sec22   = TFFE( _EQ007, GLOBAL( clk), !reset,  VCC,  VCC);
  _EQ007 =  sec10 & !sec11 & !sec12 &  sec13 &  sec20 & !sec21 &  sec22 & 
             !sec23
         #  sec10 & !sec11 & !sec12 &  sec13 &  sec20 &  sec21;

-- Node name is 'sec23' = 'sect23' 
-- Equation name is 'sec23', location is LC018, type is output.
 sec23   = TFFE( _EQ008, GLOBAL( clk), !reset,  VCC,  VCC);
  _EQ008 =  sec10 & !sec11 & !sec12 &  sec13 &  sec20 &  sec21 &  sec22;

-- Node name is '|LPM_ADD_SUB:188|addcore:adder|addcore:adder0|result_node1' from file "addcore.tdf" line 164, column 16
-- Equation name is '_LC027', type is buried 
_LC027   = LCELL( sec11 $  sec10);

-- Node name is '|LPM_ADD_SUB:188|addcore:adder|addcore:adder0|result_node3' from file "addcore.tdf" line 164, column 16
-- Equation name is '_LC026', type is buried 
_LC026   = LCELL( sec13 $  _EQ009);
  _EQ009 =  sec10 &  sec11 &  sec12;



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




Project Information                                        e:\wy\newsecond.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:01
   Partitioner                            00:00:00
   Fitter                                 00:00:01
   Timing SNF Extractor                   00:00:00
   Assembler                              00:00:00
   --------------------------             --------
   Total Time                             00:00:02


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

Peak memory allocated during compilation  = 6,280K

⌨️ 快捷键说明

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