1
0
mirror of git://projects.qi-hardware.com/nn-usb-fpga.git synced 2025-04-21 12:27:27 +03:00

Adding ghdl simulation to plasma project

This commit is contained in:
Carlos Camargo
2010-08-12 19:51:53 -05:00
parent 18e79c4816
commit 1254422744
8 changed files with 136 additions and 136 deletions

View File

@@ -27,7 +27,7 @@ vpath %.S $(LIB_DIR)
all: $(TARGET)
clean:
-rm -rf *.o *.txt *.map *.lst *.bin opcodes_iram opcodes_ram test bootldr $(TARGET)
-rm -rf *.o *.txt *.map *.lst *.s *.bin opcodes_iram opcodes_ram test bootldr $(TARGET)
$(TARGET): crt0.o $(TARGET).o no_os.o ddr_init.o
$(LD) $(ILDFLAGS) -o $@ $^

View File

@@ -9,7 +9,7 @@ typedef unsigned short uint16;
int main(void)
{
volatile unsigned char *data8;
volatile unsigned char *data8;
volatile unsigned short *data16;
volatile unsigned int *data32;