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

Subversion Repositories yifive

[/] [yifive/] [trunk/] [caravel_yifive/] [verilog/] [dv/] [Makefile] - Blame information for rev 22

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dinesha
# SPDX-FileCopyrightText: 2020 Efabless Corporation
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
5
# You may obtain a copy of the License at
6
#
7
#      http://www.apache.org/licenses/LICENSE-2.0
8
#
9
# Unless required by applicable law or agreed to in writing, software
10
# distributed under the License is distributed on an "AS IS" BASIS,
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
#
15
# SPDX-License-Identifier: Apache-2.0
16
 
17
# ---- Test patterns for project striVe ----
18
 
19
.SUFFIXES:
20
.SILENT: clean all
21
 
22 22 dinesha
PATTERNS = io_ports la_test1 la_test2 wb_port mprj_stimulus risc_boot user_risc_boot
23 2 dinesha
 
24
all:  ${PATTERNS}
25
        for i in ${PATTERNS}; do \
26
                ( cd $$i && make -f Makefile $${i}.vcd &> verify.log && grep Monitor verify.log) ; \
27
        done
28
 
29
DV_PATTERNS = $(foreach dv, $(PATTERNS), verify-$(dv))
30
$(DV_PATTERNS): verify-% :
31
        cd $* && make
32
 
33
clean:  ${PATTERNS}
34
        for i in ${PATTERNS}; do \
35
                ( cd $$i && make clean ) ; \
36
        done
37
        rm -rf *.log
38
 
39
.PHONY: clean all

powered by: WebSVN 2.1.0

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