A、对
B、错
A、对
B、错
A、if clk’event and clk = ‘1’ then
B、if falling_edge(clk) then
C、if clk’ not stable and clk = ‘1’ then
D、if clk’event and clk’last value=‘1’ then
A、立即完成
B、在进程的结束时完成
C、顺序完成
D、以上都不对
A、PROCESS为一无限循环语句
B、敏感信号发生更新时启动进程,执行完成后,等待下一次进程启动
C、当前进程中声明的变量不可用于其他进程
D、进程由说明语句部分、并行语句部分和敏感信号参数表三部分组成