URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [or1k_startup/] [rtl/] [verilog/] [Makefile] - Rev 159
Go to most recent revision | Compare with Previous | Blame | View Log
spi:
vppp --simple spi_clgen.v spi_shift.v spi_top.v | cat copyright_spi.v - > spi_flash.v
OR1K_startup:
vppp --simple +define+SPI_BASE_MSB+B000 OR1K_startup_generic.v | cat copyright_OR1K_startup.v - > OR1K_startup.v
OR1K_startup_ACTEL:
vppp --simple OR1K_startup_ACTEL.v | cat copyright_OR1K_startup.v - > OR1K_startup_ACTEL_IP.v
all: spi OR1K_startup OR1K_startup_ACTEL
Go to most recent revision | Compare with Previous | Blame | View Log