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
995d7a78
Commit
995d7a78
authored
Jul 13, 2019
by
Eddie Hung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile to use patterns
parent
efa1a513
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
bigsim/Makefile
+3
-7
No files found.
bigsim/Makefile
View file @
995d7a78
...
...
@@ -15,12 +15,8 @@ $(1)/.stamp_falsify: $(1)/.stamp_sim
bash run.sh
$
(
1
)
falsify
touch
$$
@
$(1)/.stamp_cmos
:
$(1)/.stamp_sim
bash run.sh
$
(
1
)
cmos
touch
$$
@
$(1)/.stamp_ice40
:
$(1)/.stamp_sim
bash run.sh
$
(
1
)
ice40
$(1)/.stamp_%
:
$(1)/.stamp_sim
bash run.sh
$
(
1
)
$$
*
touch
$$
@
clean
::
...
...
@@ -28,6 +24,6 @@ clean::
rm
-f
$
(
1
)
_cmos.status
$
(
1
)
_ice40.status
$
(
1
)
_falsify.status
endef
$(eval
$(call
template,navre,cmos
ice40))
$(eval
$(call
template,navre,cmos
ice40
ice40_abc9
))
.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