OpenCores
URL https://opencores.org/ocsvn/sata_controller_core/sata_controller_core/trunk

Subversion Repositories sata_controller_core

[/] [sata_controller_core/] [trunk/] [sata2_bus_v1_00_a/] [base_system/] [init_bram.sh] - Rev 11

Compare with Previous | Blame | View Log

#!/bin/bash
 
export PATH=$PATH:$XILINX_EDK/gnu/microblaze/lin/bin/
 
mb-gcc -O2 sata_test/sata_test.c  -o sata_test/executable.elf \
	    -mno-xl-soft-mul -mxl-pattern-compare -mcpu=v7.20.d   -g    -I./microblaze_0/include/  -L./microblaze_0/lib/  \
 
data2mem -bm implementation/system_bd -bt implementation/system.bit  -bd sata_test/executable.elf tag microblaze_0  -o b implementation/download.bit
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.