Skip to content

Using PHP scripts for generating implementations

Keisuke Inoue edited this page Aug 30, 2017 · 3 revisions

Introduction

This page describes how to use the following scripts:

  • make_iriclib_signelfuncs.php
  • make_iriclib_singlefuncs_header.php
  • make_iric_ftoc.php

These files are used to generate source code of headers or sources of iriclib.

Please run these scripts after implementing cg_iRIC_xxxx_Mul() functions, in this order.

TODO add description about how to use the output of these scripts

Clone this wiki locally