mirror of
https://github.com/supleed2/EIE4-FYP.git
synced 2024-11-09 20:05:49 +00:00
Remove reset value from TestRgb
This commit is contained in:
parent
5de7bc535a
commit
8c0eee54b4
|
@ -13,7 +13,7 @@ class TestRgb(Module, AutoCSR, ModuleDoc):
|
|||
"""
|
||||
def __init__(self, platform, pads):
|
||||
self.pads = pads
|
||||
self._out = CSRStorage(size = 24, reset = 11206472, description="Led Output(s) Value (24-bit RGB)",
|
||||
self._out = CSRStorage(size = 24, description="Led Output(s) Value (24-bit RGB)",
|
||||
fields = [
|
||||
CSRField("ledb", size = 8, description = "LED Blue Brightness"),
|
||||
CSRField("ledg", size = 8, description = "LED Green Brightness"),
|
||||
|
|
Loading…
Reference in a new issue