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

Subversion Repositories logicprobe

[/] [logicprobe/] [tags/] [LogicProbe-1.1/] [tst/] [sim-c/] [Makefile] - Diff between revs 5 and 19

Only display areas with differences | Details | Blame | View Log

Rev 5 Rev 19
#
#
# Makefile to build a simulation of the test circuit
# Makefile to build a simulation of the test circuit
#
#
all:            ref
all:            ref
ref:            lfsr128
ref:            lfsr128
                ./lfsr128 >ref
                ./lfsr128 >ref
lfsr128:        lfsr128.c
lfsr128:        lfsr128.c
                gcc -Wall -o lfsr128 lfsr128.c
                gcc -Wall -o lfsr128 lfsr128.c
clean:
clean:
                rm -f *~ lfsr128 ref
                rm -f *~ lfsr128 ref
 
 

powered by: WebSVN 2.1.0

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