OpenCores
URL https://opencores.org/ocsvn/aes_highthroughput_lowarea/aes_highthroughput_lowarea/trunk

Subversion Repositories aes_highthroughput_lowarea

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /aes_highthroughput_lowarea/trunk/verilog/bench
    from Rev 8 to Rev 11
    Reverse comparison

Rev 8 → Rev 11

/tb_kat.v
28,6 → 28,7
 
// global definitions
`define EOF -1
`define EOF16 16'hffff
`define CHAR_CR 8'h0d
`define CHAR_LF 8'h0a
`define CHAR_0 8'h30
226,7 → 227,7
// repeat reading the file till end of file
param_name = fgetfield(infid);
while (param_name != `EOF)
while (param_name != `EOF16)
begin
// clear test start flag
test_start = 0;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.