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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [cpu/] [or1k/] [Makefile.in] - Blame information for rev 80

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 80 jeremybenn
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
 
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
 
15
@SET_MAKE@
16
 
17
# Makefile -- Makefile for OR1K architecture dependent simulation
18
#
19
# Copyright (C) 1999 Damjan Lampret, lampret@opencores.org
20
# Copyright (C) 2008 Embecosm Limited
21
#
22
# Contributor Jeremy Bennett 
23
#
24
# This file is part of OpenRISC 1000 Architectural Simulator.
25
#
26
# This program is free software; you can redistribute it and/or modify it
27
# under the terms of the GNU General Public License as published by the Free
28
# Software Foundation; either version 3 of the License, or (at your option)
29
# any later version.
30
#
31
# This program is distributed in the hope that it will be useful, but WITHOUT
32
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
33
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
34
# more details.
35
#
36
# You should have received a copy of the GNU General Public License along
37
# with this program.  If not, see .
38
 
39
VPATH = @srcdir@
40
pkgdatadir = $(datadir)/@PACKAGE@
41
pkglibdir = $(libdir)/@PACKAGE@
42
pkgincludedir = $(includedir)/@PACKAGE@
43
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44
install_sh_DATA = $(install_sh) -c -m 644
45
install_sh_PROGRAM = $(install_sh) -c
46
install_sh_SCRIPT = $(install_sh) -c
47
INSTALL_HEADER = $(INSTALL_DATA)
48
transform = $(program_transform_name)
49
NORMAL_INSTALL = :
50
PRE_INSTALL = :
51
POST_INSTALL = :
52
NORMAL_UNINSTALL = :
53
PRE_UNINSTALL = :
54
POST_UNINSTALL = :
55
build_triplet = @build@
56
host_triplet = @host@
57
target_triplet = @target@
58
subdir = cpu/or1k
59
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
        $(ACLOCAL_M4)
64
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
65
CONFIG_HEADER = $(top_builddir)/config.h
66
CONFIG_CLEAN_FILES =
67
LTLIBRARIES = $(noinst_LTLIBRARIES)
68
libor1k_la_LIBADD =
69
am_libor1k_la_OBJECTS = sprs.lo except.lo spr-dump.lo
70
libor1k_la_OBJECTS = $(am_libor1k_la_OBJECTS)
71
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
72
depcomp = $(SHELL) $(top_srcdir)/depcomp
73
am__depfiles_maybe = depfiles
74
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
78
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
79
CCLD = $(CC)
80
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
82
        $(LDFLAGS) -o $@
