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
ade6834f4b23b2c589ce4f1c5dad105b070fab75
ade6834f4b23b2c589ce4f1c5dad105b070fab75
Switch branch/tag
yosys-tests
regression
issue_00807
top.v
Find file
Normal view
History
Permalink
top.v
87 Bytes
Edit
Newer
Older
Add new tests for issues #567-865
166b2473
SergeyDegtyar
committed
6 years ago
1
2
3
4
5
6
7
8
module
top
(
input
signed
[
7
:
0
]
x
,
output
y
,
)
;
assign
y
=
x
>
-
$
sqrt
(
9
)
;
endmodule