BlinkenArea - GitList
Repositories
Blog
Wiki
mips_sys
Code
Commits
Branches
Tags
Search
Tree:
c2b0401
Branches
Tags
master
mips_sys
memory_maps
update.sh
added file headers
Stefan Schuermans
commited
c2b0401
at 2012-04-08 11:54:40
update.sh
Blame
History
Raw
#! /bin/bash # MIPS I system # Copyright 2011-2012 Stefan Schuermans <stefan@schuermans.info> # Copyleft GNU public license V2 or later # http://www.gnu.org/copyleft/gpl.html cd "$(dirname "$0")" DATA2MEM="/opt/Xilinx/13.4/ISE_DS/ISE/bin/lin64/data2mem" cd .. "$DATA2MEM" \ -bm memory_maps/mips_sys_bd.bmm \ -bt e_system.bit \ -bd fw/rom.bin tag rom \ -o b e_system_tmp.bit "$DATA2MEM" \ -bm memory_maps/mips_sys_bd.bmm \ -bt e_system_tmp.bit \ -bd fw/ram.bin tag ram \ -o b e_system.bit