rggen 0.25.1 → 0.26.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CONTRIBUTING.md +2 -2
- data/LICENSE +1 -1
- data/README.md +19 -4
- data/lib/rggen/version.rb +1 -1
- data/logo/rggen.png +0 -0
- metadata +16 -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
@@ -1,3 +1,5 @@
|
|
1
|
+
![RgGen](logo/rggen.png)
|
2
|
+
|
1
3
|
[![Gem Version](https://badge.fury.io/rb/rggen.svg)](https://badge.fury.io/rb/rggen)
|
2
4
|
[![CI](https://github.com/rggen/rggen/workflows/CI/badge.svg)](https://github.com/rggen/rggen/actions?query=workflow%3ACI)
|
3
5
|
[![Maintainability](https://api.codeclimate.com/v1/badges/5ee2248300ec0517e597/maintainability)](https://codeclimate.com/github/rggen/rggen/maintainability)
|
@@ -17,6 +19,8 @@ RgGen has following features:
|
|
17
19
|
* SystemVerilog RTL
|
18
20
|
* Verilog RTL
|
19
21
|
* Need [rggen-verilog](https://github.com/rggen/rggen-verilog) plugin
|
22
|
+
* VHDL RTL
|
23
|
+
* Need [rggen-vhdl](https://github.com/rggen/rggen-vhdl) plugin
|
20
24
|
* UVM register model (UVM RAL)
|
21
25
|
* Register map documents written in Markdown
|
22
26
|
* Register map specifications can be written in human readable format
|
@@ -27,14 +31,14 @@ RgGen has following features:
|
|
27
31
|
* Spreadsheet (XLSX, XLS, OSD, CSV)
|
28
32
|
* [SiFive DUH](https://github.com/sifive/duh)
|
29
33
|
* Need [rggen-duh](https://github.com/rggen/rggen-duh) plugin
|
30
|
-
*
|
34
|
+
* Customize RgGen for you environment
|
31
35
|
* E.g. add special bit field types
|
32
36
|
|
33
37
|
## Installation
|
34
38
|
|
35
39
|
### Ruby
|
36
40
|
|
37
|
-
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/).
|
38
42
|
|
39
43
|
### Installatin Command
|
40
44
|
|
@@ -68,12 +72,18 @@ ERROR: Error installing rggen:
|
|
68
72
|
"rggen" from rggen-core conflicts with installed executable from rggen
|
69
73
|
```
|
70
74
|
|
71
|
-
To resolve the above error, there are three solutions.
|
75
|
+
To resolve the above error, there are three solutions.
|
76
|
+
See [this page](https://github.com/rggen/rggen/wiki/Resolve-Confliction-of-Installed-Executable)
|
72
77
|
|
73
78
|
## Usage
|
74
79
|
|
75
80
|
See [Wiki documents](https://github.com/rggen/rggen/wiki).
|
76
81
|
|
82
|
+
## Plugin
|
83
|
+
|
84
|
+
RgGen has `plugin` feature to allow your cusomization.
|
85
|
+
See [this Wiki document](https://github.com/rggen/rggen/wiki/Create-Your-Own-Plugin) for futher detals.
|
86
|
+
|
77
87
|
## Supported Tools
|
78
88
|
|
79
89
|
Following EDA tools can accept the generated source files.
|
@@ -86,10 +96,14 @@ Following EDA tools can accept the generated source files.
|
|
86
96
|
* Not sure if UVM register models are accepted
|
87
97
|
* Verilator
|
88
98
|
* Need `-Wno-fatal` switch
|
99
|
+
* Icarus Verilog
|
100
|
+
* Verilog RTL only
|
89
101
|
* Synthesis tools
|
90
102
|
* Synopsys Design Compiler
|
91
103
|
* Intel Quartus
|
92
104
|
* Xilinx Vivado
|
105
|
+
* [Yosys](http://www.clifford.at/yosys/)
|
106
|
+
* Verilog RTL
|
93
107
|
|
94
108
|
## Example
|
95
109
|
|
@@ -145,10 +159,11 @@ Feedbacks, bug reports, questions and etc. are wellcome! You can post them by us
|
|
145
159
|
* https://github.com/rggen/rggen-spreadsheet-loader
|
146
160
|
* https://github.com/rggen/rggen-duh
|
147
161
|
* https://github.com/rggen/rggen-verilog
|
162
|
+
* https://github.com/rggen/rggen-vhdl
|
148
163
|
|
149
164
|
## Copyright & License
|
150
165
|
|
151
|
-
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.
|
152
167
|
|
153
168
|
## Code of Conduct
|
154
169
|
|
data/lib/rggen/version.rb
CHANGED
data/logo/rggen.png
ADDED
Binary file
|
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
|
@@ -111,12 +111,14 @@ files:
|
|
111
111
|
- lib/rggen.rb
|
112
112
|
- lib/rggen/setup.rb
|
113
113
|
- lib/rggen/version.rb
|
114
|
+
- logo/rggen.png
|
114
115
|
homepage: https://github.com/rggen/rggen
|
115
116
|
licenses:
|
116
117
|
- MIT
|
117
118
|
metadata:
|
118
119
|
bug_tracker_uri: https://github.com/rggen/rggen/issues
|
119
120
|
mailing_list_uri: https://groups.google.com/d/forum/rggen
|
121
|
+
rubygems_mfa_required: 'true'
|
120
122
|
source_code_uri: https://github.com/rggen/rggen
|
121
123
|
wiki_uri: https://github.com/rggen/rggen/wiki
|
122
124
|
post_install_message:
|
@@ -127,14 +129,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
127
129
|
requirements:
|
128
130
|
- - ">="
|
129
131
|
- !ruby/object:Gem::Version
|
130
|
-
version: '2.
|
132
|
+
version: '2.6'
|
131
133
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
132
134
|
requirements:
|
133
135
|
- - ">="
|
134
136
|
- !ruby/object:Gem::Version
|
135
137
|
version: '0'
|
136
138
|
requirements: []
|
137
|
-
rubygems_version: 3.
|
139
|
+
rubygems_version: 3.3.3
|
138
140
|
signing_key:
|
139
141
|
specification_version: 4
|
140
142
|
summary: Code generation tool for configuration and status registers
|