AXI4/AXI4-Lite multiplexers and demultiplexers#42
Merged
Conversation
Merged
This was
linked to
issues
Jun 16, 2026
Paebbels
requested changes
Jun 16, 2026
Paebbels
left a comment
Member
There was a problem hiding this comment.
254/633 files have been reviewed.
Paebbels
requested changes
Jun 16, 2026
Paebbels
left a comment
Member
There was a problem hiding this comment.
254/633 files have been reviewed.
Paebbels
requested changes
Jun 17, 2026
* Add AXI components * Add more test cases Co-Authored-By: Patrick Lehmann <Paebbels@gmail.com> Co-Authored-By: Adrian Weiland <adrian.weiland@plc2.de> Co-Authored-By: Iqbal Asif <asif.iqbal@plc2.de>
…ne overload * disable axi4lite_OCRAM test bench for GHDL because llvm can not handle external names
Co-authored-by: Patrick Lehmann <Paebbels@gmail.com>
Co-authored-by: Patrick Lehmann <Paebbels@gmail.com>
Co-authored-by: Patrick Lehmann <Paebbels@gmail.com> (cherry picked from commit d543af4) # Conflicts: # docs/IPCores/cache/index.rst
stefanunrein
force-pushed
the
plc2/release
branch
from
June 17, 2026 12:40
d543af4 to
9e63039
Compare
updated regression tcl for with possibility to run only selected steps, added updated ci yaml with stages
Paebbels
requested changes
Jun 18, 2026
* remove sim folder with old waveform config files * rename My_config and my_project to project_configuration and local_configuration
stefanunrein
force-pushed
the
plc2/release
branch
from
June 18, 2026 13:38
9596acd to
14b1a08
Compare
Paebbels
requested changes
Jun 18, 2026
Comment on lines
+13
to
+15
| variable myConfigFolder "../tb/common" | ||
| variable myConfigFile [file join $myConfigFolder "project_configuration_${::poc::boardName}.vhdl"] | ||
| variable myProjectFile [file join $myConfigFolder "local_configuration.vhdl"] |
Member
There was a problem hiding this comment.
This needs to be adjusted too.
(cherry picked from commit 9e61476)
stefanunrein
force-pushed
the
plc2/release
branch
from
June 18, 2026 14:39
9e61476 to
66ab229
Compare
# Conflicts: # .github/workflows/Simulate.yml
Paebbels
reviewed
Jun 18, 2026
Comment on lines
+43
to
+56
| -- function log2ceil(arg : positive) return natural is | ||
| -- variable tmp : positive := 2; | ||
| -- variable log : natural := 1; | ||
| -- begin | ||
| -- if arg = 1 then | ||
| -- return 0; | ||
| -- end if; | ||
| -- | ||
| -- while arg > tmp loop | ||
| -- tmp := tmp * 2; | ||
| -- log := log + 1; | ||
| -- end loop; | ||
| -- return log; | ||
| -- end function; |
Member
There was a problem hiding this comment.
This old code be removed.
@stefanunrein: Can we add @maleiter as a co-author?
Co-Authored-By: Markus Leiter <leiter@p2l2.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Features
Changes
Tests
/cc @weilanad, @JimLewis