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

📄 cntm60v.rpt

📁 VHDL语言实现时钟程序
💻 RPT
📖 第 1 页 / 共 2 页
字号:

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:\maxplus2\example\jilytimer\cntm60v.rpt
cntm60v

** LOGIC CELL INTERCONNECTIONS **

Logic Array Block 'B':

                           Logic cells placed in LAB 'B'
        +----------------- LC25 cont
        | +--------------- LC23 qh0
        | | +------------- LC21 qh1
        | | | +----------- LC19 qh2
        | | | | +--------- LC18 qh3
        | | | | | +------- LC22 ql0
        | | | | | | +----- LC17 ql1
        | | | | | | | +--- LC20 ql2
        | | | | | | | | +- LC24 ql3
        | | | | | | | | | 
        | | | | | | | | |   Other LABs fed by signals
        | | | | | | | | |   that feed LAB 'B'
LC      | | | | | | | | | | A B |     Logic cells that feed LAB 'B':
LC23 -> * * * * * - - - - | - * | <-- qh0
LC21 -> * - * * * - - - - | - * | <-- qh1
LC19 -> * - * * * - - - - | - * | <-- qh2
LC18 -> * - * * * - - - - | - * | <-- qh3
LC22 -> * * * * * * * * * | - * | <-- ql0
LC17 -> * * * * * - * * * | - * | <-- ql1
LC20 -> * * * * * - * * * | - * | <-- ql2
LC24 -> * * * * * - * - * | - * | <-- ql3

Pin
43   -> - - - - - - - - - | - - | <-- clk
1    -> - - - - - - - - - | - - | <-- clr
4    -> * * * * * * * * * | - * | <-- 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:\maxplus2\example\jilytimer\cntm60v.rpt
cntm60v

** EQUATIONS **

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

-- Node name is 'cont' 
-- Equation name is 'cont', location is LC025, type is output.
 cont    = LCELL( _EQ001 $  GND);
  _EQ001 =  en &  qh0 & !qh1 &  qh2 & !qh3 &  ql0 & !ql1 & !ql2 &  ql3;

-- Node name is 'qh0' = 'temp_qh0' 
-- Equation name is 'qh0', location is LC023, type is output.
 qh0     = TFFE( _EQ002, GLOBAL( clk), GLOBAL( clr),  VCC,  VCC);
  _EQ002 =  en &  ql0 & !ql1 & !ql2 &  ql3;

-- Node name is 'qh1' = 'temp_qh1' 
-- Equation name is 'qh1', location is LC021, type is output.
 qh1     = TFFE( _EQ003, GLOBAL( clk), GLOBAL( clr),  VCC,  VCC);
  _EQ003 =  en &  qh0 & !qh1 &  qh3 &  ql0 & !ql1 & !ql2 &  ql3
         #  en &  qh0 & !qh1 & !qh2 &  ql0 & !ql1 & !ql2 &  ql3
         #  en &  qh0 &  qh1 &  ql0 & !ql1 & !ql2 &  ql3;

-- Node name is 'qh2' = 'temp_qh2' 
-- Equation name is 'qh2', location is LC019, type is output.
 qh2     = TFFE( _EQ004, GLOBAL( clk), GLOBAL( clr),  VCC,  VCC);
  _EQ004 =  en &  qh0 & !qh1 &  qh2 & !qh3 &  ql0 & !ql1 & !ql2 &  ql3
         #  en &  qh0 &  qh1 &  ql0 & !ql1 & !ql2 &  ql3;

-- Node name is 'qh3' = 'temp_qh3' 
-- Equation name is 'qh3', location is LC018, type is output.
 qh3     = TFFE( _EQ005, GLOBAL( clk), GLOBAL( clr),  VCC,  VCC);
  _EQ005 =  en &  qh0 &  qh1 &  qh2 &  ql0 & !ql1 & !ql2 &  ql3;

-- Node name is 'ql0' = 'temp_ql0' 
-- Equation name is 'ql0', location is LC022, type is output.
 ql0     = TFFE( en, GLOBAL( clk), GLOBAL( clr),  VCC,  VCC);

-- Node name is 'ql1' = 'temp_ql1' 
-- Equation name is 'ql1', location is LC017, type is output.
 ql1     = TFFE( _EQ006, GLOBAL( clk), GLOBAL( clr),  VCC,  VCC);
  _EQ006 =  en &  ql0 & !ql1 &  ql2
         #  en &  ql0 & !ql1 & !ql3
         #  en &  ql0 &  ql1;

-- Node name is 'ql2' = 'temp_ql2' 
-- Equation name is 'ql2', location is LC020, type is output.
 ql2     = TFFE( _EQ007, GLOBAL( clk), GLOBAL( clr),  VCC,  VCC);
  _EQ007 =  en &  ql0 &  ql1;

-- Node name is 'ql3' = 'temp_ql3' 
-- Equation name is 'ql3', location is LC024, type is output.
 ql3     = TFFE( _EQ008, GLOBAL( clk), GLOBAL( clr),  VCC,  VCC);
  _EQ008 =  en &  ql0 & !ql1 & !ql2 &  ql3
         #  en &  ql0 &  ql1 &  ql2;



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




Project Information                  d:\maxplus2\example\jilytimer\cntm60v.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:01
   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:01


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

Peak memory allocated during compilation  = 3,347K

⌨️ 快捷键说明

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