Line 11... |
Line 11... |
//{{(LA_DATA_INPUT_WORDLEN_BITS - 10){1'b0}}, 2'b11, 8'h00},
|
//{{(LA_DATA_INPUT_WORDLEN_BITS - 10){1'b0}}, 2'b11, 8'h00},
|
LA_TRACE_MASK=16'hffff;
|
LA_TRACE_MASK=16'hffff;
|
//16'hff00;
|
//16'hff00;
|
//{LA_DATA_INPUT_WORDLEN_BITS{1'b1}};
|
//{LA_DATA_INPUT_WORDLEN_BITS{1'b1}};
|
|
|
parameter LA_MEM_CLEAN_BEFORE_RUN=0;
|
|
parameter LA_IDENTICAL_SAMPLES_BITS=8;
|
parameter LA_IDENTICAL_SAMPLES_BITS=8;
|
parameter LA_MEM_WORDLEN_BITS=(LA_DATA_INPUT_WORDLEN_BITS+LA_IDENTICAL_SAMPLES_BITS);
|
parameter LA_MEM_WORDLEN_BITS=(LA_DATA_INPUT_WORDLEN_BITS+LA_IDENTICAL_SAMPLES_BITS);
|
parameter LA_MEM_WORDLEN_OCTETS=((LA_MEM_WORDLEN_BITS+7)/8);
|
parameter LA_MEM_WORDLEN_OCTETS=((LA_MEM_WORDLEN_BITS+7)/8);
|
parameter LA_MEM_ADDRESS_BITS=6;
|
parameter LA_MEM_ADDRESS_BITS=6;
|
parameter LA_MEM_FIRST_ADDR=0,
|
parameter LA_MEM_FIRST_ADDR=0,
|
Line 32... |
Line 31... |
parameter LA_MAX_IDENTICAL_SAMPLES=((1 << LA_IDENTICAL_SAMPLES_BITS) - 2);
|
parameter LA_MAX_IDENTICAL_SAMPLES=((1 << LA_IDENTICAL_SAMPLES_BITS) - 2);
|
|
|
/*
|
/*
|
Reserved mem words:
|
Reserved mem words:
|
LA_MEM_EMPTY_SLOT which represents an empty and not used memory slot.
|
LA_MEM_EMPTY_SLOT which represents an empty and not used memory slot.
|
It has sense if LA_MEM_CLEAN_BEFORE_RUN and
|
|
a) when the trigger event arrives before the filling of the full btqueue.
|
|
b) after the trigger event and after capturing LA_MAX_SAMPLES_AFTER_TRIGGER
|
|
*/
|
*/
|
parameter LA_MEM_EMPTY_SLOT={LA_MEM_WORDLEN_BITS{1'b0}};
|
parameter LA_MEM_EMPTY_SLOT={LA_MEM_WORDLEN_BITS{1'b0}};
|
|
|
//`define DEBUG_LA
|
//`define DEBUG_LA
|
|
|
No newline at end of file
|
No newline at end of file
|