lsils / mockturtle

C++ logic network library
MIT License
202 stars 136 forks source link

Remove the "name" argument in PI/PO creation interfaces #559

Closed lee30sonia closed 2 years ago

lee30sonia commented 2 years ago

Finally addresses the proposal mentioned in #468. The API functions create_pi, create_po, create_ri and create_ro do not accept a name string anymore. Signal names should always be set using names_view, either using set_name and set_output_name, or passing the name in create_pi and create_po.