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

Subversion Repositories aemb

[/] [aemb/] [trunk/] [sw/] [cc/] [literate.hh] - Diff between revs 123 and 137

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 123 Rev 137
Line 1... Line 1...
/* $Id: literate.hh,v 1.3 2008-04-21 12:01:18 sybreon Exp $
/* $Id: literate.hh,v 1.4 2008-04-26 18:07:19 sybreon Exp $
**
**
** AEMB Function Verification C++ Testbench
** AEMB Function Verification C++ Testbench
** Copyright (C) 2004-2008 Shawn Tan 
** Copyright (C) 2004-2008 Shawn Tan 
**
**
** This file is part of AEMB.
** This file is part of AEMB.
Line 24... Line 24...
 
 
  Algorithms listed here are extracted from literateprograms.org and
  Algorithms listed here are extracted from literateprograms.org and
  modified for AEMB testing.
  modified for AEMB testing.
*/
*/
 
 
#include 
#include 
#include "simboard.hh"
#include "simboard.hh"
 
 
#ifndef LITERATE_HH
#ifndef LITERATE_HH
#define LITERATE_HH
#define LITERATE_HH
 
 
Line 91... Line 91...
          (fast != fib_lut32[n]) ||
          (fast != fib_lut32[n]) ||
          (fast != fib_lut16[n]) ||
          (fast != fib_lut16[n]) ||
          (fast != fib_lut8[n])) {
          (fast != fib_lut8[n])) {
        return EXIT_FAILURE;
        return EXIT_FAILURE;
      }
      }
 
 
    }
    }
  return EXIT_SUCCESS;
  return EXIT_SUCCESS;
}
}
 
 
/*
/*

powered by: WebSVN 2.1.0

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