Skip to content

Commit 8e7773c

Browse files
committed
Updated license notice
1 parent 580791b commit 8e7773c

20 files changed

+396
-220
lines changed

RunTests.pro

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
# File Name: RunTests.pro
2+
# Revision: OSVVM MODELS STANDARD VERSION
3+
#
4+
# Maintainer: Jim Lewis email: [email protected]
5+
# Contributor(s):
6+
# Jim Lewis [email protected]
7+
#
8+
#
9+
# Description:
10+
# Top level script to compile the UART models and testbench
11+
#
12+
# Developed for:
13+
# SynthWorks Design Inc.
14+
# VHDL Training Classes
15+
# 11898 SW 128th Ave. Tigard, Or 97223
16+
# http://www.SynthWorks.com
17+
#
18+
# Revision History:
19+
# Date Version Description
20+
# 1/2019 2019.01 Compile Script for OSVVM
21+
# 1/2020 2020.01 Updated Licenses to Apache
22+
#
23+
#
24+
# This file is part of OSVVM.
25+
#
26+
# Copyright (c) 2019 - 2020 by SynthWorks Design Inc.
27+
#
28+
# Licensed under the Apache License, Version 2.0 (the "License");
29+
# you may not use this file except in compliance with the License.
30+
# You may obtain a copy of the License at
31+
#
32+
# https://www.apache.org/licenses/LICENSE-2.0
33+
#
34+
# Unless required by applicable law or agreed to in writing, software
35+
# distributed under the License is distributed on an "AS IS" BASIS,
36+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37+
# See the License for the specific language governing permissions and
38+
# limitations under the License.
39+
#
140
include ../Common/Common.pro
241
include ./Uart.pro
342
include ./testbench/testbench.pro

Uart.pro

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
# File Name: Axi4Lite.pro
2+
# Revision: OSVVM MODELS STANDARD VERSION
3+
#
4+
# Maintainer: Jim Lewis email: [email protected]
5+
# Contributor(s):
6+
# Jim Lewis [email protected]
7+
#
8+
#
9+
# Description:
10+
# Script to compile the Axi4 Lite models
11+
#
12+
# Developed for:
13+
# SynthWorks Design Inc.
14+
# VHDL Training Classes
15+
# 11898 SW 128th Ave. Tigard, Or 97223
16+
# http://www.SynthWorks.com
17+
#
18+
# Revision History:
19+
# Date Version Description
20+
# 1/2019 2019.01 Compile Script for OSVVM
21+
# 1/2020 2020.01 Updated Licenses to Apache
22+
#
23+
#
24+
# This file is part of OSVVM.
25+
#
26+
# Copyright (c) 2019 - 2020 by SynthWorks Design Inc.
27+
#
28+
# Licensed under the Apache License, Version 2.0 (the "License");
29+
# you may not use this file except in compliance with the License.
30+
# You may obtain a copy of the License at
31+
#
32+
# https://www.apache.org/licenses/LICENSE-2.0
33+
#
34+
# Unless required by applicable law or agreed to in writing, software
35+
# distributed under the License is distributed on an "AS IS" BASIS,
36+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37+
# See the License for the specific language governing permissions and
38+
# limitations under the License.
39+
#
140
library osvvm_uart
241
analyze ./src/UartTbPkg.vhd
342
analyze ./src/ScoreboardPkg_Uart.vhd

