framebuffer: indentation

This commit is contained in:
Sebastien Bourdeauducq 2012-07-01 22:30:07 +02:00
parent e2463da787
commit 59289cfa3b
1 changed files with 14 additions and 13 deletions

View File

@ -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"]),