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
3c8a76e1
Commit
3c8a76e1
authored
Jul 02, 2019
by
SergeyDegtyar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test write_btor_no_driver removed because this message now is warning.
parent
6296baf7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
6 deletions
+1
-6
backends/Makefile
+1
-1
backends/run.sh
+0
-2
backends/scripts/write_btor_no_driver.ys
+0
-3
No files found.
backends/Makefile
View file @
3c8a76e1
...
...
@@ -35,7 +35,7 @@ $(eval $(call template,write_btor_mem,write_btor_mem write_btor_mem_v write_btor
$(eval
$(call
template,write_btor_pmux,write_btor_pmux))
$(eval
$(call
template,write_btor_and_or,write_btor_and_or))
$(eval
$(call
template,write_btor_shiftx,write_btor
write_btor_v
write_btor_s))
$(eval
$(call
template,write_btor_error,
write_btor_no_top_module
write_btor_unsupported_cell_type
write_btor_no_driver
))
$(eval
$(call
template,write_btor_error,
write_btor_no_top_module
write_btor_unsupported_cell_type))
#write_edif
$(eval
$(call
template,write_edif,write_edif
write_edif_top
write_edif_nogndvcc
write_edif_pvector_par
write_edif_pvector_bra
write_edif_pvector_ang
write_edif_attrprop
))
...
...
backends/run.sh
View file @
3c8a76e1
...
...
@@ -33,8 +33,6 @@ if echo "$1" | grep ".*_error"; then
expected_string
=
"ERROR: No top module found."
elif
[
"
$2
"
=
"write_btor_unsupported_cell_type"
]
;
then
expected_string
=
"ERROR: Unsupported cell type: "
elif
[
"
$2
"
=
"write_btor_no_driver"
]
;
then
expected_string
=
"ERROR: No driver for signal bit "
elif
[
"
$2
"
=
"write_edif_cyclic_dependency"
]
;
then
expected_string
=
"ERROR: Cyclic dependency between modules found! Cycle includes module "
elif
[
"
$2
"
=
"write_edif_constant_nodes"
]
;
then
...
...
backends/scripts/write_btor_no_driver.ys
deleted
100644 → 0
View file @
6296baf7
read_verilog ../top.v
memory
write_btor btor.btor
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