You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update README
* updated readthedocs for VHDL
* updated many missed references to systemverilog exporter
* added note in quick start about hdl-src/ files
Compile SystemRDL into a VHDL control/status register (CSR) block. This is a VHDL port of the [SystemVerliog PeakRDL-regblock exporter](https://github.com/SystemRDL/PeakRDL-regblock).
7
+
Compile SystemRDL into a VHDL control/status register (CSR) block.
8
8
9
9
For the command line tool, see the [PeakRDL project](https://peakrdl.readthedocs.io).
10
10
11
11
## Documentation
12
-
See the [PeakRDL-regblock Documentation](http://peakrdl-regblock.readthedocs.io) for more details
12
+
See the [PeakRDL-regblock-vhdl Documentation](http://peakrdl-regblock-vhdl.readthedocs.io) for more details
13
13
14
14
## Relationship with PeakRDL-regblock
15
-
This is a direct port of the SystemVerilog regblock generator PeakRDL-regblock. Updates from the upstream regblock implementation are converted to VHDL and merged into this repository.
15
+
This is a direct VHDL translation of the SystemVerilog regblock generator [PeakRDL-regblock](https://github.com/SystemRDL/PeakRDL-regblock). Updates from the upstream regblock implementation are converted to VHDL and merged into this repository.
16
+
17
+
### Goals
18
+
19
+
- Maintain feature parity with the upstream SystemVerilog implementation.
20
+
- Keep the code structure as close as possible to upstream to allow merging future updates.
21
+
- Keep the unit tests as close as possible to upstream. In most cases they are unchanged.
22
+
- Tests are written in SystemVerilog and an auto-generated test adapter is used to instantiate the VHDL regblock under test.
16
23
17
24
### Versioning
18
25
19
-
Version numbers track those in the upstream repository, with an added segment. For example, the VHDL version 0.23.0.0 would indicate the first release matching the functionality of the upstream version 0.23.0. Version 0.23.0.1 would indicate a patch update unique to the VHDL port.
26
+
Version numbers track those in the upstream repository with an added segment. For example, the VHDL version 1.0.0.0 would indicate the first release matching the functionality of the upstream version 1.0.0. Version 1.0.0.1 would indicate a patch update unique to the VHDL port.
20
27
21
28
In some cases (such as git tags), a `+vhdl` metadata specifier is suffixed to help differentiate from the upstream versions.
22
29
23
30
### Issue Reporting
24
31
25
-
If you encounter an issue,
32
+
If you encounter an issue or want to suggest a feature,
26
33
1. Check if it is already reported in the upstream repository's [issue tracker](https://github.com/SystemRDL/PeakRDL-regblock/issues).
27
34
2. Report it in the upstream repository unless you are sure it's unique to the VHDL port. If you are unsure, report it here and it may be moved upstream if deemed appropriate.
28
35
3. The upstream fix will be merged into this VHDL port.
29
-
30
-
### Unit Tests
31
-
32
-
Unit tests are kept as close as possible to upstream. In most cases they are unchanged. They are written in SystemVerilog. An auto-generated test adapter is used to instantiate the VHDL regblock for test.
0 commit comments