Skip to content

Commit

Permalink
Modified bomlist/component.py as SchrodingersGat#91
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Mar 13, 2020
1 parent 0b08a3c commit dabb4bd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bomlib/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@
"not placed",
"no stuff",
]
DNC = ["dnc", "do not change"]

# String matches for marking a component as "do not change" or "fixed"
DNC = [
"dnc",
"do not change",
"no change",
"fixed"
]

class Component():
"""Class for a component, aka 'comp' in the xml netlist file.
Expand Down

0 comments on commit dabb4bd

Please sign in to comment.