flag VCC as having pullup (just for consistency)

This commit is contained in:
Christopher Mosher 2013-12-09 19:20:53 -05:00
parent 9b0bc1bb15
commit e187549210
2 changed files with 235 additions and 235 deletions

View File

@ -4,7 +4,7 @@
nodes::nodes(std::map<std::string,int>& map_seg_i) {
/* power */
isegVCC = map_seg_i["-vcc"];
isegVCC = map_seg_i["+vcc"];
isegVSS = map_seg_i["-vss"];
/* inputs */

File diff suppressed because it is too large Load Diff