- or download this
use strict;
use warnings;
...
print "matched" if m/$nets[$i]/;
}
}
- or download this
use strict;
use warnings;
...
print "matched" if m/$var1/;
}
}
- or download this
design_modify1.vhd has following lines of codes
...
GND_i : GND port map(Y => \GND\);
sum_1_CO0_i : MAJ3 port map(A => a_c, B => c_c, C => b_c, Y => N_5
+);
- or download this
nets.txt file has following codes...
a_c
b_c
c_c