[enhancement] Non-bits-typed parametrics should be supported in procs
Open
enhancement
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
### What's hard to do? (limit 100 words)
Currently, the assumption that proc parametrics are bits-typed seems baked in multiple places.
### Current best alternative workaround (limit 100 words)
Use bits types everywhere- if you want to use structs, pack and unpack at proc spawn boundaries.
### Your view of the "best case XLS enhancement" (limit 100 words)
Any type should work as a proc parametric.
Contributor guide
Assessment
This issue has not been assessed yet.