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
9ba03f99423c4dd180bb329411e8338f47f9f01c
9ba03f99423c4dd180bb329411e8338f47f9f01c
Switch branch/tag
sv2v
test
core
multipack_inline.v
Find file
Normal view
History
Permalink
multipack_inline.v
68 Bytes
Edit
Newer
Older
fix multipack conversion type and expr traversal
cd7b53c6
Zachary Snow
committed
a year ago
1
2
3
4
module
top
;
wire
[
31
:
0
]
x
;
assign
x
[
7
:
0
]
=
1
'
sb1
;
endmodule