Skip to content

Text in diagrams is cropped #82

@oharboe

Description

@oharboe
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:

fiddlybob

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions