Added Spartan Edge Accelerator board
This commit is contained in:
parent
713ae531f6
commit
f5ac5200ff
|
@ -33,6 +33,7 @@ _serial_io= [("serial", 0,
|
||||||
|
|
||||||
# CRG ----------------------------------------------------------------------------------------------
|
# CRG ----------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
class _CRG(Module):
|
class _CRG(Module):
|
||||||
def __init__(self, platform, sys_clk_freq, with_video_pll):
|
def __init__(self, platform, sys_clk_freq, with_video_pll):
|
||||||
clk100 = platform.request("clk100")
|
clk100 = platform.request("clk100")
|
||||||
|
@ -121,8 +122,6 @@ def main():
|
||||||
vivado_build_args(parser)
|
vivado_build_args(parser)
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
soc = BaseSoC(
|
soc = BaseSoC(
|
||||||
|
|
||||||
toolchain = args.toolchain,
|
toolchain = args.toolchain,
|
||||||
|
|
Loading…
Reference in New Issue