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
25a7d304
Commit
25a7d304
authored
Nov 18, 2019
by
Sergey
Committed by
Miodrag Milanović
Nov 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backends fixes (#79)
* backends. Fix patterns.
parent
8f025a0c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
backends/write_edif/write_edif_cyclic_dependency_fail.pat
+1
-1
backends/write_smv/write_smv_fulladder.pat
+4
-4
No files found.
backends/write_edif/write_edif_cyclic_dependency_fail.pat
View file @
25a7d304
ERROR: Cyclic dependency between modules found! Cycle includes module
bb
.
ERROR: Cyclic dependency between modules found! Cycle includes module
top
.
backends/write_smv/write_smv_fulladder.pat
View file @
25a7d304
_$add$###top_fulladder#v#2
1
$4_Y := resize(_y, 1) + resize(_A, 1);
_$add$###top_fulladder#v#1
8
$2_Y := resize(_y, 1) + resize(_cin, 1);
_$0#A#0#0# := _$add$###top_fulladder#v#1
8
$2_Y;
_$0#cout#0#0# := _$add$###top_fulladder#v#2
1
$4_Y;
_$add$###top_fulladder#v#2
0
$4_Y := resize(_y, 1) + resize(_A, 1);
_$add$###top_fulladder#v#1
7
$2_Y := resize(_y, 1) + resize(_cin, 1);
_$0#A#0#0# := _$add$###top_fulladder#v#1
7
$2_Y;
_$0#cout#0#0# := _$add$###top_fulladder#v#2
0
$4_Y;
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