minor update
This commit is contained in:
@@ -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
|
||||
@@ -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.
Reference in New Issue
Block a user