349
edits
Line 42: | Line 42: | ||
==== Build the AND GATE structure directly ==== | ==== Build the AND GATE structure directly ==== | ||
{{Code|Build the AND GATE structure via an Octave script |<syntaxhighlight lang="octave" style="font-size:13px"> | |||
## NLC | ## NLC | ||
Line 117: | Line 117: | ||
outstruct.totextvar = 6; | outstruct.totextvar = 6; | ||
outstruct.totintvar = 3; | outstruct.totintvar = 3; | ||
</syntaxhighlight> | |||
}} | |||
==== Build the AND gate circuit structure parsing an IFF netlist ==== | ==== Build the AND gate circuit structure parsing an IFF netlist ==== |
edits