-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bool channels not supported? #3
Comments
Ah yes, thanks. I've known about this long-standing bug. I will work on getting this fixed shortly. |
I pushed an initial fix for this issue. |
Thank you for the quick fix. I recompiled the new version and the CHP Code now seems to be correct. However, now I run into another issue, related to the conversion function CHP code:
When I then run
The portion of
|
Thanks for the detailed report. chp2prs is a relatively old tool, and we have added some CHP extensions since it was originally written... I will add a work-around to fix this. |
I think there might be a bug when using bool channels:
Consider the following act code:
This produces the following chp code:
It keeps the
bool
channels for the interface, but then usesint<1>
channels internally. Loading this code using interact'sact:read
command then yields:The text was updated successfully, but these errors were encountered: