Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F375531
redundancy_check.v
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Size
175 B
Referenced Files
None
Subscribers
None
redundancy_check.v
View Options
module
redundancy_check
(
input
A
,
B
,
C
,
D
,
output
F
);
wire
O
,
R
;
assign
O
=
A
|
B
|
C
|
D
;
assign
R
=
(
A
&
B
)
|
(
C
&
D
);
assign
F
=
O
&
R
;
endmodule
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jun 8, 3:24 AM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
149909
Default Alt Text
redundancy_check.v (175 B)
Attached To
Mode
R231 SoC_I-Edge_yosys_nem_optimization
Attached
Detach File
Event Timeline
Log In to Comment