d-m-bailey / cvc

CVC: Circuit Validity Checker. Check for errors in CDL netlist.
GNU General Public License v3.0
21 stars 3 forks source link

CVC: parser improvements #225

Closed d-m-bailey closed 2 years ago

d-m-bailey commented 3 years ago
  1. ignore all lines that begin with Currently recognizes .SEED lines as pins and throws an error for lines with multiple *****.

  2. Allow subcircuit name after .ends. Currently throws an error is there's any text after ends.

d-m-bailey commented 2 years ago

Fixed with #245