concurrent and sequential statements in VHDL

后端 未结 0 1796
臣服心动
臣服心动 2020-12-04 21:47

I have a fundamental question on VHDL.

Consider the following process:

process(Clk)
begin
if(rising_edge(Clk)) then
  a <= data_in;
  b <= a;
  c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题