Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
827 changes: 159 additions & 668 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/layout.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
* and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
* and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.
*/

/* Base layout */
Expand Down
2 changes: 1 addition & 1 deletion docs/css/theme.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
* and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
* and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.
*/

/* ------------------------------ Color Scheme ------------------------------ */
Expand Down
2 changes: 1 addition & 1 deletion docs/js/address_search.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

class AddressSearch {
static start(query){
Expand Down
2 changes: 1 addition & 1 deletion docs/js/content_search.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

class ContentSearch {
static #MAX_RESULTS = 25;
Expand Down
2 changes: 1 addition & 1 deletion docs/js/field_testers.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

// registry of register values by address string in hex
var RegValueRegistery = {};
Expand Down
2 changes: 1 addition & 1 deletion docs/js/index_edit.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

var IndexEditState = {};
IndexEditState.active = false;
Expand Down
2 changes: 1 addition & 1 deletion docs/js/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

var CurrentID;

Expand Down
2 changes: 1 addition & 1 deletion docs/js/nav.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

async function load_page(id) {
var awaitable = fetch_page_content(id);
Expand Down
2 changes: 1 addition & 1 deletion docs/js/path_search.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

class PathSearch {
static #MAX_RESULTS = 100;
Expand Down
2 changes: 1 addition & 1 deletion docs/js/ral.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

class RAL {
static #ral_data_files = new Array(N_RAL_FILES).fill(null);
Expand Down
2 changes: 1 addition & 1 deletion docs/js/search.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

var SearchState = {};
SearchState.active = false;
Expand Down
2 changes: 1 addition & 1 deletion docs/js/sidebar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

class Sidebar {
static #selected_node_id = null;
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ authors = [
]
description = "HTML documentation generator for SystemRDL-based register models"
readme = "README.md"
license = {text = "GPLv3"}
license = {text = "LGPLv3"}
keywords = [
"SystemRDL", "PeakRDL", "CSR", "compiler", "tool", "registers", "generator",
"HTML", "documentation",
Expand All @@ -30,7 +30,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
"Topic :: Software Development :: Documentation",
Expand Down
2 changes: 1 addition & 1 deletion src/peakrdl_html/static/css/layout.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
* and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
* and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.
*/

/* Base layout */
Expand Down
2 changes: 1 addition & 1 deletion src/peakrdl_html/static/css/theme.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
* and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
* and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.
*/

/* ------------------------------ Color Scheme ------------------------------ */
Expand Down
2 changes: 1 addition & 1 deletion src/peakrdl_html/static/js/address_search.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

class AddressSearch {
static start(query){
Expand Down
2 changes: 1 addition & 1 deletion src/peakrdl_html/static/js/content_search.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

class ContentSearch {
static #MAX_RESULTS = 25;
Expand Down
2 changes: 1 addition & 1 deletion src/peakrdl_html/static/js/field_testers.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

// registry of register values by address string in hex
var RegValueRegistery = {};
Expand Down
2 changes: 1 addition & 1 deletion src/peakrdl_html/static/js/index_edit.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

var IndexEditState = {};
IndexEditState.active = false;
Expand Down
2 changes: 1 addition & 1 deletion src/peakrdl_html/static/js/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

var CurrentID;

Expand Down
2 changes: 1 addition & 1 deletion src/peakrdl_html/static/js/nav.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

async function load_page(id) {
var awaitable = fetch_page_content(id);
Expand Down
2 changes: 1 addition & 1 deletion src/peakrdl_html/static/js/path_search.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

class PathSearch {
static #MAX_RESULTS = 100;
Expand Down
2 changes: 1 addition & 1 deletion src/peakrdl_html/static/js/ral.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

class RAL {
static #ral_data_files = new Array(N_RAL_FILES).fill(null);
Expand Down
2 changes: 1 addition & 1 deletion src/peakrdl_html/static/js/search.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

var SearchState = {};
SearchState.active = false;
Expand Down
2 changes: 1 addition & 1 deletion src/peakrdl_html/static/js/sidebar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of PeakRDL-html <https://github.com/SystemRDL/PeakRDL-html>.
// and can be redistributed under the terms of GNU GPL v3 <https://www.gnu.org/licenses/>.
// and can be redistributed under the terms of GNU LGPLv3 <https://www.gnu.org/licenses/>.

class Sidebar {
static #selected_node_id = null;
Expand Down