This website requires JavaScript.
Explore
Help
Sign In
luke
/
yosys
Watch
1
Star
0
Fork
0
mirror of
https://github.com/YosysHQ/yosys.git
synced
2026-08-22 06:07:26 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
emil/sigspec-union
yosys
/
tests
/
opt
/
opt_expr_constconn.v
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
9 lines
96 B
Verilog
Raw
Permalink
Normal View
History
Unescape
Escape
opt_expr: Propagate constants to port connections.
2021-07-27 15:24:48 +02:00
module
top
(...);
input
[
7
:
0
]
A
;
output
[
7
:
0
]
B
;
wire
[
7
:
0
]
C
=
3
;
assign
B
=
A
+
C
;
endmodule
Reference in New Issue
Copy Permalink