diff options
author | 2020-08-15 22:20:03 +0200 | |
---|---|---|
committer | 2020-08-15 22:20:24 +0200 | |
commit | 290ffa74fc56b7f756222fc0dd1f51da31b7e9db (patch) | |
tree | a0ac6d2f8de2b11a492e2567293bb5068b94db8b /src/lib/netlist/nl_errstr.h | |
parent | a2248e8e18bf50384344ed88c57c86ee915155e0 (diff) |
netlist: Remove printf debugging.
* also raises error if during parsing a local source is not found.
Diffstat (limited to 'src/lib/netlist/nl_errstr.h')
-rw-r--r-- | src/lib/netlist/nl_errstr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/netlist/nl_errstr.h b/src/lib/netlist/nl_errstr.h index dc5008404f4..e5844bbb4ab 100644 --- a/src/lib/netlist/nl_errstr.h +++ b/src/lib/netlist/nl_errstr.h @@ -50,6 +50,7 @@ namespace netlist PERRMSGV(MF_DIPPINS_EQUAL_NUMBER_1, 1, "DIPPINS requires equal number of pins to DIPPINS, first pin is {}") PERRMSGV(MF_PARAM_NOT_FP_1, 1, "Parameter value <{1}> not floating point") PERRMSGV(MF_TT_LINE_WITHOUT_HEAD, 0, "TT_LINE found without TT_HEAD") + PERRMSGV(MF_LOCAL_SOURCE_NOT_FOUND_1, 1, "Local source not found: <{1}>") // nl_setup.cpp |