50 #include <Xyce_config.h>
74 UserWarning(entity) <<
"Duplicate entity, model and device share the name " << entity.
getName();
90 UserError(device).at(netlist_path, line_number) << model_name <<
" instance must reference a model";
105 void could_not_find_model(
const Device &device,
const std::string &model_name,
const std::string &instance_name,
const std::string &netlist_path,
int line_number)
107 UserError(device).at(netlist_path, line_number) <<
"Could not find model " << model_name <<
" which is referenced by instance " << instance_name;
124 UserWarning(device).at(netlist_path, line_number) <<
"Attempted to add model " << model_name <<
" that already exists, ignoring all but the first definition";