src/ScoreboardPkg_Uart.vhd

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,28 @@
1818
-- http://www.SynthWorks.com
1919
--
2020
-- Revision History:
21-
-- Date Version Description
22-
-- 08/2012 2012.08 Generic Instance of ScoreboardGenericPkg
23-
-- 08/2014 2013.08 Updated interface for Match and to_string
24-
-- 2019.05 2019.05 Initial public release
21+
-- Date Version Description
22+
-- 08/2012 2012.08 Generic Instance of ScoreboardGenericPkg
23+
-- 08/2014 2013.08 Updated interface for Match and to_string
24+
-- 05/2019 2019.05 Initial public release
25+
-- 01/2020 2020.01 Updated license notice
2526
--
26-
-- Copyright (c) 2006 - 2019 by SynthWorks Design Inc. All rights reserved.
2727
--
28-
-- Licensed under the Apache License, Version 2.0 (the "License");
29-
-- you may not use this file except in compliance with the License.
30-
-- You may obtain a copy of the License at
28+
-- This file is part of OSVVM.
3129
--
32-
-- http://www.apache.org/licenses/LICENSE-2.0
30+
-- Copyright (c) 2012 - 2020 by SynthWorks Design Inc.
3331
--
34-
-- Unless required by applicable law or agreed to in writing, software
35-
-- distributed under the License is distributed on an "AS IS" BASIS,
36-
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37-
-- See the License for the specific language governing permissions and
38-
-- limitations under the License.
32+
-- Licensed under the Apache License, Version 2.0 (the "License");
33+
-- you may not use this file except in compliance with the License.
34+
-- You may obtain a copy of the License at
35+
--
36+
-- https://www.apache.org/licenses/LICENSE-2.0
37+
--
38+
-- Unless required by applicable law or agreed to in writing, software
39+
-- distributed under the License is distributed on an "AS IS" BASIS,
40+
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
41+
-- See the License for the specific language governing permissions and
42+
-- limitations under the License.
3943
--
4044

4145
use work.UartTbPkg.all ;

src/UartContext.vhd

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,31 @@
66
-- Maintainer: Jim Lewis email: [email protected]
77
--
88
-- Description
9-
-- Context Declaration for OSVVM packages
9+
-- Context Declaration for UART packages
1010
--
1111
-- Developed by/for:
1212
-- SynthWorks Design Inc.
1313
-- VHDL Training Classes
1414
-- 11898 SW 128th Ave. Tigard, Or 97223
1515
-- http://www.SynthWorks.com
1616
--
17-
-- Latest standard version available at:
18-
-- http://www.SynthWorks.com/downloads
19-
--
2017
-- Revision History:
2118
-- Date Version Description
2219
-- 01/2019 2019.01 Initial Revision
20+
-- 05/2019 2019.05 Updated for OSVVM public release
21+
-- 01/2020 2020.01 Updated license notice
2322
--
2423
--
25-
-- Copyright (c) 2017-2019 by SynthWorks Design Inc. All rights reserved.
24+
-- This file is part of OSVVM.
2625
--
27-
-- Verbatim copies of this source file may be used and
28-
-- distributed without restriction.
26+
-- Copyright (c) 2019 - 2020 by SynthWorks Design Inc.
2927
--
3028
-- Licensed under the Apache License, Version 2.0 (the "License");
3129
-- you may not use this file except in compliance with the License.
3230
-- You may obtain a copy of the License at
33-
--
34-
-- http://www.apache.org/licenses/LICENSE-2.0
35-
--
31+
--
32+
-- https://www.apache.org/licenses/LICENSE-2.0
33+
--
3634
-- Unless required by applicable law or agreed to in writing, software
3735
-- distributed under the License is distributed on an "AS IS" BASIS,
3836
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/UartRx.vhd

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,27 @@
1818
-- http://www.SynthWorks.com
1919
--
2020
-- Revision History:
21-
-- Date Version Description
22-
-- 1999 1999.00 Developed for SynthWorks' Advanced VHDL Testbenches and Verification Class
23-
-- 2019.05 2019.05 Updated for OSVVM public release
21+
-- Date Version Description
22+
-- 1999 1999.00 Developed for SynthWorks' Advanced VHDL Testbenches and Verification Class
23+
-- 05/2019 2019.05 Updated for OSVVM public release
24+
-- 01/2020 2020.01 Updated license notice
2425
--
25-
-- Copyright (c) 1999 - 2019 by SynthWorks Design Inc. All rights reserved.
2626
--
27-
-- Licensed under the Apache License, Version 2.0 (the "License");
28-
-- you may not use this file except in compliance with the License.
29-
-- You may obtain a copy of the License at
27+
-- This file is part of OSVVM.
3028
--
31-
-- http://www.apache.org/licenses/LICENSE-2.0
29+
-- Copyright (c) 1999 - 2020 by SynthWorks Design Inc.
3230
--
33-
-- Unless required by applicable law or agreed to in writing, software
34-
-- distributed under the License is distributed on an "AS IS" BASIS,
35-
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
36-
-- See the License for the specific language governing permissions and
37-
-- limitations under the License.
31+
-- Licensed under the Apache License, Version 2.0 (the "License");
32+
-- you may not use this file except in compliance with the License.
33+
-- You may obtain a copy of the License at
34+
--
35+
-- https://www.apache.org/licenses/LICENSE-2.0
36+
--
37+
-- Unless required by applicable law or agreed to in writing, software
38+
-- distributed under the License is distributed on an "AS IS" BASIS,
39+
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
40+
-- See the License for the specific language governing permissions and
41+
-- limitations under the License.
3842
--
3943

