Searched refs:hex_file_name (Results 1 - 3 of 3) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/
H A Dmain.cpp64 char *hex_file_name; variable
92 hex_file_name=(char *)malloc(strlen(argv[i])*sizeof(char));
93 strcpy(hex_file_name,argv[i]);
100 hex_file_name = (char*)malloc(50*sizeof(char));
101 strcpy(hex_file_name,"cycle_dw8051_demo/test.hex");
135 hex_file_name, // name of the hex file
H A Dcycle_model.h189 char* hex_file_name,
224 parse_hex(hex_file_name);
187 cycle_model(sc_module_name NAME, const sc_signal_in_if<bool>& CLK, char* hex_file_name, signal_bool_vector16& MEM_ADDR, signal_bool_vector8& MEM_DATA_OUT, const signal_bool_vector8& MEM_DATA_IN, sc_signal<bool>& MEM_WR_N, sc_signal<bool>& MEM_RD_N, sc_signal<bool>& MEM_PSWR_N, sc_signal<bool>& MEM_PSRD_N, sc_signal<bool>& MEM_ALE, const sc_signal<bool>& MEM_EA_N, sc_signal<bool>& P0_MEM_REG_N, sc_signal<bool>& P0_ADDR_DATA_N, sc_signal<bool>& P2_MEM_REG_N ) argument
/gem5/src/arch/mips/
H A DMipsSystem.py42 hex_file_name = Param.String("test.hex","hex file that contains [address,data] pairs") variable in class:MipsSystem
63 hex_file_name = Param.String('test.hex',"hex file that contains [address,data] pairs") variable in class:BareIronMipsSystem

Completed in 7 milliseconds