Changeset 756
- Timestamp:
- Jul 24, 2014, 3:19:15 PM (10 years ago)
- Location:
- branches/reconfiguration/platforms/tsar_generic_iob
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/platforms/tsar_generic_iob/Makefile
r747 r756 1 TAGS := cscope.out 2 3 all: simul.x 4 tags: $(TAGS) 5 1 6 simul.x: top.cpp top.desc 2 7 soclib-cc -P -p top.desc -I. -o simul.x 8 9 $(TAGS): top.desc 10 soclib-cc -p $< --tags --tags-type=cscope --tags-output=$@ 3 11 4 12 clean: … … 6 14 rm -rf *.o *.x tty* term* 7 15 8 .PHONY: simul.x16 .PHONY: simul.x $(TAGS) 9 17 -
branches/reconfiguration/platforms/tsar_generic_iob/top.cpp
r751 r756 896 896 #endif 897 897 898 // initialize memory with a value different than 0 (expose software errors 899 // dues to uninitialized data) 900 loader.memory_default(0xA0); 901 898 902 typedef soclib::common::GdbServer<soclib::common::Mips32ElIss> proc_iss; 899 903 proc_iss::set_loader(loader);
Note: See TracChangeset
for help on using the changeset viewer.