Go to the source code of this file.
|
void | Xyce::Device::duplicate_entity_warning (const DeviceEntity &entity) |
| duplicate_entity_warning reports a duplication of entity names. More...
|
|
void | Xyce::Device::instance_must_reference_model_error (const Device &device, const std::string &model_name, const std::string &netlist_path, int line_number) |
| instance_must_reference_model_error reports that the type of instance requires that a model be specified More...
|
|
void | Xyce::Device::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) |
| could_not_find_model reports that the model name is note defined More...
|
|
void | Xyce::Device::duplicate_model_warning (const Device &device, const std::string &model_name, const std::string &netlist_path, int line_number) |
| duplicate_model_warning reports that the model name is duplicated. More...
|
|