SPICEGUI

Signal Processing Integrated Coding Environment GUI.

SPICEGUI - Signal Processing Integrated Coding Environment GUI

CNAME - Core Name (name;opt) def=Noop;ICE
CTYPE - Core Type

This macro is an integrated environment for coding streaming functions on an ICE card.
The building blocks are input modules, processing cores, output modules, or host pipes.
Graphics can be generated for input, output, or intermediate tap pipes.

A CoreIO graph file can be used ro combine cores and/or execute functions as a service.

The CoreIO graph has the form:

  INPUT 
  `-CORE 
    |-CORE 
    | `-OUTPUT
    `-CORE 
      |-CORE
      |-CORE
      `-CORE
         +COMB
  INPUT
  `-OUTPUT
           
A CoreIO graph with one input and one output can be compiled into a super core:

  INPUT 
  `-CORE 
    `-CORE
      `-CORE
        `-OUTPUT

Switches:
  /GCX=tbl	Table of initial contols settings. (ex. /gcx={ELEM=4k,CP_P1=2} )