package p4spectec

  1. Overview
  2. Docs
P4-SpecTec: A mechanization toolchain for the P4 Programming Language

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1.2.tar.gz
md5=1a3bc0a385fe1ecf403c019f49aa6de6
sha512=5d20b5821f33e2a3a5419b208606f27c01511994c2b3b1e1cdf4c077056dfd0aa81682af0720e1060ee2bfb0341918fcc4c53159820205a2bc32b725e5c1a714

doc/p4spectec.backend_sim/Backend_sim/Placeholder/Make/index.html

Module Placeholder.MakeSource

Parameters

module Spec : Spec.S

Signature

Sourceval transform_stf_stmt : Stf.Ast.stmt -> Stf.Ast.stmt
Sourceval eval_extern_init : Value.t list -> Value.t
Sourceval eval_extern_func_lctk_call : Value.t list -> Value.t list
Sourceval eval_extern_func_call : Value.t list -> Value.t list
Sourceval eval_extern_method_call : Value.t list -> Value.t list
Sourceval init_arch_state : Value.t
Sourceval add_mirror_session : Value.t -> int -> int -> Value.t
Sourceval add_mirror_session_mc : Value.t -> int -> int -> Value.t
Sourceval mc_mgrp_create : Value.t -> int -> Value.t
Sourceval mc_node_create : Value.t -> int -> int list -> Value.t
Sourceval mc_node_associate : Value.t -> int -> int -> Value.t
Sourceval register_read : Value.t -> string -> int -> Value.t
Sourceval register_write : Value.t -> string -> int -> int -> Value.t
Sourceval register_reset : Value.t -> string -> Value.t
Sourceval init_pipe : string list -> string -> Value.t * Value.t
Sourceval drive_pipe : Value.t -> Value.t -> Sim.Io.rx -> Value.t * Value.t * Sim.Io.tx list
Sourceval eval_extern_rel : string -> Value.t list -> Sim.Signature.rel_result
Sourceval eval_extern_func : string -> Dynamic_runner.Signature.Typ.t list -> Value.t list -> Sim.Signature.func_result