This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
iverilog
mirror of
https://github.com/steveicarus/iverilog.git
Watch
1
Star
0
Fork
You've already forked iverilog
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
20d82bbdcb
iverilog
/
ivtest
/
vhdl_tests
/
pr2147135a.v
12 lines
117 B
Verilog
Raw
Blame
History
module
test
(
)
;
wire
d
;
wire
[
5
:
0
]
f
;
b
u1
(
.
c
(
{
d
,
f
}
)
)
;
endmodule
module
b
(
c
)
;
output
[
6
:
0
]
c
;
endmodule
Reference in New Issue
View Git Blame
Copy Permalink