This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
sv2v
mirror of
https://github.com/zachjs/sv2v.git
Watch
1
Star
0
Fork
You've already forked sv2v
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9825bb9bcb
sv2v
/
test
/
basic
/
red_wrap.sv
6 lines
89 B
Systemverilog
Raw
Blame
History
module
top
;
wire
a
,
b
,
x
,
y
;
assign
x
=
a
|
|
b
;
assign
y
=
a
&
&
b
;
endmodule
Reference in New Issue
View Git Blame
Copy Permalink