rggen 0.25.4 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CONTRIBUTING.md +2 -2
- data/LICENSE +1 -1
- data/README.md +7 -3
- data/lib/rggen/version.rb +1 -1
- metadata +15 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 445b048134a674c3394d95f1dfb7bdf730538b5c67e726c6dbe88542d8d1f01d
|
|
4
|
+
data.tar.gz: eaad9788b4ab55e791bdd1a4190f4d34e5686d1c783f0cae4091dd8c42717fe2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b1f1049ed0781844dbc10ea1ea571257e06840296e84b394bc321f41e016346e774c1182397f8e0966397a5fb7c7c2dd2bb381806bd2dc30ffa20c5d87aeb07
|
|
7
|
+
data.tar.gz: dd5cc1c591e6d02e8442ae20db00454736159f1940db3abe8f8e3d73184cb85e416b753d27393ccf0ebd181b0284723702c38f71c88caac2a899abaecf7dc706
|
data/CONTRIBUTING.md
CHANGED
|
@@ -49,12 +49,12 @@ to fix the bug which you found or implement enhancements which you want.
|
|
|
49
49
|
|
|
50
50
|
1. Create a working directory
|
|
51
51
|
2. Clone your forked version of the repositories to the working directory
|
|
52
|
-
3. Clone
|
|
52
|
+
3. Clone following repositories for development tools to the working directory
|
|
53
53
|
* https://github.com/rggen/rggen-devtools
|
|
54
54
|
* https://github.com/rggen/rggen-checkout
|
|
55
55
|
4. Clone other RgGen's repositories
|
|
56
56
|
* Invoke commnad below on to the working directory
|
|
57
|
-
* `./rggen-devtools/bin/checkout --list ./rggen-checkout/all.yml --dir .`
|
|
57
|
+
* `./rggen-devtools/bin/checkout.rb --list ./rggen-checkout/all.yml --dir .`
|
|
58
58
|
|
|
59
59
|
```
|
|
60
60
|
$ mkdir work
|
data/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2019-
|
|
3
|
+
Copyright (c) 2019-2022 Taichi Ishitani
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
data/README.md
CHANGED
|
@@ -31,14 +31,14 @@ RgGen has following features:
|
|
|
31
31
|
* Spreadsheet (XLSX, XLS, OSD, CSV)
|
|
32
32
|
* [SiFive DUH](https://github.com/sifive/duh)
|
|
33
33
|
* Need [rggen-duh](https://github.com/rggen/rggen-duh) plugin
|
|
34
|
-
*
|
|
34
|
+
* Customize RgGen for you environment
|
|
35
35
|
* E.g. add special bit field types
|
|
36
36
|
|
|
37
37
|
## Installation
|
|
38
38
|
|
|
39
39
|
### Ruby
|
|
40
40
|
|
|
41
|
-
RgGen is written in the [Ruby](https://www.ruby-lang.org/en/about/) programing language and its required version is 2.
|
|
41
|
+
RgGen is written in the [Ruby](https://www.ruby-lang.org/en/about/) programing language and its required version is 2.6 or later. You need to install any of these versions of Ruby before installing RgGen tool. To install Ruby, see [this page](https://www.ruby-lang.org/en/downloads/).
|
|
42
42
|
|
|
43
43
|
### Installatin Command
|
|
44
44
|
|
|
@@ -96,10 +96,14 @@ Following EDA tools can accept the generated source files.
|
|
|
96
96
|
* Not sure if UVM register models are accepted
|
|
97
97
|
* Verilator
|
|
98
98
|
* Need `-Wno-fatal` switch
|
|
99
|
+
* Icarus Verilog
|
|
100
|
+
* Verilog RTL only
|
|
99
101
|
* Synthesis tools
|
|
100
102
|
* Synopsys Design Compiler
|
|
101
103
|
* Intel Quartus
|
|
102
104
|
* Xilinx Vivado
|
|
105
|
+
* [Yosys](http://www.clifford.at/yosys/)
|
|
106
|
+
* Verilog RTL
|
|
103
107
|
|
|
104
108
|
## Example
|
|
105
109
|
|
|
@@ -159,7 +163,7 @@ Feedbacks, bug reports, questions and etc. are wellcome! You can post them by us
|
|
|
159
163
|
|
|
160
164
|
## Copyright & License
|
|
161
165
|
|
|
162
|
-
Copyright © 2019-
|
|
166
|
+
Copyright © 2019-2022 Taichi Ishitani. RgGen is licensed under the [MIT License](https://opensource.org/licenses/MIT), see [LICENSE](LICENSE) for futher detils.
|
|
163
167
|
|
|
164
168
|
## Code of Conduct
|
|
165
169
|
|
data/lib/rggen/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rggen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.26.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Taichi Ishitani
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-03-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rggen-core
|
|
@@ -16,70 +16,70 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.26.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.
|
|
26
|
+
version: 0.26.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rggen-default-register-map
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.
|
|
33
|
+
version: 0.26.0
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.
|
|
40
|
+
version: 0.26.0
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rggen-markdown
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.
|
|
47
|
+
version: 0.22.0
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.
|
|
54
|
+
version: 0.22.0
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: rggen-spreadsheet-loader
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.
|
|
61
|
+
version: 0.21.0
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 0.
|
|
68
|
+
version: 0.21.0
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: rggen-systemverilog
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 0.
|
|
75
|
+
version: 0.26.0
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 0.
|
|
82
|
+
version: 0.26.0
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: bundler
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -118,6 +118,7 @@ licenses:
|
|
|
118
118
|
metadata:
|
|
119
119
|
bug_tracker_uri: https://github.com/rggen/rggen/issues
|
|
120
120
|
mailing_list_uri: https://groups.google.com/d/forum/rggen
|
|
121
|
+
rubygems_mfa_required: 'true'
|
|
121
122
|
source_code_uri: https://github.com/rggen/rggen
|
|
122
123
|
wiki_uri: https://github.com/rggen/rggen/wiki
|
|
123
124
|
post_install_message:
|
|
@@ -128,14 +129,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
128
129
|
requirements:
|
|
129
130
|
- - ">="
|
|
130
131
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: '2.
|
|
132
|
+
version: '2.6'
|
|
132
133
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
133
134
|
requirements:
|
|
134
135
|
- - ">="
|
|
135
136
|
- !ruby/object:Gem::Version
|
|
136
137
|
version: '0'
|
|
137
138
|
requirements: []
|
|
138
|
-
rubygems_version: 3.
|
|
139
|
+
rubygems_version: 3.3.3
|
|
139
140
|
signing_key:
|
|
140
141
|
specification_version: 4
|
|
141
142
|
summary: Code generation tool for configuration and status registers
|