Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yosys-tests
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
yosys-tests
Commits
01897ebf
Commit
01897ebf
authored
Mar 01, 2018
by
Clifford Wolf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update verific/opers makefile
Signed-off-by: Clifford Wolf <clifford@clifford.at>
parent
3b5a5373
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
verific/opers/.gitignore
+3
-2
verific/opers/Makefile
+4
-1
No files found.
verific/opers/.gitignore
View file @
01897ebf
*.status
*.log
/*.status
/*.log
/.stamp
verific/opers/Makefile
View file @
01897ebf
TESTS
:=
wide_mux sel_mux
select
wselect rednor
all
:
$(addsuffix .status
,
$(TESTS))
touch .stamp
%.status
:
%.sv run.sh
bash run.sh
$
(
basename
$@
)
-
bash run.sh
$
(
basename
$@
)
test
-f
$@
clean
:
rm
-f
$
(
addsuffix .log,
$(TESTS)
)
rm
-f
$
(
addsuffix .status,
$(TESTS)
)
rm
-f
.stamp
.PHONY
:
all clean
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment