framebuffer: indentation
This commit is contained in:
parent
e2463da787
commit
59289cfa3b
|
@ -187,7 +187,8 @@ class FIFO(Actor):
|
|||
],
|
||||
clkport="clk_write")
|
||||
t = self.token("dac")
|
||||
return Fragment([
|
||||
return Fragment(
|
||||
[
|
||||
asfifo.ins["read_en"].eq(1),
|
||||
|
||||
self.endpoints["dac"].ack.eq(~asfifo.outs["full"]),
|
||||
|
|
Loading…
Reference in New Issue