From b392383b0bc5d31ff2d379a7672ba84f052451de Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 27 Nov 2021 10:40:47 +0000 Subject: [PATCH] add copyright and attribution notices to dependence_cell.py --- src/soc/scoreboard/dependence_cell.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/soc/scoreboard/dependence_cell.py b/src/soc/scoreboard/dependence_cell.py index c3db10e4..9dc1ffc7 100644 --- a/src/soc/scoreboard/dependence_cell.py +++ b/src/soc/scoreboard/dependence_cell.py @@ -1,3 +1,10 @@ +# (DO NOT REMOVE THESE NOTICES) +# SPDX-License-Identifier: LGPLv3+ +# Copyright (C) 2019, 2020, 2021 Luke Kenneth Casson Leighton +# Part of the Libre-SOC Project. +# Sponsored by NLnet EU Grant No: 825310 and 825322 +# Sponsored by NGI POINTER EU Grant No: 871528 + from nmigen.compat.sim import run_simulation from nmigen.cli import verilog, rtlil from nmigen import Module, Signal, Elaboratable, Cat, Repl -- 2.30.2