Correct units factor on resistances.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-05-21 07:13:23 -07:00
parent 7ea41e257d
commit 6be6fd918b
1 changed files with 1 additions and 1 deletions

View File

@ -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