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

Subversion Repositories mygpu

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 1 to Rev 2
    Reverse comparison

Rev 1 → Rev 2

/mygpu/trunk/configure.ac
0,0 → 1,29
AC_PREREQ(2.59)
AC_INIT([MyGPU], [0.1], [dm.leontiev at gmail.com])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE()
 
AC_PREFIX_DEFAULT([/opt/MyGPUProject/])
AC_PROG_CXX
AC_PROG_LIBTOOL
AC_PROG_INSTALL
 
AC_CHECK_PROG(VERILATOR,verilator,yes)
 
if test x"$VERILATOR" != x"yes" ; then
AC_MSG_ERROR([Please install verilator before building the project.])
fi
 
AC_CONFIG_FILES([Makefile
Tools/Makefile
Tools/Rescale/Makefile
Tools/Verilate/Makefile
Hardware/Makefile
Hardware/Components/Makefile
Hardware/Processor/Makefile
Hardware/Memory/Makefile
Hardware/ASIC/Makefile
Software/Makefile
Software/Compiler/Makefile
Software/Firmware/Makefile])
AC_OUTPUT
/mygpu/trunk/AUTHORS
0,0 → 1,3
Dmitry Leontiev
author of processor architecture
 
/mygpu/trunk/Makefile.am
0,0 → 1,2
SUBDIRS = Tools Hardware Software
 
/mygpu/trunk/NEWS
0,0 → 1,2
12/02/2015 15:13:25
Initial commit

powered by: WebSVN 2.1.0

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