Thread Links Date Links
Thread Prev Thread Next Thread Index Date Prev Date Next Date Index

[802.3_4PPOE] Issue with the state machine



Hi guys,

I find issue here, please verify.

Thanks

Yair

---------

From IDLE_PRI to START_DETECT_PRI (145.2.5.7, Page 141 line 10)

Comment

The condition:           !pwr_app_pri * pwr_app_sec           doesnt make sense that only if the secondary is powered we can  go to START_DET_PRI.

 

pwr_app_pri

pwr_app_sec

START_DET_PRI

0

0

0

0

1

1

1

0

0

1

1

0

The conditions should allow to move to START_DET_PRI in the following conditions:

  1. !pwr_app_pri OR
  2. !pwr_app_sec

i.e. the condition should be: !pwr_app_pri + !pwr_app_sec          

pwr_app_pri

pwr_app_sec

START_DET_PRI

0

0

1

0

1

1

1

0

1

1

1

0

Proposed remedy:

!pwr_app_pri * pwr_app_sec          

To: !pwr_app_pri + !pwr_app_sec          

 

 

Darshan Yair

Chief R&D Engineer

Analog Mixed Signal Group

Microsemi Corporation

 

1 Hanagar St., P.O. Box 7220
Neve Ne'eman Industrial Zone
Hod Hasharon 45421, Israel
Tel:  +972-9-775-5100, EXT 210.

Cell: +972-54-4893019
Fax: +972-9-775-5111

 

E-mail: <mailto:ydarshan@xxxxxxxxxxxxx>.