Skip to content

Commit 86d4c71

Browse files
committed
Merge branch 'xschwao00-header_adder' into 'devel'
Script for adding headers to python files and added headers See merge request ndk/ndk-fpga!152
2 parents a19ceeb + 1721daa commit 86d4c71

File tree

50 files changed

+227
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+227
-2
lines changed

apps/minimal/tests/cocotb/cocotb_grpc.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright (C) 2025 CESNET z. s. p. o.
3+
# Author(s): Martin Spinler <[email protected]>
4+
15
#import sys
26
import logging
37

apps/minimal/tests/cocotb/cocotb_test.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright (C) 2025 CESNET z. s. p. o.
3+
# Author(s): Martin Spinler <[email protected]>
4+
# Daniel Kondys <[email protected]>
5+
16
#import sys
27
import logging
38
import cocotb

apps/minimal/tests/cocotb/issues/issue1.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright (C) 2024 CESNET z. s. p. o.
3+
# Author(s): Martin Spinler <[email protected]>
4+
15
import cocotb
26
import cocotb.utils
37
from cocotb.triggers import Timer, RisingEdge, First

apps/minimal/tests/cocotb/issues/issue2.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright (C) 2024 CESNET z. s. p. o.
3+
# Author(s): Martin Spinler <[email protected]>
4+
15
import cocotb
26
import cocotb.utils
37

comp/base/dsp/dsp_comparator/sim/ver_settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/usr/bin/env python3
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
# Copyright (C) 2022 CESNET z. s. p. o.
4+
# Author(s): Jakub Cabal <[email protected]>
5+
26
SETTINGS = {
37
"default" : {
48
"DATA_WIDTH" : "25" ,

comp/base/dsp/dsp_comparator_intel/sim/ver_settings.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/usr/bin/env python3
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
# Copyright (C) 2022 CESNET z. s. p. o.
4+
# Author(s): Jakub Cabal <[email protected]>
5+
# Martin Spinler <[email protected]>
6+
27
SETTINGS = {
38
"default" : {
49
"INPUT_REGS_EN" : "true" ,

comp/base/dsp/dsp_counter/sim/ver_settings.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/usr/bin/env python3
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
# Copyright (C) 2022 CESNET z. s. p. o.
4+
# Author(s): Jakub Cabal <[email protected]>
5+
# Martin Spinler <[email protected]>
6+
27

38
SETTINGS = {
49
"default" : { # Obligatory

comp/base/dsp/dsp_counter_intel/sim/ver_settings.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/usr/bin/env python3
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
# Copyright (C) 2022 CESNET z. s. p. o.
4+
# Author(s): Jakub Cabal <[email protected]>
5+
# Martin Spinler <[email protected]>
6+
27

38
SETTINGS = {
49
"default" : { # Obligatory

comp/fl_tools/debug/sim/sw/sze2sim.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/python
2-
# -*- coding: iso-8859-2 -*-
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
# Copyright (C) 2022 CESNET z. s. p. o.
4+
# Author(s): Jakub Cabal <[email protected]>
5+
# Martin Spinler <[email protected]>
36

47
import sys
58

comp/mfb_tools/logic/speed_meter/scripts/sm_get_speed.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/usr/bin/env python3
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
# Copyright (C) 2023 CESNET z. s. p. o.
4+
# Author(s): Daniel Kondys <[email protected]>
5+
# Martin Spinler <[email protected]>
6+
27
# sm_get_speed.py: use the MFB Speed Meter to obtain
38
# TODO: Improve argument parsing and add more arguments (measurements, average, freq, offset(s), printing (+verbosity), ...)
49

0 commit comments

Comments
 (0)