added support for write-through cache, removed cache snooping support

This commit is contained in:
Blaise Tine
2020-12-23 23:51:02 -08:00
parent d956e268b9
commit 703a861fe9
55 changed files with 1077 additions and 2178 deletions

View File

@@ -53,6 +53,9 @@ run-rtlsim: $(PROJECT) kernel.pocl
clean:
rm -rf $(PROJECT) *.o .depend
clean-all: clean
rm *.pocl *.dump
ifneq ($(MAKECMDGOALS),clean)
-include .depend
endif