Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F386424
adder2.v
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Size
196 B
Referenced Files
None
Subscribers
None
adder2.v
View Options
module
adder2
(
A
,
B
,
Ci
,
S
,
Co
);
input
[
1
:
0
]
A
;
input
[
1
:
0
]
B
;
input
Ci
;
output
[
1
:
0
]
S
;
output
Co
;
wire
[
2
:
0
]
Sum5
;
assign
Sum5
=
A
+
B
+
Ci
;
assign
S
=
Sum5
[
1
:
0
]
;
assign
Co
=
Sum5
[
2
]
;
endmodule
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 3, 12:26 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
157248
Default Alt Text
adder2.v (196 B)
Attached To
Mode
R231 SoC_I-Edge_yosys_nem_optimization
Attached
Detach File
Event Timeline
Log In to Comment