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
/
pr2536040.v
5 lines
103 B
Verilog
Raw
Blame
History
module
test
(
input
a
,
input
_b_
,
output
A
,
output
b__
)
;
assign
A
=
a
;
assign
b__
=
_b_
;
endmodule
Reference in New Issue
View Git Blame
Copy Permalink