Skip to content

Commit

Permalink
use 4 cores now
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolaus Baer committed Dec 19, 2024
1 parent b071265 commit 90a7e81
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions a653_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define WT 100000000ll

#define A653_PARTITION_CONFIG_DEF { \
2, /* core number used*/ \
4, /* core number used*/ \
2, /* number of partition */ \
10, /* number of time slices */ \
WT, /* time slice size in nsec */ \
Expand All @@ -37,16 +37,16 @@
/*8*/{""},\
/*9*/{""}\
}, \
{ /*0*/{ {0},{-1} }, \
/*1*/{ {-1},{-1} }, \
/*2*/{ {-1},{-1} }, \
/*3*/{ {-1},{-1} }, \
/*4*/{ {-1},{-1} }, \
/*5*/{ {-1},{-1} }, \
/*6*/{ {1},{-1} }, \
/*7*/{ {-1},{-1} }, \
/*8*/{ {-1},{-1} }, \
/*9*/{ {-1},{-1} } \
{ /*0*/{ {0}, {-1}, {-1}, {-1} }, \
/*1*/{ {0}, {-1}, {-1}, {-1} }, \
/*2*/{ {-1}, {-1}, {-1}, {-1} }, \
/*3*/{ {-1}, {-1}, {-1}, {-1} }, \
/*4*/{ {-1}, {-1}, {-1}, {-1} }, \
/*5*/{ {-1}, {-1}, {-1}, {-1} }, \
/*6*/{ {1}, {-1}, {-1}, {-1} }, \
/*7*/{ {-1}, {-1}, {-1}, {-1} }, \
/*8*/{ {-1}, {-1}, {-1}, {-1} }, \
/*9*/{ {-1}, {-1}, {-1}, {-1} } \
}, \
0xaffe \
}
Expand Down
2 changes: 1 addition & 1 deletion a653_inc/a653Init.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#define MAX_PRCS 5

#define MAX_TIME_SLICE_NUM 10
#define MAX_CORE_NUM 2
#define MAX_CORE_NUM 4

#define MAX_Q_PORT 3
#define MAX_Q_PORT_ENTRIES 5
Expand Down

0 comments on commit 90a7e81

Please sign in to comment.