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

Subversion Repositories ssbcc

[/] [ssbcc/] [trunk/] [core/] [9x8/] [tb/] [ifdef/] [run] - Diff between revs 2 and 12

Show entire file | Details | Blame | View Log

Rev 2 Rev 12
Line 7... Line 7...
 
 
for INCLUDE_UART in false true; do
for INCLUDE_UART in false true; do
  for INCLUDE_I2C in false true; do
  for INCLUDE_I2C in false true; do
    FLAGS="";
    FLAGS="";
    if ${INCLUDE_UART}; then
    if ${INCLUDE_UART}; then
      FLAGS+=" -D INCLUDE_UART";
      FLAGS+=" -D D_INCLUDE_UART";
    fi
    fi
    if ${INCLUDE_I2C}; then
    if ${INCLUDE_I2C}; then
      FLAGS+=" -D INCLUDE_I2C";
      FLAGS+=" -D D_INCLUDE_I2C";
    fi
    fi
    ssbcc -q ${FLAGS} uc.9x8 || { echo "FATAL ERROR:  ssbcc failed" > /dev/stderr; exit 1; }
    ssbcc -q ${FLAGS} uc.9x8 || { echo "FATAL ERROR:  ssbcc failed" > /dev/stderr; exit 1; }
    FAILED=false;
    FAILED=false;
    # Validate existence/non-existence of UART peripheral.
    # Validate existence/non-existence of UART peripheral.
    RESULT="`grep 'PERIPHERAL UART_Tx:' uc.v`";
    RESULT="`grep 'PERIPHERAL UART_Tx:' uc.v`";

powered by: WebSVN 2.1.0

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