aboutsummaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorChick Markley2020-09-16 18:52:16 -0700
committerGitHub2020-09-16 18:52:16 -0700
commitecb96e83324ea17cf38b7b90753d745d3c7f51bd (patch)
tree98b2aacab28edc29fadcf9d02b59848c4a9dc1ee /regress
parent0c646459b52394e8a388143cee324b8af3dc7c09 (diff)
Change to Apache 2.0 License (#1901)
Diffstat (limited to 'regress')
-rw-r--r--regress/AddNot.fir1
-rw-r--r--regress/FPU.fir1
-rw-r--r--regress/HwachaSequencer.fir3
-rw-r--r--regress/ICache.fir1
-rw-r--r--regress/Ops.fir1
-rw-r--r--regress/Rob.fir1
-rw-r--r--regress/RocketCore.fir1
7 files changed, 8 insertions, 1 deletions
diff --git a/regress/AddNot.fir b/regress/AddNot.fir
index 38c72a16..e238a020 100644
--- a/regress/AddNot.fir
+++ b/regress/AddNot.fir
@@ -1,3 +1,4 @@
+; SPDX-License-Identifier: Apache-2.0
circuit AddNot:
module AddNot:
input a: UInt<8>
diff --git a/regress/FPU.fir b/regress/FPU.fir
index 75045296..4da41af1 100644
--- a/regress/FPU.fir
+++ b/regress/FPU.fir
@@ -1,3 +1,4 @@
+; SPDX-License-Identifier: Apache-2.0
circuit FPU :
module FPU :
input clock : Clock
diff --git a/regress/HwachaSequencer.fir b/regress/HwachaSequencer.fir
index b217c810..d43377da 100644
--- a/regress/HwachaSequencer.fir
+++ b/regress/HwachaSequencer.fir
@@ -1,4 +1,5 @@
-circuit HwachaSequencer :
+; SPDX-License-Identifier: Apache-2.0
+circuit HwachaSequencer :
module HwachaSequencer :
input clock : Clock
input reset : UInt<1>
diff --git a/regress/ICache.fir b/regress/ICache.fir
index d848982e..7c572478 100644
--- a/regress/ICache.fir
+++ b/regress/ICache.fir
@@ -1,3 +1,4 @@
+; SPDX-License-Identifier: Apache-2.0
circuit ICache :
module ICache :
input clock : Clock
diff --git a/regress/Ops.fir b/regress/Ops.fir
index 51cffad5..a5b8018d 100644
--- a/regress/Ops.fir
+++ b/regress/Ops.fir
@@ -1,3 +1,4 @@
+; SPDX-License-Identifier: Apache-2.0
circuit Ops:
module Ops:
input sel: UInt<4>
diff --git a/regress/Rob.fir b/regress/Rob.fir
index 473de212..b1aabfc7 100644
--- a/regress/Rob.fir
+++ b/regress/Rob.fir
@@ -1,3 +1,4 @@
+; SPDX-License-Identifier: Apache-2.0
circuit Rob :
module Rob :
input clk : Clock
diff --git a/regress/RocketCore.fir b/regress/RocketCore.fir
index e86b0877..a6482612 100644
--- a/regress/RocketCore.fir
+++ b/regress/RocketCore.fir
@@ -1,3 +1,4 @@
+; SPDX-License-Identifier: Apache-2.0
circuit RocketCore :
module RocketCore :
input clock : Clock