-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Diagram
-------
.. hdl-diagram:: fiddlybob.v
:type: netlistsvg
:module: fiddlybob
fiddlybob.v:
module fiddlybob(
input thistextiscropped,
input moretextthatiscropped,
input moretextthatiscroppedNot,
output evenmoretextthatiscropped,
output [63:0] ididnotexpectthistexttobecropped,
);
wire _evenmoretextthatiscropped_T_2 = ididnotexpectthistexttobecropped[0] != moretextthatiscroppedNot;
assign evenmoretextthatiscropped = thistextiscropped & (~moretextthatiscropped | _evenmoretextthatiscropped_T_2);
endmodule
Result, cropped text:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels