在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
123
返回列表 发新帖
楼主: zsc520

[求助] 关于VerilogA的一个语法问题

[复制链接]
发表于 2015-10-26 18:06:27 | 显示全部楼层
回复 10# 灵淼

`include "constants.vams"
`include "disciplines.vams"
module over_voltage_protect_6v(OUT, GND, VDD, VIN);
inout VDD,GND;
input VIN;
output VOUT;
electrical OUT, GND, VDD, VIN;
parameter real Vref_high=6.6;
parameter real Vref_low =6.27;
parameter real Out_high=5;
parameter real Out_low =0;
integer out;
analog begin
@(initial_step) out=V(VIN)>Vref_high?1:0;
@(cross(V(VIN)-Vref_high,1)) out=1;
@(cross(V(VIN)-Vref_low,-1)) out=0;
V(VOUT)<+transition(out?Out_high:Out_low,1n,1n,1n);
end
endmodule
发表于 2016-7-19 10:08:42 | 显示全部楼层
回复 21# bomb40


    学习
发表于 2016-12-27 21:34:12 | 显示全部楼层
回复 11# wind20


大神请教一下,input [4:0] vi;
                     output [30:0] vo;






用case语句:
        case(vi)
           (00000):vo=0000000000000000000000000000000;
...


大神这样会报错,请问怎么解决啊,,小弟刚学veriloga ,不是很懂。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条


小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-25 16:29 , Processed in 0.017327 second(s), 7 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表