BlinkenArea - GitList
Repositories
Blog
Wiki
mips_sys
Code
Commits
Branches
Tags
Search
Tree:
5fb274f
Branches
Tags
master
mips_sys
memory_maps
update.sh
infrastructure to change SW without re-synthesizing
Stefan Schuermans
commited
5fb274f
at 2012-03-25 02:16:26
update.sh
Blame
History
Raw
#! /bin/bash 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