mirror of https://github.com/openXC7/prjxray.git
Correct units factor on resistances.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
7ea41e257d
commit
6be6fd918b
|
|
@ -134,7 +134,7 @@ class SitePin(namedtuple('SitePin', 'name wire timing')):
|
|||
WireInfo = namedtuple('WireInfo', 'pips sites')
|
||||
|
||||
# Conversion factor from database to internal units.
|
||||
RESISTANCE_FACTOR = 1
|
||||
RESISTANCE_FACTOR = 1e3
|
||||
CAPACITANCE_FACTOR = 1e3
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue