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

经典IC设计面试问题8

时间:10-02 整理:3721RD 点击:
Will case infer priority register if yes how give an example?
yes case can infer priority register depending on coding style
reg r;
// Priority encoded mux,
always @ (a or b or c or select2)
begin
r = c;
case (select2)
2'b00: r = a;
2'b01: r = b;
endcase
end

kanbudong

多谢小编分享!

goos reference

这是啥啊,小编真是高

good reference

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

网站地图

Top