Computer Science, asked by taushif9797, 1 year ago

Difference between behavioural and structural modelling in verilog

Answers

Answered by Anonymous
3
Hello sar
Here is your answer
However, customarily, structural refers to describing a design using module instances (especially for the lower-level building blocks such as AND gates and flip-flops), whereas behavioral refers to describing a design using always blocks. Gate netlists are always structural, and RTL code is typically behavioral.
Similar questions