Skip to content

Commit

Permalink
Add license header to source files
Browse files Browse the repository at this point in the history
  • Loading branch information
klausweinbauer committed Jul 22, 2022
1 parent 0e8d0db commit 2bfa263
Show file tree
Hide file tree
Showing 62 changed files with 992 additions and 62 deletions.
17 changes: 16 additions & 1 deletion demo/basys3/src/top.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/*
/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file: top.sv
* usage: Demo top level
*
Expand Down
17 changes: 16 additions & 1 deletion fv/wrapper/wrap_indec.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/*
/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file: wrap_indec.sv
* usage: Wrapper for indev.sv for formal.
*
Expand Down
17 changes: 16 additions & 1 deletion fv/wrapper/wrap_lutram.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/


module top_lutram #( parameter WIDTH = 32,
Expand Down
17 changes: 16 additions & 1 deletion fv/wrapper/wrap_sampler.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/*
/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file: wrap_sampler.sv
* usage: Wrapper for sampler.sv for formal.
*
Expand Down
17 changes: 16 additions & 1 deletion src/core.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/*
/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file: core.sv
* usage:
*
Expand Down
17 changes: 16 additions & 1 deletion src/ctrl.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/*
/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file: ctrl.sv
* usage: Main FSM
*
Expand Down
17 changes: 16 additions & 1 deletion src/indec.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/*
/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file: indec.sv
* usage: SUMP instruction decoder
*
Expand Down
17 changes: 16 additions & 1 deletion src/logIP.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/*
/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file: logIP.sv
* usage: Top level module for logIP.
*
Expand Down
17 changes: 16 additions & 1 deletion src/logIP_pkg.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/*
/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file: logIP_pkg.sv
*
*/
Expand Down
17 changes: 16 additions & 1 deletion src/lutram.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/*
/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file: lutram.sv
* usage: Distributed RAM implementation.
*
Expand Down
17 changes: 16 additions & 1 deletion src/ramif.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/*
/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file: ramif.sv
* usage: RAM interface to instantiate either
* distributed (lut) RAM or BRAM
Expand Down
17 changes: 16 additions & 1 deletion src/rdback.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/*
/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file: rdback.sv
* usage:
*
Expand Down
17 changes: 16 additions & 1 deletion src/sampler.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/*
/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file: sampler.sv
* usage: Takes samples at specified sampling frequency.
*
Expand Down
17 changes: 16 additions & 1 deletion src/stage.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/*
/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file: stage.sv
* usage: Minimal SUMP trigger state.
* Only a basic sub-set of functions are
Expand Down
17 changes: 16 additions & 1 deletion src/syncro.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/*
/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file: syncro.sv
* usage: Synchronizer of async signals by two FFs.
*/
Expand Down
17 changes: 16 additions & 1 deletion src/trigger.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/*
/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file: trigger.sv
* usage: Trigger unit
*
Expand Down
17 changes: 16 additions & 1 deletion src/tuart_rx.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/*
/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file: tuart_rx.sv
* usage: Tiny-UART receiver implementation for SUMP protocol
*
Expand Down
17 changes: 16 additions & 1 deletion src/tuart_tx.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/*
/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file: tuart_tx.sv
* usage: Tiny-UART transmitter implementation.
*
Expand Down
17 changes: 16 additions & 1 deletion tb/core/core_tb.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
/*
/* Copyright (C) 2021-2022 Meinhard Kissich
* Copyright (C) 2021-2022 Klaus Weinbauer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* file: core_tb.sv
* usage: Testbench for core.sv
*
Expand Down
Loading

0 comments on commit 2bfa263

Please sign in to comment.