litex/vpi
Tim 'mithro' Ansell b8bbaaef3a Fixing shadowing of global index function.
Fixes the following warnings;
```
cc -Wall -O2  -fPIC -Wall -Wshadow -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -I/usr/include/iverilog -c  -o ipc.o ipc.c
ipc.c: In function ‘ipc_receive’:
ipc.c:98:17: warning: declaration of ‘index’ shadows a global declaration [-Wshadow]
ipc.c:113:17: warning: declaration of ‘index’ shadows a global declaration [-Wshadow]
```

Fixes https://github.com/m-labs/migen/issues/14
2015-04-21 00:26:07 +08:00
..
Makefile Makefile now uses iverilog-vpi 2015-04-14 23:17:13 +08:00
ipc.c Fixing shadowing of global index function. 2015-04-21 00:26:07 +08:00
ipc.h Update copyright notices 2012-03-23 16:41:30 +01:00
main.c Update copyright notices 2012-03-23 16:41:30 +01:00