83
SOURCES = $(libor1k_la_SOURCES)
84
DIST_SOURCES = $(libor1k_la_SOURCES)
85
ETAGS = etags
86
CTAGS = ctags
87
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88
ACLOCAL = @ACLOCAL@
89
AMTAR = @AMTAR@
90
AR = @AR@
91
ARFLAGS = @ARFLAGS@
92
AUTOCONF = @AUTOCONF@
93
AUTOHEADER = @AUTOHEADER@
94
AUTOMAKE = @AUTOMAKE@
95
AWK = @AWK@
96
BUILD_DIR = @BUILD_DIR@
97
CC = @CC@
98
CCDEPMODE = @CCDEPMODE@
99
CFLAGS = @CFLAGS@
100
CPP = @CPP@
101
CPPFLAGS = @CPPFLAGS@
102
CPU_ARCH = @CPU_ARCH@
103
CXX = @CXX@
104
CXXCPP = @CXXCPP@
105
CXXDEPMODE = @CXXDEPMODE@
106
CXXFLAGS = @CXXFLAGS@
107
CYGPATH_W = @CYGPATH_W@
108
DEBUGFLAGS = @DEBUGFLAGS@
109
DEFS = @DEFS@
110
DEPDIR = @DEPDIR@
111
ECHO = @ECHO@
112
ECHO_C = @ECHO_C@
113
ECHO_N = @ECHO_N@
114
ECHO_T = @ECHO_T@
115
EGREP = @EGREP@
116
EXEEXT = @EXEEXT@
117
F77 = @F77@
118
FFLAGS = @FFLAGS@
119
GREP = @GREP@
120
INCLUDES = @INCLUDES@
121
INSTALL = @INSTALL@
122
INSTALL_DATA = @INSTALL_DATA@
123
INSTALL_PROGRAM = @INSTALL_PROGRAM@
124
INSTALL_SCRIPT = @INSTALL_SCRIPT@
125
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126
LDFLAGS = @LDFLAGS@
127
LIBOBJS = @LIBOBJS@
128
LIBS = @LIBS@
129
LIBTOOL = @LIBTOOL@
130
LN_S = @LN_S@
131
LOCAL_CFLAGS = @LOCAL_CFLAGS@
132
LOCAL_DEFS = @LOCAL_DEFS@
133
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
134
LTLIBOBJS = @LTLIBOBJS@
135
MAKEINFO = @MAKEINFO@
136
MAKE_SHELL = @MAKE_SHELL@
137
MKDIR_P = @MKDIR_P@
138
OBJEXT = @OBJEXT@
139
PACKAGE = @PACKAGE@
140
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
141
PACKAGE_NAME = @PACKAGE_NAME@
142
PACKAGE_STRING = @PACKAGE_STRING@
143
PACKAGE_TARNAME = @PACKAGE_TARNAME@
144
PACKAGE_VERSION = @PACKAGE_VERSION@
145
PATH_SEPARATOR = @PATH_SEPARATOR@
146
POW_LIB = @POW_LIB@
147
RANLIB = @RANLIB@
148
SED = @SED@
149
SET_MAKE = @SET_MAKE@
150
SHELL = @SHELL@
151
STRIP = @STRIP@
152
SUMVERSION = @SUMVERSION@
153
TERMCAP_LIB = @TERMCAP_LIB@
154
VERSION = @VERSION@
155
abs_builddir = @abs_builddir@
156
abs_srcdir = @abs_srcdir@
157
abs_top_builddir = @abs_top_builddir@
158
abs_top_srcdir = @abs_top_srcdir@
159
ac_ct_CC = @ac_ct_CC@
160
ac_ct_CXX = @ac_ct_CXX@
161
ac_ct_F77 = @ac_ct_F77@
162
am__include = @am__include@
163
am__leading_dot = @am__leading_dot@
164
am__quote = @am__quote@
165
am__tar = @am__tar@
166
am__untar = @am__untar@
167
bindir = @bindir@
168
build = @build@
169
build_alias = @build_alias@
170
build_cpu = @build_cpu@
171
build_os = @build_os@
172
build_vendor = @build_vendor@
173
builddir = @builddir@
174
datadir = @datadir@
175
datarootdir = @datarootdir@
176
docdir = @docdir@
177
dvidir = @dvidir@
178
exec_prefix = @exec_prefix@
179
host = @host@
180
host_alias = @host_alias@
181
host_cpu = @host_cpu@
182
host_os = @host_os@
183
host_vendor = @host_vendor@
184
htmldir = @htmldir@
185
includedir = @includedir@
186
infodir = @infodir@
187
install_sh = @install_sh@
188
libdir = @libdir@
189
libexecdir = @libexecdir@
190
localedir = @localedir@
191
localstatedir = @localstatedir@
192
mandir = @mandir@
193
mkdir_p = @mkdir_p@
194
oldincludedir = @oldincludedir@
195
pdfdir = @pdfdir@
196
prefix = @prefix@
197
program_transform_name = @program_transform_name@
198
psdir = @psdir@
199
sbindir = @sbindir@
200
sharedstatedir = @sharedstatedir@
201
srcdir = @srcdir@
202
sysconfdir = @sysconfdir@
203
target = @target@
204
target_alias = @target_alias@
205
target_cpu = @target_cpu@
206
target_os = @target_os@
207
target_vendor = @target_vendor@
208
top_builddir = @top_builddir@
209
top_srcdir = @top_srcdir@
210
noinst_LTLIBRARIES = libor1k.la
211
libor1k_la_SOURCES = sprs.c     \
212
                     except.c   \
213
                     spr-dump.c \
214
                     sprs.h     \
215
                     except.h   \
216
                     spr-dump.h \
217
                     arch.h     \
218
                     spr-defs.h \
219
                     opcode/or32.h
220
 
221
all: all-am
222
 
223
.SUFFIXES:
224
.SUFFIXES: .c .lo .o .obj
225
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
226
        @for dep in $?; do \
227
          case '$(am__configure_deps)' in \
228
            *$$dep*) \
229
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
230
                && exit 0; \
231
              exit 1;; \
232
          esac; \
233
        done; \
234
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  cpu/or1k/Makefile'; \
235
        cd $(top_srcdir) && \
236
          $(AUTOMAKE) --gnu  cpu/or1k/Makefile
237
.PRECIOUS: Makefile
238
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239
        @case '$?' in \
240
          *config.status*) \
241
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
242
          *) \
243
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
244
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
245
        esac;
246
 
247
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
248
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249
 
250
$(top_srcdir)/configure:  $(am__configure_deps)
251
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
253
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254
 
255
clean-noinstLTLIBRARIES:
256
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
257
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
258
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
259
          test "$$dir" != "$$p" || dir=.; \
260
          echo "rm -f \"$${dir}/so_locations\""; \
261
          rm -f "$${dir}/so_locations"; \
262
        done
263
libor1k.la: $(libor1k_la_OBJECTS) $(libor1k_la_DEPENDENCIES)
264
        $(LINK)  $(libor1k_la_OBJECTS) $(libor1k_la_LIBADD) $(LIBS)
265
 
266
mostlyclean-compile:
267
        -rm -f *.$(OBJEXT)
268
 
269
distclean-compile:
270
        -rm -f *.tab.c
271
 
272
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/except.Plo@am__quote@
273
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spr-dump.Plo@am__quote@
274
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprs.Plo@am__quote@
275
 
276
.c.o:
277
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
278
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
279
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
280
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
281
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
282
 
283
.c.obj:
284
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
285
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
286
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
287
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
288
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
289
 
290
.c.lo:
291
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
292
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
293
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
294
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
295
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
296
 
