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
c7e05d2b
Commit
c7e05d2b
authored
Mar 26, 2020
by
Miodrag Milanovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean fix
parent
6eb58500
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
bigsim/Makefile
+3
-3
generate.py
+2
-1
yosys/generate.py
+1
-1
No files found.
bigsim/Makefile
View file @
c7e05d2b
...
...
@@ -5,7 +5,7 @@ all: $(design)/work_sim/.stamp
$(design)/work_sim/.stamp
:
@
echo
'Running
$(design)
/sim..'
@
bash run.sh
$(design)
sim
clean
:
clean
:
:
@
echo
'Cleaning
$(design)
/sim..'
@
rm
-rf
$(design)
/work_sim
...
...
@@ -13,7 +13,7 @@ all: $(design)/work_falsify/.stamp
$(design)/work_falsify/.stamp
:
@
echo
'Running
$(design)
/falsify..'
@
bash run.sh
$(design)
falsify
clean
:
clean
:
:
@
echo
'Cleaning
$(design)
/falsify..'
@
rm
-rf
$(design)
/work_falsify
$(foreach
script,$(2),
...
...
@@ -21,7 +21,7 @@ all: $(design)/work_$(script)/.stamp
$(design)/work_$(script)/.stamp
:
$(design)/work_sim/.stamp
@
echo
'Running
$(design)
/
$(script)
..'
@
bash run.sh
$(design)
$(script)
clean
:
clean
:
:
@
echo
'Cleaning
$(design)
/
$(script)
..'
@
rm
-rf
$(design)
/work_
$(script)
))
...
...
generate.py
View file @
c7e05d2b
...
...
@@ -17,7 +17,7 @@ for root, dirs, files in sorted(os.walk(".")):
continue
print
(
"
\t
@echo 'Running {2}{1}..'
\n
"
"
\t
@../run.sh {0} {1}
\n
"
"clean:
\n
"
"clean:
:
\n
"
"
\t
@echo 'Cleaning {1}..'
\n
"
"
\t
@rm -rf {0}/work_{1}"
.
format
(
dir
,
work
,
"heavy "
if
heavy
else
""
))
print
(
".PHONY: all clean"
)
\ No newline at end of file
yosys/generate.py
View file @
c7e05d2b
...
...
@@ -17,7 +17,7 @@ for root, dirs, files in sorted(os.walk(".")):
continue
print
(
"
\t
@echo 'Running {2}{1}..'
\n
"
"
\t
@../run.sh {0} {1}
\n
"
"clean:
\n
"
"clean:
:
\n
"
"
\t
@echo 'Cleaning {1}..'
\n
"
"
\t
@rm -rf {0}/work_{1}"
.
format
(
dir
,
work
,
"heavy "
if
heavy
else
""
))
print
(
".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