Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F375408
c17.v
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Size
360 B
Referenced Files
None
Subscribers
None
c17.v
View Options
// Verilog
// c17
// Ninputs 5
// Noutputs 2
// NtotalGates 6
// NAND2 6
module
c17
(
N1
,
N2
,
N3
,
N6
,
N7
,
N22
,
N23
);
input
N1
,
N2
,
N3
,
N6
,
N7
;
output
N22
,
N23
;
wire
N10
,
N11
,
N16
,
N19
;
nand
NAND2_1
(
N10
,
N1
,
N3
);
nand
NAND2_2
(
N11
,
N3
,
N6
);
nand
NAND2_3
(
N16
,
N2
,
N11
);
nand
NAND2_4
(
N19
,
N11
,
N7
);
nand
NAND2_5
(
N22
,
N10
,
N16
);
nand
NAND2_6
(
N23
,
N16
,
N19
);
endmodule
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 7, 11:05 PM (10 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
150308
Default Alt Text
c17.v (360 B)
Attached To
Mode
R231 SoC_I-Edge_yosys_nem_optimization
Attached
Detach File
Event Timeline
Log In to Comment