#include #include #define N_NAMES 0 void vpi_proc (void) { vpiHandle net; s_vpi_value val; char names[N_NAMES][64] = { // Array 2 dimensional (Not supported) //"myentity.sigarray2dim", //"myentity.portarray2dim", //"myentity.genarray2dim", //"myentity.constarray2dim" // Array of bit_vectors (Not supported) //"myentity.sigarray1", //"myentity.portarray1", //"myentity.genarray1", //"myentity.constarray1" }; for (int name_index=0; name_index