Vector Table Output File (.tbl) Definition

An ASCII text file (with the extension .tbl) that contains a tabular-format list of all input vectors and output logic levels in the current Vector File (.vec) or Vector Waveform File (.vwf). You can save a waveform file as a TBL File by opening the file, choosing Save As, and selecting .tbl as the file type. The MAX+PLUS II software cannot read TBL Files created with the Intel® Quartus® Prime software, but the Intel® Quartus® Prime software can read Table Files (.tbl) created with the MAX+PLUS II software.

The following example shows an excerpt of a sample TBL File generated from a sample VWF File.

GROUP CREATE 
d = d[7] d[6] d[5] d[4] d[3] d[2] d[1] d[0] ;
GROUP CREATE 
yn_out = yn_out[7] yn_out[6] yn_out[5] yn_out[4] yn_out[3] yn_out[2] yn_out[1] yn_out[0] ;
INPUTS clk clkx2 
d newt reset;
OUTPUTS 
yvalid next 
yn_out;
UNIT ns;
RADIX HEX;
PATTERN
  0.0> 0 
0 10 0 
0 = X 
X 
XX 
  0.5> 0 1 10 0 
0 = X 
X 
XX