abhisheietk / MyHDL_tutorial

0 stars 2 forks source link

always_seq, always_comb significance #2

Closed abhisheietk closed 7 years ago

abhisheietk commented 7 years ago

I didn't get the purpose of always_seq, always_comb ? How is it different from always module.?

abhisheietk commented 7 years ago

Their are two types of logic Sequential and Combinational. Read https://en.wikipedia.org/wiki/Sequential_logic https://en.wikipedia.org/wiki/Combinational_logic

these are the decorators for defining these modules