-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Possible regression: Incorrect Calyx IR generated for seq_mem_d1 #422
Comments
Ah yes, this is definitely wrong. It should be |
I'll take a stab at this. A question for Calyx maybe, I don't see |
I created a branch with a fix but it seems like the existing PR #401 itself would solve this problem. Any reason why it hasn't been merged? |
Ah, that should've been merged after the new release of Calyx. There is a syntax change needed on the branch before it works. Could you take a shot? |
Syntax change in the generated IR? Sure I'll take a shot |
Nope, the scala code needs a syntax change (because we're using Scala 3 now). I couldn't fix it from my phone. |
Calyx IR for
seq_mem_d1
uses methods which were renamed in the current upstream CalyxThe following code
generated Calyx IR (truncated)
seq_mem_d1
primitive is usingread_done
which is renamed todone
. Similarly it's also usingread_en
andwrite_done
The text was updated successfully, but these errors were encountered: