rggen 0.26.0 → 0.26.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 +4 -4
- data/README.md +12 -9
- data/lib/rggen/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6185f8612cebd632d1ba9dfdf175070ef14137852b16cbb3ab9ea285a200df75
|
|
4
|
+
data.tar.gz: a85e698497ba8d8b3c9e67929542871db7b967a1813b8de0466ecdcfc2c233f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77ff09547cf2f76d9d953ed0364f9d3682ee5b7e3605110191f22a77778e8936d5e54b73f80f92be97edd9d08eea23b148aa6d6866d060fe3b8f17c6b6a5f20c
|
|
7
|
+
data.tar.gz: a363140e1bb20352b053b2c4f9bbb1aa08e5e9fb65c7378aa8687aac7d388ca6c791e47080b9c67bee3a58b56c98862dc8ef8c83a16d0acbd71348e59f948611
|
data/README.md
CHANGED
|
@@ -11,17 +11,22 @@
|
|
|
11
11
|
|
|
12
12
|
# RgGen
|
|
13
13
|
|
|
14
|
-
RgGen is a code generation tool for ASIC/IP/FPGA/RTL engineers. It will automatically generate soruce code related to configuration and status registers (CSR), e.g. SytemVerilog RTL, UVM register model (UVM RAL), Wiki documents, from human readable register map specifications.
|
|
14
|
+
RgGen is a code generation tool for ASIC/IP/FPGA/RTL engineers. It will automatically generate soruce code related to configuration and status registers (CSR), e.g. SytemVerilog RTL, UVM register model (UVM RAL/uvm_reg), Wiki documents, from human readable register map specifications.
|
|
15
15
|
|
|
16
16
|
RgGen has following features:
|
|
17
17
|
|
|
18
18
|
* Generate source files related to CSR from register map specifications
|
|
19
|
-
*
|
|
20
|
-
|
|
21
|
-
*
|
|
22
|
-
|
|
23
|
-
*
|
|
24
|
-
|
|
19
|
+
* RTL module
|
|
20
|
+
* SystemVerilog
|
|
21
|
+
* Verilog
|
|
22
|
+
* Need [rggen-verilog](https://github.com/rggen/rggen-verilog) plugin
|
|
23
|
+
* VHDL
|
|
24
|
+
* Need [rggen-vhdl](https://github.com/rggen/rggen-vhdl) plugin
|
|
25
|
+
* Supports standard bus protocols
|
|
26
|
+
* AMBA APB
|
|
27
|
+
* AMBA AXI4-Lite
|
|
28
|
+
* Wishbone
|
|
29
|
+
* UVM register model (UVM RAL/uvm_reg)
|
|
25
30
|
* Register map documents written in Markdown
|
|
26
31
|
* Register map specifications can be written in human readable format
|
|
27
32
|
* Ruby with APIs to describe register map information
|
|
@@ -92,8 +97,6 @@ Following EDA tools can accept the generated source files.
|
|
|
92
97
|
* Synopsys VCS
|
|
93
98
|
* Cadence Xcelium
|
|
94
99
|
* Xilinx Vivado Simulator
|
|
95
|
-
* Confirmed RTL only
|
|
96
|
-
* Not sure if UVM register models are accepted
|
|
97
100
|
* Verilator
|
|
98
101
|
* Need `-Wno-fatal` switch
|
|
99
102
|
* Icarus Verilog
|
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.26.
|
|
4
|
+
version: 0.26.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Taichi Ishitani
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-06-07 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.26.
|
|
75
|
+
version: 0.26.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.26.
|
|
82
|
+
version: 0.26.1
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: bundler
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|