calyx 0.7.1

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

extern "verilog/b.sv" {
  primitive std_max() -> ();
}

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