Release examples/Makefiles under CC0.
This commit is contained in:
parent
b5460bd867
commit
1e0d5eb238
|
|
@ -5,11 +5,9 @@
|
||||||
# This is an example cmake script to build a verilog to systemc project
|
# This is an example cmake script to build a verilog to systemc project
|
||||||
# using cmake and verilator.
|
# using cmake and verilator.
|
||||||
#
|
#
|
||||||
# Copyright 2003-2020 by Wilson Snyder. This program is free software; you
|
# This file ONLY is placed under the Creative Commons Public Domain, for
|
||||||
# can redistribute it and/or modify it under the terms of either the GNU
|
# any use, without warranty, 2020 by Wilson Snyder.
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# Version 2.0.
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,11 +6,9 @@
|
||||||
# This makefile is here for testing the examples and should
|
# This makefile is here for testing the examples and should
|
||||||
# generally not be added to a CMake project.
|
# generally not be added to a CMake project.
|
||||||
#
|
#
|
||||||
# Copyright 2003-2020 by Wilson Snyder. This program is free software; you
|
# This file ONLY is placed under the Creative Commons Public Domain, for
|
||||||
# can redistribute it and/or modify it under the terms of either the GNU
|
# any use, without warranty, 2020 by Wilson Snyder.
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# Version 2.0.
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,9 @@
|
||||||
# This is an example cmake script to build a verilog to SystemC project
|
# This is an example cmake script to build a verilog to SystemC project
|
||||||
# using CMake and Verilator.
|
# using CMake and Verilator.
|
||||||
#
|
#
|
||||||
# Copyright 2003-2020 by Wilson Snyder. This program is free software; you
|
# This file ONLY is placed under the Creative Commons Public Domain, for
|
||||||
# can redistribute it and/or modify it under the terms of either the GNU
|
# any use, without warranty, 2020 by Wilson Snyder.
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# Version 2.0.
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,11 +6,9 @@
|
||||||
# This makefile is here for testing the examples and should
|
# This makefile is here for testing the examples and should
|
||||||
# generally not be added to a CMake project.
|
# generally not be added to a CMake project.
|
||||||
#
|
#
|
||||||
# Copyright 2003-2020 by Wilson Snyder. This program is free software; you
|
# This file ONLY is placed under the Creative Commons Public Domain, for
|
||||||
# can redistribute it and/or modify it under the terms of either the GNU
|
# any use, without warranty, 2020 by Wilson Snyder.
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# Version 2.0.
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,9 @@
|
||||||
# This is an example cmake script to build a verilog to systemc project
|
# This is an example cmake script to build a verilog to systemc project
|
||||||
# using cmake and verilator.
|
# using cmake and verilator.
|
||||||
#
|
#
|
||||||
# Copyright 2003-2020 by Wilson Snyder. This program is free software; you
|
# This file ONLY is placed under the Creative Commons Public Domain, for
|
||||||
# can redistribute it and/or modify it under the terms of either the GNU
|
# any use, without warranty, 2020 by Wilson Snyder.
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# Version 2.0.
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,11 +6,9 @@
|
||||||
# This makefile is here for testing the examples and should
|
# This makefile is here for testing the examples and should
|
||||||
# generally not be added to a CMake project.
|
# generally not be added to a CMake project.
|
||||||
#
|
#
|
||||||
# Copyright 2003-2020 by Wilson Snyder. This program is free software; you
|
# This file ONLY is placed under the Creative Commons Public Domain, for
|
||||||
# can redistribute it and/or modify it under the terms of either the GNU
|
# any use, without warranty, 2020 by Wilson Snyder.
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# Version 2.0.
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,9 @@
|
||||||
# This is an example cmake script to build a verilog to systemc project
|
# This is an example cmake script to build a verilog to systemc project
|
||||||
# using cmake and verilator.
|
# using cmake and verilator.
|
||||||
#
|
#
|
||||||
# Copyright 2003-2020 by Wilson Snyder. This program is free software; you
|
# This file ONLY is placed under the Creative Commons Public Domain, for
|
||||||
# can redistribute it and/or modify it under the terms of either the GNU
|
# any use, without warranty, 2020 by Wilson Snyder.
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# Version 2.0.
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,11 +6,9 @@
|
||||||
# This makefile is here for testing the examples and should
|
# This makefile is here for testing the examples and should
|
||||||
# generally not be added to a CMake project.
|
# generally not be added to a CMake project.
|
||||||
#
|
#
|
||||||
# Copyright 2003-2020 by Wilson Snyder. This program is free software; you
|
# This file ONLY is placed under the Creative Commons Public Domain, for
|
||||||
# can redistribute it and/or modify it under the terms of either the GNU
|
# any use, without warranty, 2020 by Wilson Snyder.
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# Version 2.0.
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,9 @@
|
||||||
# This is an example cmake script to build a verilog to SystemC project
|
# This is an example cmake script to build a verilog to SystemC project
|
||||||
# using CMake and Verilator.
|
# using CMake and Verilator.
|
||||||
#
|
#
|
||||||
# Copyright 2003-2020 by Wilson Snyder. This program is free software; you
|
# This file ONLY is placed under the Creative Commons Public Domain, for
|
||||||
# can redistribute it and/or modify it under the terms of either the GNU
|
# any use, without warranty, 2020 by Wilson Snyder.
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# Version 2.0.
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,11 +6,9 @@
|
||||||
# This makefile is here for testing the examples and should
|
# This makefile is here for testing the examples and should
|
||||||
# generally not be added to a CMake project.
|
# generally not be added to a CMake project.
|
||||||
#
|
#
|
||||||
# Copyright 2003-2020 by Wilson Snyder. This program is free software; you
|
# This file ONLY is placed under the Creative Commons Public Domain, for
|
||||||
# can redistribute it and/or modify it under the terms of either the GNU
|
# any use, without warranty, 2020 by Wilson Snyder.
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# Version 2.0.
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,9 @@
|
||||||
# This calls the object directory makefile. That allows the objects to
|
# This calls the object directory makefile. That allows the objects to
|
||||||
# be placed in the "current directory" which simplifies the Makefile.
|
# be placed in the "current directory" which simplifies the Makefile.
|
||||||
#
|
#
|
||||||
# Copyright 2003-2020 by Wilson Snyder. This program is free software; you
|
# This file ONLY is placed under the Creative Commons Public Domain, for
|
||||||
# can redistribute it and/or modify it under the terms of either the GNU
|
# any use, without warranty, 2020 by Wilson Snyder.
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# Version 2.0.
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
# Check for sanity to avoid later confusion
|
# Check for sanity to avoid later confusion
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,9 @@
|
||||||
# This calls the object directory makefile. That allows the objects to
|
# This calls the object directory makefile. That allows the objects to
|
||||||
# be placed in the "current directory" which simplifies the Makefile.
|
# be placed in the "current directory" which simplifies the Makefile.
|
||||||
#
|
#
|
||||||
# Copyright 2003-2020 by Wilson Snyder. This program is free software; you
|
# This file ONLY is placed under the Creative Commons Public Domain, for
|
||||||
# can redistribute it and/or modify it under the terms of either the GNU
|
# any use, without warranty, 2020 by Wilson Snyder.
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# Version 2.0.
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
# Check for sanity to avoid later confusion
|
# Check for sanity to avoid later confusion
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,9 @@
|
||||||
# This calls the object directory makefiles. That allows the objects to
|
# This calls the object directory makefiles. That allows the objects to
|
||||||
# be placed in the "current directory" which simplifies the Makefile.
|
# be placed in the "current directory" which simplifies the Makefile.
|
||||||
#
|
#
|
||||||
# Copyright 2019 by Wilson Snyder. This program is free software; you
|
# This file ONLY is placed under the Creative Commons Public Domain, for
|
||||||
# can redistribute it and/or modify it under the terms of either the GNU
|
# any use, without warranty, 2020 by Wilson Snyder.
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# Version 2.0.
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
# Check for sanity to avoid later confusion
|
# Check for sanity to avoid later confusion
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,9 @@
|
||||||
# This calls the object directory makefile. That allows the objects to
|
# This calls the object directory makefile. That allows the objects to
|
||||||
# be placed in the "current directory" which simplifies the Makefile.
|
# be placed in the "current directory" which simplifies the Makefile.
|
||||||
#
|
#
|
||||||
# Copyright 2003-2020 by Wilson Snyder. This program is free software; you
|
# This file ONLY is placed under the Creative Commons Public Domain, for
|
||||||
# can redistribute it and/or modify it under the terms of either the GNU
|
# any use, without warranty, 2020 by Wilson Snyder.
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# Version 2.0.
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
# Check for sanity to avoid later confusion
|
# Check for sanity to avoid later confusion
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,9 @@
|
||||||
#
|
#
|
||||||
# This is executed in the object directory, and called by ../Makefile
|
# This is executed in the object directory, and called by ../Makefile
|
||||||
#
|
#
|
||||||
# Copyright 2003-2020 by Wilson Snyder. This program is free software; you
|
# This file ONLY is placed under the Creative Commons Public Domain, for
|
||||||
# can redistribute it and/or modify it under the terms of either the GNU
|
# any use, without warranty, 2020 by Wilson Snyder.
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# Version 2.0.
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
||||||
#
|
#
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,9 @@
|
||||||
# This calls the object directory makefile. That allows the objects to
|
# This calls the object directory makefile. That allows the objects to
|
||||||
# be placed in the "current directory" which simplifies the Makefile.
|
# be placed in the "current directory" which simplifies the Makefile.
|
||||||
#
|
#
|
||||||
# Copyright 2003-2020 by Wilson Snyder. This program is free software; you
|
# This file ONLY is placed under the Creative Commons Public Domain, for
|
||||||
# can redistribute it and/or modify it under the terms of either the GNU
|
# any use, without warranty, 2020 by Wilson Snyder.
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# Version 2.0.
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
# Check for sanity to avoid later confusion
|
# Check for sanity to avoid later confusion
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,9 @@
|
||||||
#
|
#
|
||||||
# This is executed in the object directory, and called by ../Makefile
|
# This is executed in the object directory, and called by ../Makefile
|
||||||
#
|
#
|
||||||
# Copyright 2003-2020 by Wilson Snyder. This program is free software; you
|
# This file ONLY is placed under the Creative Commons Public Domain, for
|
||||||
# can redistribute it and/or modify it under the terms of either the GNU
|
# any use, without warranty, 2020 by Wilson Snyder.
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# Version 2.0.
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
||||||
#
|
#
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,9 @@
|
||||||
#
|
#
|
||||||
# DESCRIPTION: Verilator Example: XML tests
|
# DESCRIPTION: Verilator Example: XML tests
|
||||||
#
|
#
|
||||||
# Copyright 2003-2020 by Wilson Snyder. This program is free software; you
|
# This file ONLY is placed under the Creative Commons Public Domain, for
|
||||||
# can redistribute it and/or modify it under the terms of either the GNU
|
# any use, without warranty, 2020 by Wilson Snyder.
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# Version 2.0.
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue