kasli_soc.py: fix kasli_soc-demo compiling error #248

Closed
morgan wants to merge 1 commits from morgan:bugfix_demo into master
1 changed files with 2 additions and 0 deletions

View File

@ -173,6 +173,8 @@ class GenericStandalone(SoCCore):
self.platform.add_false_path_constraints(
self.sys_crg.cd_sys.clk, getattr(self, grabber).deserializer.cd_cl.clk)
self.submodules.virtual_leds = virtual_leds.VirtualLeds()
self.csr_devices.append("virtual_leds")
class GenericMaster(SoCCore):
def __init__(self, description, acpki=False):