微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微电子和IC设计 > IC验证交流 > 经典IC设计面试问题9

经典IC设计面试问题9

时间:10-02 整理:3721RD 点击:
Casex,z difference,which is preferable,why?
CASEZ :
Special version of the case statement which uses a Z logic value to represent don't-care bits. CASEX :
Special version of the case statement which uses Z or X logic values to represent don't-care bits.
CASEZ should be used for case statements with wildcard don抰 cares, otherwise use of CASE is required; CASEX should never be used.
This is because:
Don抰 cares are not allowed in the "case" statement. Therefore casex or casez are required. Casex will automatically match any x or z with anything in the case statement. Casez will only match z抯 -- x抯 require an absolute match.

good information !

恩,实际有点用

youxie yong ,neng geng xiang xi hui geng hao ,xiexie sir

嗯,谢谢分享

谢谢分享

这个回复比较彪悍

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top