mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Add missing license header to apicula.py
This commit is contained in:
parent
623536cd6a
commit
dc3f2d6421
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
#
|
||||
# This file is part of LiteX.
|
||||
#
|
||||
# Copyright (c) 2024 Mai Lapyst
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
from litex.build.generic_platform import *
|
||||
from litex.build import tools
|
||||
from litex.build.gowin.gowin import _build_cst
|
||||
|
|
Loading…
Reference in a new issue