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
37355920e0
sv2v
/
test
/
lex
/
line.v
8 lines
131 B
Verilog
Raw
Blame
History
module
top
;
initial
begin
$display
(
"
line.sv
"
,
`__LINE__
)
;
;
$display
(
"
fake.v
"
,
102
)
;
end
endmodule
Reference in New Issue
View Git Blame
Copy Permalink