module and_logic(
input wire in1,
input wire in2,
output wire out
);
assign out = in1 & in2;
endmodule
RTL Viewer
Technology Map Viewer(Post-Mapping)
放大之后的图形
module and_logic(
input wire in1,
input wire in2,
output wire out
);
assign out = in1 & in2;
endmodule
RTL Viewer
Technology Map Viewer(Post-Mapping)
放大之后的图形