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
8a5243f7
Commit
8a5243f7
authored
Jun 26, 2019
by
Miodrag Milanovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added ENABLE_HEAVY_TESTS flag for long tests
parent
69456969
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletions
+8
-1
Makefile
+4
-0
architecture/Makefile
+2
-0
regression/Makefile
+2
-1
No files found.
Makefile
View file @
8a5243f7
...
...
@@ -8,6 +8,10 @@ else
export
YOSYS_NOVERIFIC
=
1
endif
ifeq
($(ENABLE_HEAVY_TESTS),1)
export
ENABLE_HEAVY_TESTS
=
1
endif
all
:
$(addsuffix /.stamp
,
$(SUBDIRS))
echo
;
find
*
-name
"*.status"
| sort | xargs
grep
-H
.
| sed
's,^, ,; s,.status:,\t,; s,PASS,pass,;'
| expand
-t100
;
echo
touch .stamp
...
...
architecture/Makefile
View file @
8a5243f7
...
...
@@ -69,7 +69,9 @@ $(eval $(call template,synth_sf2_error,synth_sf2_fully_selected ))
#xilinx
$(eval
$(call
template,synth_xilinx,synth_xilinx
synth_xilinx_top
synth_xilinx_blif
synth_xilinx_edif
synth_xilinx_run
synth_xilinx_flatten
synth_xilinx_retime
synth_xilinx_vpr
synth_xilinx_arch_xcup
synth_xilinx_arch_xcu
synth_xilinx_arch_xc7
synth_xilinx_arch_xc6s
synth_xilinx_nobram
synth_xilinx_nodram
synth_xilinx_nosrl))
$(eval
$(call
template,synth_xilinx_error,synth_xilinx_fully_selected
synth_xilinx_invalid_arch
))
ifeq
($(ENABLE_HEAVY_TESTS),1)
$(eval
$(call
template,synth_xilinx_srl,synth_xilinx_srl))
endif
#greenpak4
$(eval
$(call
template,synth_greenpak4,synth_greenpak4
synth_greenpak4_top
synth_greenpak4_json
synth_greenpak4_run
synth_greenpak4_noflatten
synth_greenpak4_retime
synth_greenpak4_part621
synth_greenpak4_part620
synth_greenpak4_part140))
...
...
regression/Makefile
View file @
8a5243f7
...
...
@@ -30,8 +30,9 @@ $(eval $(call template,issue_00041,issue_00041))
$(eval
$(call
template,issue_00059,issue_00059))
#issue_00065
# Takes too long
ifeq
($(ENABLE_HEAVY_TESTS),1)
#$(eval $(call template,issue_00065,issue_00065))
endif
#issue_00067
$(eval
$(call
template,issue_00067,issue_00067))
...
...
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