minor update

This commit is contained in:
Blaise Tine
2021-05-03 12:53:15 -07:00
parent 76f5531b58
commit bdbf99c5b0
5 changed files with 507 additions and 473 deletions

View File

@@ -1,4 +1,4 @@
all: stub rtlsim simx opae
all: stub rtlsim simx opae tests
stub:
$(MAKE) -C stub
@@ -12,10 +12,14 @@ rtlsim:
simx:
$(MAKE) -C simx
tests:
$(MAKE) -C tests
clean:
$(MAKE) clean -C stub
$(MAKE) clean -C opae
$(MAKE) clean -C rtlsim
$(MAKE) clean -C simx
$(MAKE) clean -C tests
.PHONY: all stub opae rtlsim simx clean
.PHONY: all stub opae rtlsim simx tests clean

View File

@@ -3,7 +3,7 @@
#define KERNEL_ARG_DEV_MEM_ADDR 0x7ffff000
#define NUM_LOADS 2
#define NUM_LOADS 8
struct kernel_arg_t {
uint32_t num_tasks;

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.