mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
dvisampler: disable EDID when HPD_EN is low
This commit is contained in:
parent
2459d9f559
commit
8bc1620f2d
1 changed files with 1 additions and 0 deletions
|
@ -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")))
|
||||
|
|
Loading…
Reference in a new issue