Searched refs:LIMIT (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/synth/add_chain/
H A Ddefine.h40 #define LIMIT 257 // Last stimulus vector memory address location macro
H A Dreset_stim.h43 bool_vector8 mem [LIMIT + 1]; // Stimulus input memory
87 for(int i=1; i < LIMIT+1; i++) {
105 // do { wait(); } while (addr == LIMIT);
106 do { wait(); } while (!(addr == LIMIT));
H A Ddata_gen.h89 if(addr.read() > LIMIT) { // if(addr > LIMIT)
/gem5/src/systemc/tests/systemc/misc/synth/add_chain_FUNC/
H A Dadd_chain.h38 #define LIMIT 257 // Last stimulus vector memory address location macro
H A Dreset_stim.cpp44 bool_vector8 mem[LIMIT + 1]; // Stimulus input memory
88 for(int i=1; i < LIMIT+1; i++) {
105 // do { wait(); } while (addr == LIMIT);
106 do { wait(); } while (!(addr == LIMIT));
H A Ddata_gen.cpp90 if(addr.read() > LIMIT) { // if(addr > LIMIT)

Completed in 7 milliseconds