Last change
on this file since 904 was
316,
checked in by joannou, 12 years ago
|
Introducing new tsar_mono_mmu_dspin_coherence platform
Same as tsar_mono_mmu platform but using the new
vci_cc_vcache_wrapper_dspin_coherence and vci_mem_cache_dspin_coherence
components
|
File size:
148 bytes
|
Line | |
---|
1 | .PHONY : simul.x |
---|
2 | |
---|
3 | simul.x: top.cpp top.desc |
---|
4 | soclib-cc -j8 -P -p top.desc -I. -o simul.x |
---|
5 | |
---|
6 | clean: |
---|
7 | soclib-cc -x -p top.desc -I. |
---|
8 | rm -rf *.o *.x tty* |
---|
Note: See
TracBrowser
for help on using the repository browser.