rggen 0.35.2 → 0.36.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f55b0de8cdc07afb75a33c81302ceea8f19197f1ad29d3f911f6ac7b38a71e52
4
- data.tar.gz: fd2d192cbcea81ceb889588ede478b262c81b44e249850e59323285f759b7d5e
3
+ metadata.gz: 576d3ac4d1f0eb2c1fc096473a1904d7945a1e7045ff4e798904e1575312e400
4
+ data.tar.gz: ef90d6e367a78b923c8aa5adb8888c6c15fd4d347df91ba82ab82f99f8b5400f
5
5
  SHA512:
6
- metadata.gz: 7c6faef7ec59cf214612e5947732d45cce0cc248fa0240c37cea6e3709773e360635655d8d440d598f39eabbff6d2b1792b4bbf35ce97b8b4d107483aa67acab
7
- data.tar.gz: 50dec08808e5f97241274457422220a744b089ff02f309fc55ea36b3a37b83b4122fa0092a5d0d9fc676b3d5b8ea878262bd8659d066ef02153b1e5dc0ca8814
6
+ metadata.gz: 67ae18c9d214a49dc36837fb408718098aa90ebf806a29fbe8fee2745ffc2cf034a85b0a576dca9088353ef880ff7aea07990fceb82c403677b1725c379e9bee
7
+ data.tar.gz: fba77000ea9e585c4e37433430ffde6bfe6a1c79f000cbe7c01e118fe7b8787fe752aa432429f78c2381ddbddee29e8c845c071ae59876c4dfc6b81f9f3a5211
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,13 @@
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)
8
11
 
9
12
  [![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/A0A231E3I)
10
13
 
@@ -48,7 +51,7 @@ RgGen has following features:
48
51
 
49
52
  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/).
50
53
 
51
- ### Installatin Command
54
+ ### Installation Command
52
55
 
53
56
  RgGen depends on following sub components and other Ruby libraries.
54
57
 
@@ -96,6 +99,16 @@ $ docker run -ti --rm -v ${PWD}:/work --user $(id -u):$(id -g) rggendev/rggen-do
96
99
 
97
100
  See the [rggen-docker repository](https://github.com/rggen/rggen-docker) for further details.
98
101
 
102
+ ### Homebrew Installation
103
+
104
+ On macOS or Linux, if [Homebrew](https://brew.sh) is installed, you can install RgGen with this command:
105
+
106
+ ```
107
+ brew install rggen
108
+ ```
109
+
110
+ 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.
111
+
99
112
  ## Usage
100
113
 
101
114
  See [Wiki documents](https://github.com/rggen/rggen/wiki).
@@ -112,7 +125,7 @@ Following EDA tools can accept the generated source files.
112
125
  * Simulation tools
113
126
  * Synopsys VCS
114
127
  * Cadence Xcelium
115
- * Metrics DSim
128
+ * Altair DSim
116
129
  * AMD Vivado Simulator
117
130
  * Verilator
118
131
  * Need `-Wno-unoptflat` switch for Verilog RTL
@@ -120,7 +133,7 @@ Following EDA tools can accept the generated source files.
120
133
  * Verilog RTL only
121
134
  * Synthesis tools
122
135
  * Synopsys Design Compiler
123
- * Intel Quartus
136
+ * Altera Quartus
124
137
  * AMD Vivado
125
138
  * [Yosys](http://www.clifford.at/yosys/)
126
139
  * Verilog RTL
@@ -193,7 +206,7 @@ Feedbacks, bug reports, questions and etc. are wellcome! You can post them by us
193
206
 
194
207
  * [GitHub Issue Tracker](https://github.com/rggen/rggen/issues)
195
208
  * [GitHub Discussions](https://github.com/rggen/rggen/discussions)
196
- * [Chat Room](https://gitter.im/rggen/rggen)
209
+ * [Discord](https://discord.com/invite/KWya83ZZxr)
197
210
  * [Mailing List](https://groups.google.com/d/forum/rggen)
198
211
  * [Mail](mailto:rggen@googlegroups.com)
199
212
 
@@ -212,7 +225,7 @@ Feedbacks, bug reports, questions and etc. are wellcome! You can post them by us
212
225
 
213
226
  ## Copyright & License
214
227
 
215
- Copyright © 2019-2025 Taichi Ishitani. RgGen is licensed under the [MIT License](https://opensource.org/licenses/MIT), see [LICENSE](LICENSE) for futher detils.
228
+ Copyright © 2019-2026 Taichi Ishitani. RgGen is licensed under the [MIT License](https://opensource.org/licenses/MIT), see [LICENSE](LICENSE) for futher detils.
216
229
 
217
230
  ## Code of Conduct
218
231
 
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.0'
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.0
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.0
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.0
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.0
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.0
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: []