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

📄 js.rpt

📁 四人抢答器
💻 RPT
📖 第 1 页 / 共 2 页
字号:
 Pin     LC  LAB  Primitive    Code   Total Shared n/a INP  FBK  OUT  FBK  Name
 (31)    26    B       SOFT      t        0      0   0    0    2    1    0  |LPM_ADD_SUB:85|addcore:adder|addcore:adder0|gcp2
 (29)    27    B       SOFT      t        0      0   0    0    2    1    0  |LPM_ADD_SUB:90|addcore:adder|addcore:adder0|gcp2


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:                                     d:\ccw\js.rpt
js

** LOGIC CELL INTERCONNECTIONS **

Logic Array Block 'B':

                               Logic cells placed in LAB 'B'
        +--------------------- LC26 |LPM_ADD_SUB:85|addcore:adder|addcore:adder0|gcp2
        | +------------------- LC27 |LPM_ADD_SUB:90|addcore:adder|addcore:adder0|gcp2
        | | +----------------- LC23 qa0
        | | | +--------------- LC24 qa1
        | | | | +------------- LC22 qa2
        | | | | | +----------- LC21 qa3
        | | | | | | +--------- LC20 qb0
        | | | | | | | +------- LC19 qb1
        | | | | | | | | +----- LC18 qb2
        | | | | | | | | | +--- LC17 qb3
        | | | | | | | | | | +- LC25 sp
        | | | | | | | | | | | 
        | | | | | | | | | | |   Other LABs fed by signals
        | | | | | | | | | | |   that feed LAB 'B'
LC      | | | | | | | | | | | | A B |     Logic cells that feed LAB 'B':
LC26 -> - - - - - * - - - - - | - * | <-- |LPM_ADD_SUB:85|addcore:adder|addcore:adder0|gcp2
LC27 -> - - - - - - - - - * - | - * | <-- |LPM_ADD_SUB:90|addcore:adder|addcore:adder0|gcp2
LC23 -> - - * * * * - - - - * | - * | <-- qa0
LC24 -> * - - * * - - - - - * | - * | <-- qa1
LC22 -> * - - - * - - - - - * | - * | <-- qa2
LC21 -> - - - - - * - - - - * | - * | <-- qa3
LC20 -> - - * * * * * * * * * | - * | <-- qb0
LC19 -> - * * * * * - * * * * | - * | <-- qb1
LC18 -> - * * * * * - * * * * | - * | <-- qb2
LC17 -> - - * * * * - * * * * | - * | <-- qb3

Pin
43   -> - - - - - - - - - - - | - - | <-- clk
4    -> - - * * * * * * * * - | - * | <-- clr
5    -> - - * * * * * * * * - | - * | <-- en


* = 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:                                     d:\ccw\js.rpt
js

** EQUATIONS **

clk      : INPUT;
clr      : INPUT;
en       : INPUT;

-- Node name is 'qa0' = 'tmpa0' 
-- Equation name is 'qa0', location is LC023, type is output.
 qa0     = TFFE( _EQ001, GLOBAL( clk), !clr,  VCC,  VCC);
  _EQ001 =  en & !qb0 & !qb1 & !qb2 & !qb3;

-- Node name is 'qa1' = 'tmpa1' 
-- Equation name is 'qa1', location is LC024, type is output.
 qa1     = TFFE( _EQ002, GLOBAL( clk),  VCC, !clr,  VCC);
  _EQ002 =  en & !qa0 & !qb0 & !qb1 & !qb2 & !qb3;

-- Node name is 'qa2' = 'tmpa2' 
-- Equation name is 'qa2', location is LC022, type is output.
 qa2     = TFFE( _EQ003, GLOBAL( clk), !clr,  VCC,  VCC);
  _EQ003 =  en & !qa0 & !qa1 & !qb0 & !qb1 & !qb2 & !qb3;

-- Node name is 'qa3' = 'tmpa3' 
-- Equation name is 'qa3', location is LC021, type is output.
 qa3     = TFFE( _EQ004, GLOBAL( clk), !clr,  VCC,  VCC);
  _EQ004 =  en & !_LC026 & !qa0 & !qb0 & !qb1 & !qb2 & !qb3;

-- Node name is 'qb0' = 'tmpb0' 
-- Equation name is 'qb0', location is LC020, type is output.
 qb0     = TFFE( en, GLOBAL( clk), !clr,  VCC,  VCC);

-- Node name is 'qb1' = 'tmpb1' 
-- Equation name is 'qb1', location is LC019, type is output.
 qb1     = TFFE( _EQ005, GLOBAL( clk), !clr,  VCC,  VCC);
  _EQ005 =  en & !qb0 & !qb1 &  qb3
         #  en & !qb0 & !qb1 &  qb2
         #  en & !qb0 &  qb1;

-- Node name is 'qb2' = 'tmpb2' 
-- Equation name is 'qb2', location is LC018, type is output.
 qb2     = TFFE( _EQ006, GLOBAL( clk), !clr,  VCC,  VCC);
  _EQ006 =  en & !qb0 & !qb1 & !qb2 &  qb3
         #  en & !qb0 & !qb1 &  qb2;

-- Node name is 'qb3' = 'tmpb3' 
-- Equation name is 'qb3', location is LC017, type is output.
 qb3     = TFFE( _EQ007, GLOBAL( clk), !clr,  VCC,  VCC);
  _EQ007 =  en & !qb0 & !qb1 & !qb2 & !qb3
         #  en & !_LC027 & !qb0;

-- Node name is 'sp' 
-- Equation name is 'sp', location is LC025, type is output.
 sp      = LCELL( _EQ008 $  GND);
  _EQ008 = !qa0 & !qa1 & !qa2 & !qa3 & !qb0 & !qb1 & !qb2 & !qb3;

-- Node name is '|LPM_ADD_SUB:85|addcore:adder|addcore:adder0|gcp2' from file "addcore.tdf" line 160, column 8
-- Equation name is '_LC026', type is buried 
_LC026   = LCELL( _EQ009 $  qa2);
  _EQ009 =  qa1 & !qa2;

-- Node name is '|LPM_ADD_SUB:90|addcore:adder|addcore:adder0|gcp2' from file "addcore.tdf" line 160, column 8
-- Equation name is '_LC027', type is buried 
_LC027   = LCELL( _EQ010 $  qb2);
  _EQ010 =  qb1 & !qb2;



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




Project Information                                              d:\ccw\js.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  = 3,614K

⌨️ 快捷键说明

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