Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F386544
adder64.v
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Size
207 B
Referenced Files
None
Subscribers
None
adder64.v
View Options
module
adder32
(
A
,
B
,
Ci
,
S
,
Co
);
input
[
63
:
0
]
A
;
input
[
63
:
0
]
B
;
input
Ci
;
output
[
63
:
0
]
S
;
output
Co
;
wire
[
64
:
0
]
Sum33
;
assign
Sum33
=
A
+
B
+
Ci
;
assign
S
=
Sum33
[
63
:
0
]
;
assign
Co
=
Sum33
[
64
]
;
endmodule
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 3, 8:24 PM (2 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
157348
Default Alt Text
adder64.v (207 B)
Attached To
Mode
R231 SoC_I-Edge_yosys_nem_optimization
Attached
Detach File
Event Timeline
Log In to Comment