4044
library ieee ;

src/UartRxComponentPkg.vhd

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,26 @@
1818
-- http://www.SynthWorks.com
1919
--
2020
-- Revision History:
21-
-- Date Version Description
22-
-- 2019.05 2019.05 Initial public release
21+
-- Date Version Description
22+
-- 05/2019 2019.05 Updated for OSVVM public release
23+
-- 01/2020 2020.01 Updated license notice
2324
--
24-
-- Copyright (c) 2019 by SynthWorks Design Inc. All rights reserved.
2525
--
26-
-- Licensed under the Apache License, Version 2.0 (the "License");
27-
-- you may not use this file except in compliance with the License.
28-
-- You may obtain a copy of the License at
26+
-- This file is part of OSVVM.
2927
--
30-
-- http://www.apache.org/licenses/LICENSE-2.0
28+
-- Copyright (c) 2019 - 2020 by SynthWorks Design Inc.
3129
--
32-
-- Unless required by applicable law or agreed to in writing, software
33-
-- distributed under the License is distributed on an "AS IS" BASIS,
34-
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35-
-- See the License for the specific language governing permissions and
36-
-- limitations under the License.
30+
-- Licensed under the Apache License, Version 2.0 (the "License");
31+
-- you may not use this file except in compliance with the License.
32+
-- You may obtain a copy of the License at
33+
--
34+
-- https://www.apache.org/licenses/LICENSE-2.0
35+
--
36+
-- Unless required by applicable law or agreed to in writing, software
37+
-- distributed under the License is distributed on an "AS IS" BASIS,
38+
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
39+
-- See the License for the specific language governing permissions and
40+
-- limitations under the License.
3741
--
3842

3943
library ieee ;

src/UartTbPkg.vhd

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,27 @@
1818
-- http://www.SynthWorks.com
1919
--
2020
-- Revision History:
21-
-- Date Version Description
22-
-- 1999 1999.00 Developed for SynthWorks' Advanced VHDL Testbenches and Verification Class
23-
-- 2015 2019.05 Removed generics for DEFAULT_ID, DEFAULT_DEST, DEFAULT_USER
24-
-- 2019.05 2019.05 Updated for OSVVM public release
21+
-- Date Version Description
22+
-- 1999 1999.00 Developed for SynthWorks' Advanced VHDL Testbenches and Verification Class
23+
-- 05/2019 2019.05 Updated for OSVVM public release
24+
-- 01/2020 2020.01 Updated license notice
2525
--
26-
-- Copyright (c) 1999 - 2019 by SynthWorks Design Inc. All rights reserved.
2726
--
28-
-- Licensed under the Apache License, Version 2.0 (the "License");
29-
-- you may not use this file except in compliance with the License.
30-
-- You may obtain a copy of the License at
27+
-- This file is part of OSVVM.
3128
--
32-
-- http://www.apache.org/licenses/LICENSE-2.0
29+
-- Copyright (c) 1999 - 2020 by SynthWorks Design Inc.
3330
--
34-
-- Unless required by applicable law or agreed to in writing, software
35-
-- distributed under the License is distributed on an "AS IS" BASIS,
36-
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37-
-- See the License for the specific language governing permissions and
38-
-- limitations under the License.
31+
-- Licensed under the Apache License, Version 2.0 (the "License");
32+
-- you may not use this file except in compliance with the License.
33+
-- You may obtain a copy of the License at
34+
--
35+
-- https://www.apache.org/licenses/LICENSE-2.0
36+
--
37+
-- Unless required by applicable law or agreed to in writing, software
38+
-- distributed under the License is distributed on an "AS IS" BASIS,
39+
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
40+
-- See the License for the specific language governing permissions and
41+
-- limitations under the License.
3942
--
4043

