From f87ff0b5b097f565ead84b7e50f2aedb95f4a80e Mon Sep 17 00:00:00 2001 From: Romain Dolbeau Date: Mon, 31 Oct 2022 15:45:42 +0100 Subject: [PATCH] rename to avoid name conflict --- goblin_fb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goblin_fb.py b/goblin_fb.py index 22eba24..737b54e 100644 --- a/goblin_fb.py +++ b/goblin_fb.py @@ -381,7 +381,7 @@ class VideoFrameBufferMultiDepth(Module, AutoCSR): self.comb += self.vbl_ps.i.eq(vga_vblping) self.comb += self.vblping.eq(self.vbl_ps.o) -class goblin(Module, AutoCSR): +class Goblin(Module, AutoCSR): def __init__(self, soc=None, phy=None, timings=None, clock_domain="sys", irq_line=None, endian="big", hwcursor=True, truecolor=True): # 2 bits for color (0/r, 1/g, 2/b), 8 for @ and 8 for value