297
mostlyclean-libtool:
298
        -rm -f *.lo
299
 
300
clean-libtool:
301
        -rm -rf .libs _libs
302
 
303
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
304
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
305
        unique=`for i in $$list; do \
306
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
307
          done | \
308
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
309
              END { if (nonempty) { for (i in files) print i; }; }'`; \
310
        mkid -fID $$unique
311
tags: TAGS
312
 
313
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
314
                $(TAGS_FILES) $(LISP)
315
        tags=; \
316
        here=`pwd`; \
317
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
318
        unique=`for i in $$list; do \
319
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
320
          done | \
321
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
322
              END { if (nonempty) { for (i in files) print i; }; }'`; \
323
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
324
          test -n "$$unique" || unique=$$empty_fix; \
325
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
326
            $$tags $$unique; \
327
        fi
328
ctags: CTAGS
329
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
330
                $(TAGS_FILES) $(LISP)
331
        tags=; \
332
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
333
        unique=`for i in $$list; do \
334
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
335
          done | \
336
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
337
              END { if (nonempty) { for (i in files) print i; }; }'`; \
338
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
339
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
340
             $$tags $$unique
341
 
342
GTAGS:
343
        here=`$(am__cd) $(top_builddir) && pwd` \
344
          && cd $(top_srcdir) \
345
          && gtags -i $(GTAGS_ARGS) $$here
346
 
347
distclean-tags:
348
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
349
 
350
distdir: $(DISTFILES)
351
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
352
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
353
        list='$(DISTFILES)'; \
354
          dist_files=`for file in $$list; do echo $$file; done | \
355
          sed -e "s|^$$srcdirstrip/||;t" \
356
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
357
        case $$dist_files in \
358
          */*) $(MKDIR_P) `echo "$$dist_files" | \
359
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
360
                           sort -u` ;; \
361
        esac; \
362
        for file in $$dist_files; do \
363
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
364
          if test -d $$d/$$file; then \
365
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
366
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
367
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
368
            fi; \
369
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
370
          else \
371
            test -f $(distdir)/$$file \
372
            || cp -p $$d/$$file $(distdir)/$$file \
373
            || exit 1; \
374
          fi; \
375
        done
376
check-am: all-am
377
check: check-am
378
all-am: Makefile $(LTLIBRARIES)
379
installdirs:
380
install: install-am
381
install-exec: install-exec-am
382
install-data: install-data-am
383
uninstall: uninstall-am
384
 
385
install-am: all-am
386
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
387
 
388
installcheck: installcheck-am
389
install-strip:
390
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
391
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
392
          `test -z '$(STRIP)' || \
393
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
394
mostlyclean-generic:
395
 
396
clean-generic:
397
 
398
distclean-generic:
399
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
400
 
401
maintainer-clean-generic:
402
        @echo "This command is intended for maintainers to use"
403
        @echo "it deletes files that may require special tools to rebuild."
404
clean: clean-am
405
 
406
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
407
        mostlyclean-am
408
 
409
distclean: distclean-am
410
        -rm -rf ./$(DEPDIR)
411
        -rm -f Makefile
412
distclean-am: clean-am distclean-compile distclean-generic \
413
        distclean-tags
414
 
415
dvi: dvi-am
416
 
417
dvi-am:
418
 
419
html: html-am
420
 
421
info: info-am
422
 
423
info-am:
424
 
425
install-data-am:
426
 
427
install-dvi: install-dvi-am
428
 
429
install-exec-am:
430
 
431
install-html: install-html-am
432
 
433
install-info: install-info-am
434
 
435
install-man:
436
 
437
install-pdf: install-pdf-am
438
 
439
install-ps: install-ps-am
440
 
441
installcheck-am:
442
 
443
maintainer-clean: maintainer-clean-am
444
        -rm -rf ./$(DEPDIR)
445
        -rm -f Makefile
446
maintainer-clean-am: distclean-am maintainer-clean-generic
447
 
448
mostlyclean: mostlyclean-am
449
 
450
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
451
        mostlyclean-libtool
452
 
453
pdf: pdf-am
454
 
455
pdf-am:
456
 
457
ps: ps-am
458
 
459
ps-am:
460
 
461
uninstall-am:
462
 
463
.MAKE: install-am install-strip
464
 
465
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
466
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
467
        distclean-compile distclean-generic distclean-libtool \
468
        distclean-tags distdir dvi dvi-am html html-am info info-am \
469
        install install-am install-data install-data-am install-dvi \
470
        install-dvi-am install-exec install-exec-am install-html \
471
        install-html-am install-info install-info-am install-man \
472
        install-pdf install-pdf-am install-ps install-ps-am \
473
        install-strip installcheck installcheck-am installdirs \
474
        maintainer-clean maintainer-clean-generic mostlyclean \
475
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
476
        pdf pdf-am ps ps-am tags uninstall uninstall-am
477
 
478
# Tell versions [3.59,3.63) of GNU make to not export all variables.
479
# Otherwise a system limit (for SysV at least) may be exceeded.
480
.NOEXPORT:

powered by: WebSVN 2.1.0

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