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

Subversion Repositories scan_based_serial_communication

[/] [scan_based_serial_communication/] [trunk/] [Makefile] - Blame information for rev 7

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

Line No. Rev Author Line
1 4 Quanticles
 
2
VV         = vcs
3
VVOPTS     = -o $@ +v2k +vc -sverilog -timescale=1ns/1ps +vcs+lic+wait +multisource_int_delays +neg_tchk +libext+.v+.vlib+.vh
4
 
5
TESTBENCH_SOURCE = scan_testbench.v scan.v
6
 
7
all: run_test
8
 
9
%.v: %.perl.v deperlify.pl scan_signal_list.pl
10
        perl deperlify.pl $*.perl.v
11
 
12
testbench.exe: $(TESTBENCH_SOURCE)
13
        $(VV) $(VVOPTS) $(TESTBENCH_SOURCE) | tee $@.log
14
 
15
run_test: testbench.exe
16
        ./testbench.exe
17
 

powered by: WebSVN 2.1.0

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