Added Spartan Edge Accelerator board

This commit is contained in:
Primesh 2022-01-03 17:14:54 -05:00
parent 713ae531f6
commit f5ac5200ff
No known key found for this signature in database
GPG Key ID: 879FD9891ECC3664
1 changed files with 1 additions and 2 deletions

View File

@ -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,