Skip to content

Single-bit std_logic to a slice (ghdl)#28

Merged
darsor merged 2 commits intoSystemRDL:mainfrom
daxzio:single2slice
Nov 4, 2025
Merged

Single-bit std_logic to a slice (ghdl)#28
darsor merged 2 commits intoSystemRDL:mainfrom
daxzio:single2slice

Conversation

@davekeeshan
Copy link

peakrdl-regblock-vhdl used (0 => value) when assigning single-bit std_logic to a slice, instead of (low => value), causing “choice is out of index range” when low != 0

This appear in ghdl, may not appear in other simulators

Description of change

Fixes #27,

Checklist

  • I have reviewed this project's contribution guidelines
  • 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.

…_logic to a slice, instead of (low => value), causing “choice is out of index range” when low != 0
@darsor darsor merged commit 0743208 into SystemRDL:main Nov 4, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] single-bit std_logic to a slice

2 participants