calyx 0.7.1

Compiler Infrastructure for Hardware Accelerator Generation
1
2
3
4
5
6
7
8
9
component main() -> () {
  cells {}
  wires {
    group cond {
      cond[done] = 1'd1;
    }
  }
  control {}
}