Ejemplo n.º 1
0
/*
 * Print out the confargs.  The (parent) name is non-NULL
 * when there was no match found by config_found().
 */
static int 
obio_print(void *args, const char *name)
{

	/* Be quiet about empty OBIO locations. */
	if (name)
		return QUIET;

	/* Otherwise do the usual. */
	return bus_print(args, name);
}
Ejemplo n.º 2
0
Archivo: bus.c Proyecto: wuxb45/ADL
static void
bus_make_bus_from_net(SIM_MODULE_TREE * node, SIM_NET * net, SIM_BUS_LIST ** plist)
{
	bus_print("make bus:\n");
	common_net_print(net);
}