Merge pull request #467 from mlaga97/master
Allow building digilent_arty using f4pga
This commit is contained in:
commit
3ca0c7a035
|
@ -91,9 +91,11 @@ class BaseSoC(SoCCore):
|
|||
SoCCore.__init__(self, platform, sys_clk_freq, ident="LiteX SoC on Arty A7", **kwargs)
|
||||
|
||||
# XADC -------------------------------------------------------------------------------------
|
||||
if toolchain == "vivado":
|
||||
self.xadc = XADC()
|
||||
|
||||
# DNA --------------------------------------------------------------------------------------
|
||||
if toolchain == "vivado":
|
||||
self.dna = DNA()
|
||||
self.dna.add_timing_constraints(platform, sys_clk_freq, self.crg.cd_sys.clk)
|
||||
|
||||
|
|
Loading…
Reference in New Issue