chore: Add license header to source files

Signed-off-by: Christoph Heiss <contact@christoph-heiss.at>
This commit is contained in:
Christoph Heiss 2022-07-14 16:32:19 +02:00
parent 3e1147b27c
commit 794217b46e
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT
from amaranth import *
from enum import IntEnum

View file

@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT
from amaranth.back import verilog
from . import Cpu

View file

@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT
from amaranth import *
from amaranth.sim import *
from . import Cpu, PipelineStage