For gates, which of the following modeling style will corresponds to shortest code?
For gates, which of the following modeling style will corresponds to shortest code? Correct Answer Data flow
Since in case of dataflow modeling we just need to define the relation between inputs and outputs using some logical function. So, gates can be modeled be using dataflow style in just one line. Whereas Behavioral needs selected assignment and structural used component declaration and instantiation.
মোঃ আরিফুল ইসলাম
Feb 20, 2025