We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d532ea5 commit 2dc4040Copy full SHA for 2dc4040
src/typecheck.rs
@@ -136,8 +136,8 @@ mod tests {
136
use super::*;
137
138
#[test]
139
- fn serialize_calyx_go_down_transaction() {
140
- // Manually create the expected result of parsing `calyx_go_down`.
+ fn serialize_calyx_go_done_transaction() {
+ // Manually create the expected result of parsing `calyx_go_done`.
141
// Note that the order in which things are created will be different in the parser.
142
143
// TODO: create this into function that factors our the code to put src code into IR
tests/calyx_go_done.prot
@@ -1,4 +1,3 @@
1
-// need to implement parsing for struct + input type
2
fn calyx_go_done(in ii: u32, out oo: u32) {
3
dut.ii := ii;
4
dut.go := 1;
0 commit comments