calyx 0.7.1

Compiler Infrastructure for Hardware Accelerator Generation
1
2
3
4
5
6
7
8
9
10
11
12
13
import "primitives/core.futil";
import "primitives/memories/comb.futil";
import "b.futil";

extern "verilog/c.sv" {
  primitive std_min() -> ();
}

component min() -> () {
  cells {}
  wires {}
  control {}
}