This website requires JavaScript.
Explore
Help
Sign In
luke
/
sv2v
Watch
1
Star
0
Fork
0
mirror of
https://github.com/zachjs/sv2v.git
synced
2026-09-02 10:27:21 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
enum-method
sv2v
/
test
/
core
/
inc.v
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
8 lines
118 B
Verilog
Raw
Permalink
Normal View
History
Unescape
Escape
allow post inc/dec as first stmt in a block
2019-09-17 21:16:37 -04:00
module
top
;
integer
x
=
0
;
added source trace comments
2020-01-30 22:17:17 -05:00
initial
repeat
(
4
)
begin
allow post inc/dec as first stmt in a block
2019-09-17 21:16:37 -04:00
x
=
x
+
1
;
$display
(
x
);
end
endmodule
Reference in New Issue
Copy Permalink