DSD D1 Q03(A)
0 Stars     3 Views    

Author: Roohith R 23BEC0179

Forked from: Roohith R 23BEC0179/DSD D1 Q03(A)

Project access type: Public

Description:

(a) Debug the errors in the following code.

module 3_example (A, B, C, D, E, F) // Line 1 inputs A, B, C,

Output D, E, F, // Line 2

output D,E,F, // Line 3

and g1(A, B, D); // Line 4

not (E;A), // Line 5

OR (F, B; C); // Line 6

end module;

Created: Sep 10, 2024

Updated: Sep 10, 2024


Comments

You must login before you can post a comment.