You must login before you can post a comment.
Author: Roohith R 23BEC0179
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; // Line 7
Created: Sep 04, 2024
Updated: Sep 04, 2024
Comments