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
2204ac2d
Commit
2204ac2d
authored
Jul 29, 2019
by
Miodrag Milanovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix intel architecture tests
parent
b1230186
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
architecture/Makefile
+1
-1
architecture/run.sh
+1
-1
architecture/scripts/synth_intel_iopads.ys
+1
-1
No files found.
architecture/Makefile
View file @
2204ac2d
...
...
@@ -54,7 +54,7 @@ $(eval $(call template,synth_ice40_wide_ffs,synth_ice40 synth_ice40_top synth_ic
$(eval
$(call
template,synth_ice40_error,synth_ice40_fully_selected))
#intel
$(eval
$(call
template,synth_intel,synth_intel
synth_intel_top
synth_intel_vqm
synth_intel_vpr
synth_intel_run
synth_intel_noflatten
synth_intel_retime
synth_intel_
no
iopads
synth_intel_nobram
synth_intel_max10
))
$(eval
$(call
template,synth_intel,synth_intel
synth_intel_top
synth_intel_vqm
synth_intel_vpr
synth_intel_run
synth_intel_noflatten
synth_intel_retime
synth_intel_iopads
synth_intel_nobram
synth_intel_max10
))
$(eval
$(call
template,synth_intel_cycloneiv,synth_intel_cycloneiv
))
$(eval
$(call
template,synth_intel_cycloneive,synth_intel_cycloneive
))
$(eval
$(call
template,synth_intel_cyclonev
,synth_intel_cyclonev
))
...
...
architecture/run.sh
View file @
2204ac2d
...
...
@@ -19,7 +19,7 @@ if echo "$1" | grep ".*_error"; then
elif
[
"
$2
"
=
"synth_greenpak4_invalid_part"
]
;
then
expected_string
=
"ERROR: Invalid part name: "
elif
[
"
$2
"
=
"synth_intel_invalid_family"
]
;
then
expected_string
=
"ERROR: Invalid or no
t family specified
"
expected_string
=
"ERROR: Invalid or no
family specified:
"
elif
[
"
$2
"
=
"synth_xilinx_invalid_arch"
]
;
then
expected_string
=
"ERROR: Invalid Xilinx -family setting: "
fi
...
...
architecture/scripts/synth_intel_
no
iopads.ys
→
architecture/scripts/synth_intel_iopads.ys
View file @
2204ac2d
read_verilog ../top.v
synth_intel -
no
iopads
synth_intel -iopads
write_verilog synth.v
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