regblock -> busdecoder
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -7,7 +7,7 @@ assignees: ''
|
||||
|
||||
---
|
||||
|
||||
- [ ] I have reviewed this project's [contribution guidelines](https://github.com/SystemRDL/PeakRDL-regblock/blob/main/CONTRIBUTING.md)
|
||||
- [ ] I have reviewed this project's [contribution guidelines](https://github.com/SystemRDL/PeakRDL-busdecoder/blob/main/CONTRIBUTING.md)
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -7,7 +7,7 @@ assignees: ''
|
||||
|
||||
---
|
||||
|
||||
- [ ] I have reviewed this project's [contribution guidelines](https://github.com/SystemRDL/PeakRDL-regblock/blob/main/CONTRIBUTING.md)
|
||||
- [ ] I have reviewed this project's [contribution guidelines](https://github.com/SystemRDL/PeakRDL-busdecoder/blob/main/CONTRIBUTING.md)
|
||||
|
||||
**Describe the problem/limitation you think should be addressed**
|
||||
A clear and concise description of what the problem is.
|
||||
|
||||
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@@ -6,6 +6,6 @@ this change.
|
||||
|
||||
# Checklist
|
||||
|
||||
- [ ] I have reviewed this project's [contribution guidelines](https://github.com/SystemRDL/PeakRDL-regblock/blob/main/CONTRIBUTING.md)
|
||||
- [ ] I have reviewed this project's [contribution guidelines](https://github.com/SystemRDL/PeakRDL-busdecoder/blob/main/CONTRIBUTING.md)
|
||||
- [ ] This change has been tested and does not break any of the existing unit tests. (if unable to run the tests, let us know)
|
||||
- [ ] If this change adds new features, I have added new unit tests that cover them.
|
||||
|
||||
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
- name: Test
|
||||
run: |
|
||||
cd tests
|
||||
pytest --cov=peakrdl_regblock --synth-tool skip --sim-tool stub
|
||||
pytest --cov=peakrdl_busdecoder --synth-tool skip --sim-tool stub
|
||||
|
||||
- name: Coveralls
|
||||
env:
|
||||
@@ -103,7 +103,7 @@ jobs:
|
||||
|
||||
- name: Run Lint
|
||||
run: |
|
||||
pylint --rcfile tests/pylint.rc peakrdl_regblock
|
||||
pylint --rcfile tests/pylint.rc peakrdl_busdecoder
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
mypy:
|
||||
@@ -125,7 +125,7 @@ jobs:
|
||||
|
||||
- name: Type Check
|
||||
run: |
|
||||
mypy --config-file tests/mypy.ini src/peakrdl_regblock
|
||||
mypy --config-file tests/mypy.ini src/peakrdl_busdecoder
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user