Update and rename xilinx_alinx_ax7010.py to alinx_ax7010.py

This commit is contained in:
Yonggang Liu 2022-03-17 11:24:24 +08:00 committed by GitHub
parent 0e7145b4a1
commit 94786cae19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@
#
# This file is part of LiteX-Boards.
#
# Copyright (c) 2019-2020 Florent Kermarrec <florent@enjoy-digital.fr>,
# Copyright (c) 2022 Yonggang Liu <ggang.liu@gmail.com>,
# SPDX-License-Identifier: BSD-2-Clause
import os
@ -46,8 +46,7 @@ class BaseSoC(SoCCore):
# SoCCore ----------------------------------------------------------------------------------
SoCCore.__init__(self, platform, sys_clk_freq,
ident = "LiteX SoC on zynq xc7z010",
ident_version = True,
ident = "LiteX SoC on alinx ax7010",
**kwargs)
# CRG --------------------------------------------------------------------------------------