ex25.out

来自「[VHDL经典设计26例]--在xilinx芯片上调试通过--[01--1位全加」· OUT 代码 · 共 166 行

OUT
166
字号
Reading in the Synopsys vhdl primitives.
Warning: Variable 'baud_clk' is being read 
	in routine EX25 line 39 in file 'D:/temp/eda6000/xc95/ex25/ex25.vhd', 
	but is not in the process sensitivity list of the block which begins 
	there.   (HDL-179)
Warning: Variable 'txd_done' is being read 
	in routine EX25 line 117 in file 'D:/temp/eda6000/xc95/ex25/ex25.vhd', 
	but is not in the process sensitivity list of the block which begins 
	there.   (HDL-179)

Inferred memory devices in process 
	in routine EX25 line 39 in file
         'D:/temp/eda6000/xc95/ex25/ex25.vhd'.
===============================================================================
|    Register Name    |   Type    | Width | Bus | MB | AR | AS | SR | SS | ST |
===============================================================================
|    baud_clk_reg     | Flip-flop |   1   |  -  | -  | Y  | N  | N  | N  | N  |
|    baud_cnt_reg     | Flip-flop |   5   |  Y  | N  | Y  | N  | N  | N  | N  |
===============================================================================

baud_clk_reg
------------
    Async-reset: rst


baud_cnt_reg (width 5)
----------------------
    Async-reset: rst



Inferred memory devices in process 
	in routine EX25 line 61 in file
         'D:/temp/eda6000/xc95/ex25/ex25.vhd'.
===============================================================================
|    Register Name    |   Type    | Width | Bus | MB | AR | AS | SR | SS | ST |
===============================================================================
|    rxd_sync_reg     | Flip-flop |   1   |  -  | -  | N  | Y  | N  | N  | N  |
|   samples_reg<0>    | Flip-flop |   1   |  -  | -  | N  | Y  | N  | N  | N  |
===============================================================================

rxd_sync_reg
------------
    Async-set: rst


samples_reg<0>
--------------
    Async-set: rst



Inferred memory devices in process 
	in routine EX25 line 79 in file
         'D:/temp/eda6000/xc95/ex25/ex25.vhd'.
===============================================================================
|    Register Name    |   Type    | Width | Bus | MB | AR | AS | SR | SS | ST |
===============================================================================
|      rbuf_reg       | Flip-flop |   8   |  Y  | N  | N  | N  | N  | N  | N  |
|    rec_ready_reg    | Flip-flop |   1   |  -  | -  | Y  | N  | N  | N  | N  |
|     rxcnt16_reg     | Flip-flop |   4   |  Y  | N  | Y  | N  | N  | N  | N  |
|     rxd_cnt_reg     | Flip-flop |   4   |  Y  | N  | Y  | N  | N  | N  | N  |
|    rxd_shift_reg    | Flip-flop |   8   |  Y  | N  | Y  | N  | N  | N  | N  |
===============================================================================

rbuf_reg (width 8)
------------------
    set/reset/toggle: none


rec_ready_reg
-------------
    Async-reset: rst


rxcnt16_reg (width 4)
---------------------
    Async-reset: rst


rxd_cnt_reg (width 4)
---------------------
    Async-reset: rst


rxd_shift_reg (width 8)
-----------------------
    Async-reset: rst



Inferred memory devices in process 
	in routine EX25 line 117 in file
         'D:/temp/eda6000/xc95/ex25/ex25.vhd'.
===============================================================================
|    Register Name    |   Type    | Width | Bus | MB | AR | AS | SR | SS | ST |
===============================================================================
|     txcnt16_reg     | Flip-flop |   4   |  Y  | N  | Y  | N  | N  | N  | N  |
|     txd_cnt_reg     | Flip-flop |   4   |  Y  | N  | Y  | N  | N  | N  | N  |
|    txd_done_reg     | Flip-flop |   1   |  -  | -  | Y  | N  | N  | N  | N  |
|       txd_reg       | Flip-flop |   1   |  -  | -  | N  | Y  | N  | N  | N  |
|    txd_shift_reg    | Flip-flop |   8   |  N  | N  | ?  | ?  | ?  | ?  | ?  |
===============================================================================

txcnt16_reg (width 4)
---------------------
    Async-reset: rst


txd_cnt_reg (width 4)
---------------------
    Async-reset: rst


txd_done_reg
------------
    Async-reset: rst


txd_reg
-------
    Async-set: rst


txd_shift_reg<3>
----------------
    Async-reset: rst


txd_shift_reg<7>
----------------
    Async-reset: rst


txd_shift_reg<5>
----------------
    Async-reset: rst


txd_shift_reg<1>
----------------
    Async-reset: rst


txd_shift_reg<0>
----------------
    Async-reset: rst


txd_shift_reg<4>
----------------
    Async-reset: rst


txd_shift_reg<6>
----------------
    Async-reset: rst


txd_shift_reg<2>
----------------
    Async-reset: rst


Writing to hnl file 'd:\temp\EDA6000\XC95\EX25\ex25/workdirs/WORK/EX25.hnl'

⌨️ 快捷键说明

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