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_DEVICE_SPEC_DIR " ACL_MPSIM_DEVICE_SPEC_DIR "
270
+ #define INTELFPGA_SIM_DEVICE_SPEC_DIR " INTELFPGA_SIM_DEVICE_SPEC_DIR "
271
271
272
272
#define ACL_RAND_HASH_SIZE 40
273
273
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ const char *acl_get_offline_device_user_setting(int *use_offline_only_ret) {
111
111
setting = acl_getenv (" CL_CONTEXT_MPSIM_DEVICE_INTELFPGA" );
112
112
// Check if simulation board spec directory is set, which implies
113
113
// CL_CONTEXT_MPSIM_DEVICE_INTELFPGA if that is not set
114
- if (acl_getenv (ACL_MPSIM_DEVICE_SPEC_DIR ) && (!setting)) {
114
+ if (acl_getenv (INTELFPGA_SIM_DEVICE_SPEC_DIR ) && (!setting)) {
115
115
setting = " 1" ; // Use 1 simulator device by default
116
116
}
117
117
if (setting) {
You can’t perform that action at this time.
0 commit comments