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
5e17ef0d
Commit
5e17ef0d
authored
Apr 11, 2022
by
Zachary Snow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump iverilog
parent
f68bf187
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/main.yaml
+1
-1
test/core/net_or_var.v
+2
-2
No files found.
.github/workflows/main.yaml
View file @
5e17ef0d
...
...
@@ -41,7 +41,7 @@ jobs:
-
macOS-10.15
needs
:
build
env
:
IVERILOG_REF
:
96a1cbf7b2866c41ba8fcdcc0f76f22590d08030
IVERILOG_REF
:
7c5694e5163e905b7ba85096ae67e5f28862db48
steps
:
-
uses
:
actions/checkout@v1
-
name
:
Install Dependencies (macOS)
...
...
test/core/net_or_var.v
View file @
5e17ef0d
...
...
@@ -2,9 +2,9 @@
module
top
;
`TEST_ALL
(
reg
,
logic
)
`TEST_ALL
(
wire
,
wire
)
`TEST_ALL
(
wire
logic
,
wire_logic
)
`TEST_ALL
(
wire
,
wire_logic
)
`TEST_ALL
(
wand
,
wand
)
`TEST_ALL
(
wand
logic
,
wand_logic
)
`TEST_ALL
(
wand
,
wand_logic
)
`TEST_ALL
(
reg
,
var
)
`TEST_ALL
(
reg
,
var_logic
)
`TEST_ALL
(
reg
,
reg
)
...
...
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