chore: Add license header to source files
Signed-off-by: Christoph Heiss <contact@christoph-heiss.at>
This commit is contained in:
parent
3e1147b27c
commit
794217b46e
3 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
|
||||
from amaranth import *
|
||||
from enum import IntEnum
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
|
||||
from amaranth.back import verilog
|
||||
from . import Cpu
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
|
||||
from amaranth import *
|
||||
from amaranth.sim import *
|
||||
from . import Cpu, PipelineStage
|
||||
|
|
Loading…
Reference in a new issue