mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
zynq: remove broken unused method
This commit is contained in:
parent
b7f787a461
commit
68e40dd330
1 changed files with 0 additions and 4 deletions
|
@ -327,10 +327,6 @@ class Zynq7000(CPU):
|
|||
})
|
||||
return axi_hpn
|
||||
|
||||
@staticmethod
|
||||
def add_sources(platform):
|
||||
platform.add_ip(os.path.join("ip", self.ps7))
|
||||
|
||||
def do_finalize(self):
|
||||
if self.ps7_name is None:
|
||||
raise Exception("PS7 must be set with set_ps7 or set_ps7_xci methods.")
|
||||
|
|
Loading…
Reference in a new issue