Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sv2v
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
sv2v
Commits
53fa152f
Commit
53fa152f
authored
Feb 15, 2022
by
Zachary Snow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upgrade to latest iverilog
parent
ccc6f174
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
.github/workflows/main.yaml
+1
-1
test/basic/typeof_op.sv
+1
-3
No files found.
.github/workflows/main.yaml
View file @
53fa152f
...
@@ -41,7 +41,7 @@ jobs:
...
@@ -41,7 +41,7 @@ jobs:
-
macOS-10.15
-
macOS-10.15
needs
:
build
needs
:
build
env
:
env
:
IVERILOG_REF
:
066eb0aca76f5bde06c63d67e605c07ef9f8be23
IVERILOG_REF
:
96a1cbf7b2866c41ba8fcdcc0f76f22590d08030
steps
:
steps
:
-
uses
:
actions/checkout@v1
-
uses
:
actions/checkout@v1
-
name
:
Install Dependencies (macOS)
-
name
:
Install Dependencies (macOS)
...
...
test/basic/typeof_op.sv
View file @
53fa152f
...
@@ -43,12 +43,10 @@ module top;
...
@@ -43,12 +43,10 @@ module top;
`TEST
(
4'b1011
+
5'b01110
)
`TEST
(
4'b1011
+
5'b01110
)
`TEST
(
4'b1011
-
5'b01110
)
`TEST
(
4'b1011
-
5'b01110
)
`TEST
(
4'b1011
**
5'b01110
)
`TEST
(
4'b1011
**
5'b01110
)
`TEST
(
4'b1011
->
5'b01110
)
`TEST
(
4'b1011
<->
5'b01110
)
`TEST
(
4'b1011
<->
5'b01110
)
`TEST
(
4'b1011
==?
5'b01110
)
`TEST
(
4'b1011
==?
5'b01110
)
`TEST
(
4'b1011
!=?
5'b01110
)
`TEST
(
4'b1011
!=?
5'b01110
)
// TODO: not yet supported by iverilog
// `TEST(4'b1011 -> 5'b01110)
end
end
endmodule
endmodule
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