calyx 0.7.1

Compiler Infrastructure for Hardware Accelerator Generation
1
2
3
4
5
6
7
8
9
10
---CODE---
1
---STDERR---
Error: Malformed Structure: Obviously conflicting assignments found:
14 |      w1.in = 32'd2;
11 |      w1.in = 32'd1;

tests/errors/if-cond-conflict.futil
24 |      if w1.out with w1_2 {
   |      ^^^^^^^^^^^^^^^^^^^^^ Assignments from `w1_2' are actived here