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

📄 temp1.out

📁 一些简单的VHDL实例
💻 OUT
字号:
Warning: Variable 'y2' is being read 
	in routine temp1 line 10 in file 'E:/vhdl_tools/100Examples/TEMP/hjb/temp1.vhd', 
	but is not in the process sensitivity list of the block which begins 
	there.   (HDL-179)
Warning: Variable 'yq2' is being read 
	in routine temp1 line 10 in file 'E:/vhdl_tools/100Examples/TEMP/hjb/temp1.vhd', 
	but is not in the process sensitivity list of the block which begins 
	there.   (HDL-179)

Inferred memory devices in process 
	in routine temp1 line 10 in file
         'E:/vhdl_tools/100Examples/TEMP/hjb/temp1.vhd'.
===============================================================================
|    Register Name    |   Type    | Width | Bus | MB | AR | AS | SR | SS | ST |
===============================================================================
|       y2_reg        | Flip-flop |   1   |  -  | -  | Y  | Y  | N  | N  | Y  |
|       yq2_reg       | Flip-flop |   1   |  -  | -  | Y  | Y  | N  | N  | Y  |
===============================================================================

y2_reg
------
    Async-reset: clr
    Async-set: pest
    Sync-toggle: n_2' n_4' n_5
    Async-set and Async-reset ==> Q: 1


yq2_reg
-------
    Async-reset: pest
    Async-set: clr
    Sync-toggle: n_2' n_4' n_5
    Async-set and Async-reset ==> Q: 0


Writing to hnl file 'E:\vhdl_tools\100Examples\TEMP\hjb/workdirs/WORK/temp1.hnl'

⌨️ 快捷键说明

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