rggen 0.35.2 → 0.36.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f55b0de8cdc07afb75a33c81302ceea8f19197f1ad29d3f911f6ac7b38a71e52
4
- data.tar.gz: fd2d192cbcea81ceb889588ede478b262c81b44e249850e59323285f759b7d5e
3
+ metadata.gz: 51ed7f56c7965e3cdf54f244cabd7422afa25c3ed7745b9de807a129d7a70cdd
4
+ data.tar.gz: 4943ac434f47aa87a2d49405797da4b3ef8120ec3d2d829e20eea1d7c868cdd9
5
5
  SHA512:
6
- metadata.gz: 7c6faef7ec59cf214612e5947732d45cce0cc248fa0240c37cea6e3709773e360635655d8d440d598f39eabbff6d2b1792b4bbf35ce97b8b4d107483aa67acab
7
- data.tar.gz: 50dec08808e5f97241274457422220a744b089ff02f309fc55ea36b3a37b83b4122fa0092a5d0d9fc676b3d5b8ea878262bd8659d066ef02153b1e5dc0ca8814
6
+ metadata.gz: c80d08fa362acd831fe926f22a97e4beab43c8c30baf173f22a8f4ff7cc886e7143dc764d87bd130ad33c0d291ca92ca36f57c3a1e321793c57e9786f046416e
7
+ data.tar.gz: 807e820ecf0d744735a45c74d9856876e18069e4c81670122ac827e02ddfe2a6ebc55acd70c75be6256689438c6816283ff6f7a1994cd2bf0e5d344b14701fae
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2019-2025 Taichi Ishitani
3
+ Copyright (c) 2019-2026 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,10 +1,14 @@
1
1
  ![RgGen](logo/rggen.png)
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/rggen.svg)](https://badge.fury.io/rb/rggen)
4
+ [![Docker Pulls](https://img.shields.io/docker/pulls/rggendev/rggen-docker?logo=docker)](https://hub.docker.com/r/rggendev/rggen-docker)
5
+ [![Homebrew Formula Downloads](https://img.shields.io/homebrew/installs/dy/rggen?logo=homebrew)](https://formulae.brew.sh/formula/rggen)
6
+
4
7
  [![CI](https://github.com/rggen/rggen/workflows/CI/badge.svg)](https://github.com/rggen/rggen/actions?query=workflow%3ACI)
5
8
  [![Maintainability](https://qlty.sh/badges/a82c7d7a-e35c-4425-8d7e-26b3d09f587a/maintainability.svg)](https://qlty.sh/gh/rggen/projects/rggen)
6
9
  [![codecov](https://codecov.io/gh/rggen/rggen/branch/master/graph/badge.svg)](https://codecov.io/gh/rggen/rggen)
7
- [![Gitter](https://badges.gitter.im/rggen/rggen.svg)](https://gitter.im/rggen/rggen?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
10
+ [![Discord](https://img.shields.io/discord/1406572699467124806?style=flat&logo=discord)](https://discord.com/invite/KWya83ZZxr)
11
+ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/rggen/rggen)
8
12
 
9
13
  [![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/A0A231E3I)
10
14
 
@@ -46,9 +50,9 @@ RgGen has following features:
46
50
 
47
51
  ### Ruby
48
52
 
49
- RgGen is written in the [Ruby](https://www.ruby-lang.org/en/about/) programing language and its required version is 3.1 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/documentation/installation/).
53
+ RgGen is written in the [Ruby](https://www.ruby-lang.org/en/about/) programing language and its required version is 3.2 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/documentation/installation/).
50
54
 
51
- ### Installatin Command
55
+ ### Installation Command
52
56
 
53
57
  RgGen depends on following sub components and other Ruby libraries.
54
58
 
@@ -96,6 +100,16 @@ $ docker run -ti --rm -v ${PWD}:/work --user $(id -u):$(id -g) rggendev/rggen-do
96
100
 
97
101
  See the [rggen-docker repository](https://github.com/rggen/rggen-docker) for further details.
98
102
 
103
+ ### Homebrew Installation
104
+
105
+ On macOS or Linux, if [Homebrew](https://brew.sh) is installed, you can install RgGen with this command:
106
+
107
+ ```
108
+ brew install rggen
109
+ ```
110
+
111
+ This will automatically install Ruby if needed, and will provide RgGen itself as well as the [VHDL](https://github.com/rggen/rggen-vhdl), [Verilog](https://github.com/rggen/rggen-verilog), and [Veryl](https://github.com/rggen/rggen-very) plugins.
112
+
99
113
  ## Usage
100
114
 
101
115
  See [Wiki documents](https://github.com/rggen/rggen/wiki).
@@ -112,7 +126,7 @@ Following EDA tools can accept the generated source files.
112
126
  * Simulation tools
113
127
  * Synopsys VCS
114
128
  * Cadence Xcelium
115
- * Metrics DSim
129
+ * Altair DSim
116
130
  * AMD Vivado Simulator
117
131
  * Verilator
118
132
  * Need `-Wno-unoptflat` switch for Verilog RTL
@@ -120,7 +134,7 @@ Following EDA tools can accept the generated source files.
120
134
  * Verilog RTL only
121
135
  * Synthesis tools
122
136
  * Synopsys Design Compiler
123
- * Intel Quartus
137
+ * Altera Quartus
124
138
  * AMD Vivado
125
139
  * [Yosys](http://www.clifford.at/yosys/)
126
140
  * Verilog RTL
@@ -193,7 +207,7 @@ Feedbacks, bug reports, questions and etc. are wellcome! You can post them by us
193
207
 
194
208
  * [GitHub Issue Tracker](https://github.com/rggen/rggen/issues)
195
209
  * [GitHub Discussions](https://github.com/rggen/rggen/discussions)
196
- * [Chat Room](https://gitter.im/rggen/rggen)
210
+ * [Discord](https://discord.com/invite/KWya83ZZxr)
197
211
  * [Mailing List](https://groups.google.com/d/forum/rggen)
198
212
  * [Mail](mailto:rggen@googlegroups.com)
199
213
 
@@ -212,7 +226,7 @@ Feedbacks, bug reports, questions and etc. are wellcome! You can post them by us
212
226
 
213
227
  ## Copyright & License
214
228
 
215
- Copyright © 2019-2025 Taichi Ishitani. RgGen is licensed under the [MIT License](https://opensource.org/licenses/MIT), see [LICENSE](LICENSE) for futher detils.
229
+ Copyright © 2019-2026 Taichi Ishitani. RgGen is licensed under the [MIT License](https://opensource.org/licenses/MIT), see [LICENSE](LICENSE) for futher detils.
216
230
 
217
231
  ## Code of Conduct
218
232
 
data/lib/rggen/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RgGen
4
- VERSION = '0.35.2'
4
+ VERSION = '0.36.1'
5
5
  end
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rggen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.2
4
+ version: 0.36.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taichi Ishitani
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-07-21 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rggen-c-header
@@ -15,84 +15,84 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: 0.6.0
18
+ version: 0.7.0
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: 0.6.0
25
+ version: 0.7.0
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: rggen-core
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
30
  - - "~>"
31
31
  - !ruby/object:Gem::Version
32
- version: 0.35.1
32
+ version: 0.36.1
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: 0.35.1
39
+ version: 0.36.1
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: rggen-default-register-map
42
42
  requirement: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: 0.35.1
46
+ version: 0.36.1
47
47
  type: :runtime
48
48
  prerelease: false
49
49
  version_requirements: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: 0.35.1
53
+ version: 0.36.1
54
54
  - !ruby/object:Gem::Dependency
55
55
  name: rggen-markdown
56
56
  requirement: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: 0.27.0
60
+ version: 0.28.0
61
61
  type: :runtime
62
62
  prerelease: false
63
63
  version_requirements: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: 0.27.0
67
+ version: 0.28.0
68
68
  - !ruby/object:Gem::Dependency
69
69
  name: rggen-spreadsheet-loader
70
70
  requirement: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
- version: 0.26.0
74
+ version: 0.27.0
75
75
  type: :runtime
76
76
  prerelease: false
77
77
  version_requirements: !ruby/object:Gem::Requirement
78
78
  requirements:
79
79
  - - "~>"
80
80
  - !ruby/object:Gem::Version
81
- version: 0.26.0
81
+ version: 0.27.0
82
82
  - !ruby/object:Gem::Dependency
83
83
  name: rggen-systemverilog
84
84
  requirement: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - "~>"
87
87
  - !ruby/object:Gem::Version
88
- version: 0.35.1
88
+ version: 0.36.0
89
89
  type: :runtime
90
90
  prerelease: false
91
91
  version_requirements: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - "~>"
94
94
  - !ruby/object:Gem::Version
95
- version: 0.35.1
95
+ version: 0.36.0
96
96
  description: |
97
97
  RgGen is a code generation tool for ASIC/IP/FPGA/RTL engineers.
98
98
  It will automatically generate source code related to control and status registers (CSR),
@@ -111,6 +111,7 @@ files:
111
111
  - lib/rggen/default.rb
112
112
  - lib/rggen/version.rb
113
113
  - logo/rggen.png
114
+ - logo/rggen_vertical_logo.png
114
115
  homepage: https://github.com/rggen/rggen
115
116
  licenses:
116
117
  - MIT
@@ -127,14 +128,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
127
128
  requirements:
128
129
  - - ">="
129
130
  - !ruby/object:Gem::Version
130
- version: '3.1'
131
+ version: '3.2'
131
132
  required_rubygems_version: !ruby/object:Gem::Requirement
132
133
  requirements:
133
134
  - - ">="
134
135
  - !ruby/object:Gem::Version
135
136
  version: '0'
136
137
  requirements: []
137
- rubygems_version: 3.6.2
138
+ rubygems_version: 4.0.3
138
139
  specification_version: 4
139
140
  summary: Code generation tool for control and status registers
140
141
  test_files: []