Help for this page
module circuit_17 (N1,N2,N3,N6,N7,N22,N23); input N1,N2,N3,N6,N7; ... nand nand2_5 (N22,N10,N16); nand nand2_6 (N23,N16,N19); endmodule
my $gate_DATA = $_; if (defined($gate_DATA) && ($gate_DATA =~ /(.*) (.*) \((.*),(.*),( +.*)\);/) && ($gate_DATA !~ /module/) ) ... @input_A = $4; @input_B = $5; }
@input_A = [ N1 N3 N11 N11 N10 N16 ]