From 97b874bd0b6913ed52df1b8aac5e7491479fac9a Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 11 May 2017 23:20:58 +0200 Subject: Add srd_inst_initial_pins_set_all() and support code. This allows frontends to set the assumed initial pins (i.e., the assumed state of the pins before the first sample of a capture) to user-specified values. The assumed initial pins can be either low, or high, or "use same value as the first sample of the capture". The special self.initial_pins decoder attribute is now removed. --- decoders/mdio/pd.py | 1 - 1 file changed, 1 deletion(-) (limited to 'decoders/mdio') diff --git a/decoders/mdio/pd.py b/decoders/mdio/pd.py index ed6cfef..7c2fc5f 100644 --- a/decoders/mdio/pd.py +++ b/decoders/mdio/pd.py @@ -62,7 +62,6 @@ class Decoder(srd.Decoder): ) def __init__(self): - self.initial_pins = [1, 1] self.illegal_bus = 0 self.samplenum = -1 self.clause45_addr = -1 # Clause 45 is context sensitive. -- cgit v1.2.3-70-g09d2