Tools
sim.asc
Associated article: Simulation Compilation and Portability
Tags: Tools Parallel Design
_SIMULATION COMPILATION AND PORTABILITY_
by Marc Hoffman
Listing One
::::::::::::::
simcc.c
::::::::::::::
/* Simulation compiler for SLM */
char *regs[] = { "rx","ry","ri","rj","rk", "pc", "ss" };
char *distemp[] = {
&...


