dvisampler: disable EDID when HPD_EN is low

This commit is contained in:
Sebastien Bourdeauducq 2013-09-13 23:43:28 +02:00
parent 2459d9f559
commit 8bc1620f2d
1 changed files with 1 additions and 0 deletions

View File

@ -186,3 +186,4 @@ class EDID(Module, AutoCSR):
for state in fsm.actions.keys():
fsm.act(state, If(start, NextState("RCV_ADDRESS")))
fsm.act(state, If(~self._r_hpd_en.storage, NextState("WAIT_START")))