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
6e06f5d2
Commit
6e06f5d2
authored
Jul 17, 2019
by
SergeyDegtyar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove test "write_btor_no_driver"; Fix test "write_btor_init_assert"
parent
d40d6d5d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
backends/Makefile
+1
-1
backends/scripts/write_btor_no_driver.ys
+0
-3
backends/write_btor_init_assert/top.v
+1
-1
No files found.
backends/Makefile
View file @
6e06f5d2
...
...
@@ -44,7 +44,7 @@ $(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_init_assert,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/scripts/write_btor_no_driver.ys
deleted
100644 → 0
View file @
d40d6d5d
read_verilog ../top.v
memory
write_btor btor.btor
backends/write_btor_init_assert/top.v
View file @
6e06f5d2
...
...
@@ -29,7 +29,7 @@ always @(posedge x) begin
assume
(
too
)
;
assume
(
s_eventually
too
)
;
end
always
@
(
neg
edge
x
)
begin
always
@
(
pos
edge
x
)
begin
if
($
initstate
)
cout
<=
0
;
cout
<=
y
+
A
+
foo
;
...
...
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