rggen 0.25.1 → 0.25.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 147c36b9a7ceb0524adf5645ea90506daaf41b8255f4b4f49edfa5f9153033ca
4
- data.tar.gz: c58afb983c9b6e8524ef68c391eb06038bdc37c9f8838e38e4a101ee1275008b
3
+ metadata.gz: d8b877a8a74325abe8615eb98759f7b23c524370803e77e548c7c8ab7247172a
4
+ data.tar.gz: '0719316a6cd12cb612358f742ae54ff22f3e879ee87d97bf7921f36c9c5fce5e'
5
5
  SHA512:
6
- metadata.gz: 14a7ecbac475586af147de21e07cc5decbf1518e2f153e6d7e0718a15b1ecf4a108eba9fcd21b6fcdedc528b361d8f3e02d12a1fb8b4a45de3e1e3f3678b8210
7
- data.tar.gz: 23ceba9ff7a579e5ef7d06acf89b3f00d38af3f6a59c32ef535a9a797f608ce9bbfb62b3843112e2b919a3a6d21f670a214fdebf718ade6a2f27215461f89cef
6
+ metadata.gz: b4da898a77d0eb5e7badef9e07161e5c2b7502bc3fcad19cf5f20acf3c257019b7a27c2b796c98b1135a1234d1f8e113765a3dc6b8cac09b882c883a37b43d0e
7
+ data.tar.gz: b93b2a570b9e93439efc78e9f193baf151652be81fbd45694c66a77946a2196f5ba5a22dd231b3b6122d6f64a5b9d01a1885eb9bf411076ff00949de3a9aedca
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
@@ -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. See [this page](https://github.com/rggen/rggen/wiki/Resolve-Confliction-of-Installed-Executable)
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.
@@ -145,6 +155,7 @@ Feedbacks, bug reports, questions and etc. are wellcome! You can post them by us
145
155
  * https://github.com/rggen/rggen-spreadsheet-loader
146
156
  * https://github.com/rggen/rggen-duh
147
157
  * https://github.com/rggen/rggen-verilog
158
+ * https://github.com/rggen/rggen-vhdl
148
159
 
149
160
  ## Copyright & License
150
161
 
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.25.1'
4
+ VERSION = '0.25.2'
5
5
  end
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.25.1
4
+ version: 0.25.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taichi Ishitani
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-02 00:00:00.000000000 Z
11
+ date: 2021-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rggen-core
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 0.25.0
75
+ version: 0.25.1
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.25.0
82
+ version: 0.25.1
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: bundler
85
85
  requirement: !ruby/object:Gem::Requirement
@@ -111,6 +111,7 @@ 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