File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ typedef struct {
267
267
/* Must match definition in aoc.pl */
268
268
#define ACL_MPSIM_DEVICE_NAME " SimulatorDevice"
269
269
/* Specifies which device simulator should simulate */
270
- #define ACL_MPSIM_PRJ_DIR " ACL_MPSIM_BOARD_SPEC_DIR"
270
+ #define ACL_MPSIM_BOARD_SPEC_DIR " ACL_MPSIM_BOARD_SPEC_DIR"
271
271
272
272
#define ACL_RAND_HASH_SIZE 40
273
273
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ const char *acl_get_offline_device_user_setting(int *use_offline_only_ret) {
110
110
// Look for multi-process simulator before old simulator.
111
111
// Check if simulation board spec directory is set, which shadows
112
112
// CL_CONTEXT_MPSIM_DEVICE_INTELFPGA
113
- setting = acl_getenv (ACL_MPSIM_PRJ_DIR );
113
+ setting = acl_getenv (ACL_MPSIM_BOARD_SPEC_DIR );
114
114
if (!setting) {
115
115
setting = acl_getenv (" CL_CONTEXT_MPSIM_DEVICE_INTELFPGA" );
116
116
}
You can’t perform that action at this time.
0 commit comments