4144
library ieee ;

src/UartTx.vhd

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,27 @@
1818
-- http://www.SynthWorks.com
1919
--
2020
-- Revision History:
21-
-- Date Version Description
22-
-- 1999 1999.00 Developed for SynthWorks' Advanced VHDL Testbenches and Verification Class
23-
-- 2019.05 2019.05 Updated for OSVVM public release
21+
-- Date Version Description
22+
-- 1999 1999.00 Developed for SynthWorks' Advanced VHDL Testbenches and Verification Class
23+
-- 05/2019 2019.05 Updated for OSVVM public release
24+
-- 01/2020 2020.01 Updated license notice
2425
--
25-
-- Copyright (c) 1999 - 2019 by SynthWorks Design Inc. All rights reserved.
2626
--
27-
-- Licensed under the Apache License, Version 2.0 (the "License");
28-
-- you may not use this file except in compliance with the License.
29-
-- You may obtain a copy of the License at
27+
-- This file is part of OSVVM.
3028
--
31-
-- http://www.apache.org/licenses/LICENSE-2.0
29+
-- Copyright (c) 1999 - 2020 by SynthWorks Design Inc.
3230
--
33-
-- Unless required by applicable law or agreed to in writing, software
34-
-- distributed under the License is distributed on an "AS IS" BASIS,
35-
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
36-
-- See the License for the specific language governing permissions and
37-
-- limitations under the License.
31+
-- Licensed under the Apache License, Version 2.0 (the "License");
32+
-- you may not use this file except in compliance with the License.
33+
-- You may obtain a copy of the License at
34+
--
35+
-- https://www.apache.org/licenses/LICENSE-2.0
36+
--
37+
-- Unless required by applicable law or agreed to in writing, software
38+
-- distributed under the License is distributed on an "AS IS" BASIS,
39+
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
40+
-- See the License for the specific language governing permissions and
41+
-- limitations under the License.
3842
--
3943

4044
library ieee ;

src/UartTxComponentPkg.vhd

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,26 @@
1818
-- http://www.SynthWorks.com
1919
--
2020
-- Revision History:
21-
-- Date Version Description
22-
-- 2019.05 2019.05 Initial public release
21+
-- Date Version Description
22+
-- 05/2019 2019.05 Updated for OSVVM public release
23+
-- 01/2020 2020.01 Updated license notice
2324
--
24-
-- Copyright (c) 2019 by SynthWorks Design Inc. All rights reserved.
2525
--
26-
-- Licensed under the Apache License, Version 2.0 (the "License");
27-
-- you may not use this file except in compliance with the License.
28-
-- You may obtain a copy of the License at
26+
-- This file is part of OSVVM.
2927
--
30-
-- http://www.apache.org/licenses/LICENSE-2.0
28+
-- Copyright (c) 2019 - 2020 by SynthWorks Design Inc.
3129
--
32-
-- Unless required by applicable law or agreed to in writing, software
33-
-- distributed under the License is distributed on an "AS IS" BASIS,
34-
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35-
-- See the License for the specific language governing permissions and
36-
-- limitations under the License.
30+
-- Licensed under the Apache License, Version 2.0 (the "License");
31+
-- you may not use this file except in compliance with the License.
32+
-- You may obtain a copy of the License at
33+
--
34+
-- https://www.apache.org/licenses/LICENSE-2.0
35+
--
36+
-- Unless required by applicable law or agreed to in writing, software
37+
-- distributed under the License is distributed on an "AS IS" BASIS,
38+
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
39+
-- See the License for the specific language governing permissions and
40+
-- limitations under the License.
3741
--
3842

3943
library ieee ;

0 commit comments

Comments
 (0)