calyx 0.7.1

Compiler Infrastructure for Hardware Accelerator Generation
1
2
3
4
5
6
7
8
9
---CODE---
1
---STDERR---
Error: tests/errors/duplicate-cells.futil
7 |    r = std_reg(32);
  |    ^^^^^^^^^^^^^^^ Name `r' already bound by cell
tests/errors/duplicate-cells.futil
6 |    r = std_reg(32);
  |    ^^^^^^^^^^^^^^^ Previous definition