mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Merge pull request #1139 from tilk/jtagbone_typo
Fix typo jtabone -> jtagbone
This commit is contained in:
commit
d36e1b60bd
1 changed files with 1 additions and 1 deletions
|
@ -1242,7 +1242,7 @@ class LiteXSoC(SoC):
|
|||
def add_jtagbone(self, chain=1):
|
||||
from litex.soc.cores import uart
|
||||
from litex.soc.cores.jtag import JTAGPHY
|
||||
self.check_if_exists("jtabone")
|
||||
self.check_if_exists("jtagbone")
|
||||
self.submodules.jtagbone_phy = JTAGPHY(device=self.platform.device, chain=chain)
|
||||
self.submodules.jtagbone = uart.UARTBone(phy=self.jtagbone_phy, clk_freq=self.sys_clk_freq)
|
||||
self.bus.add_master(name="jtagbone", master=self.jtagbone.wishbone)
|
||||
|
|
Loading…
Reference in a new issue