signal has no driver/load”的解决方法

今天在进行原理图绘制完成后,对其进行编译,发现出现好多相同的错误:“signal ... has no driver”,“signal ... has no load”,找了很久,没有发现什么错误。百度一番发现:原来,我开始只是新建了一个schematic文件,即单单是对一个sch文件进行编译,所以,出现了前述的error!

解决方法
将schematic原理图添加到某工程,再编译就不会出现那些error了。

Tips:
解法一:你使用的元器件对应的引脚是输入的,可以改变原理图中对应元器件的引脚属性解决。

解法二:在Altium Designer中,软件会检查你的输入管脚有没有连,这样的好处是提醒画图的人还有输入管脚是悬空的。我们知道,在电路系统中,大部分输入管脚是不允许悬空的。所以建议画图的人在做原理图库的时候尽量把元件管脚的属性加上,这样可以不让自己出错。如果有输入哪个管脚必须悬空的话,可以在上面添加忽略ERC检查(如下图所示),这样编译的时候就没有警告了!

解法三:在做元件封装的时候,管脚的electrical type有很多选择,一般情况下,选择passive就没事了

解法四:设置属性。在Project-Error Reporting-Violations Associated with Nets
Signals with no driver中,选择no report。

转自:https://blog.csdn.net/erazy0/article/details/6140847

来源:网络


智能推荐

VSCode中出现Module 'pygame' has no 'init' member错误的解决方法

在VSCode设置中找到settings.json,如下图: 加入如下代码保存并关闭json文件: “python.linting.pylintArgs”: [ “----extension-pkg-whitelist=1xml” ] 对应问题就会忽略掉不再出现。...

win7:tensorflow2.2.0安装成功 引用时DLL load failed找不到指定模块 tensorflow has no attribute xxx 解决方法

Tensorflow2.2.0安装成功 引用时显示DLL load failed:找不到指定模块 解决方法 电脑配置 Python3.7.4,Anaconda3 Window7,核显Intel HD Graphics 520 想装tensorflow2.x cpu版本 出现问题:DLL load failed找不到指定模块 通过N多渠道安装了N多遍tensorflow,每次都可以安装成功 引用的时...

使用HTMLTestRunner生成测试报告提示:‘dict‘ object has no attribute ‘has_key‘解决方法

在学习使用HTMLTestRunner生成测试的时候,在代码书写和引用正确的前提下,提示报错如下: 后面我在网上找了很多解决办法,后面发现我用的是Python3,而HTMLTestRunner的是Python2版本,而Python3很多函数和方法与Python2不一致。所以我们需要修改一下HTMLTestRunner这个文件里面的代码。修改如下: 第642行,把if not rmap.has_ke...

AttributeError: module 'pip' has no attribute 'main'问题解决方法

通过pycharm创建Django项目是出现如下错误 AttributeError: module 'pip' has no attribute 'main' 环境信息:pycharm2017.3.1(Professional Edition)、python3.6.5 (64位)、pip10.0.1、Django2.0.5 错误原因:由于pip 10版本中没有main(),如果在不降级的情况下,修...

Pack 'oracle-java8-installer' has no installation candidate 报错解决方法

大家在使用ubuntu 安装jdk的时候可能会出现以下报错情况, 使用sudo apt-get update 之后都没有效果, 不如我们转换一个思路,既然oraclejdk安装不了,那么我们就安装openjdk sudo apt install default-jre sudo apt install openjdk-11-jre-headless sudo apt install openjdk...

猜你喜欢

AttributeError: ‘NoneType‘ object has no attribute ‘fill_‘解决方法

在网络中加入SE模块后报错:AttributeError: 'NoneType' object has no attribute 'fill_' 原因:SE模块的全连接偏置设置为false,而权重初始化时置零。 解决方法:将初始化偏置注释掉 或者将全连接中的偏置设置为ture ...

Centos 虚拟机出问题 Oh no,something has gone wrong! 解决方法

centos 7 在虚拟机中出现 这个错误 导致进入不了系统。 经过一中午的百度测试了各种方法都不行。 导致出错的原因,应该是在安装各种软件时触动了 Gnome 桌面底层依赖的包。 最后找到了解决办法:   出现如上图界面后 然后ctrl+alt+F2 进入命令模式,然后输入root 账号和密码。 1 2 3 4 5 6 7 root 输入密码 yum update ...等待 输入 y...

无意中发现看书也是一种美

2012年4月25日晚,翻翻自己喜欢的一门语言学习书(python参考手册),无意中发现书中夹着之前的明信片(有一次和同事一起去前门邓丽君音乐生活馆留下来的),感觉学习也是一种美!于是乎拍下这不经意的时刻,哈哈!...

香橙派OrangePi PC Plus开发板连接USB以太网卡测试说明

1) 目前测试过能用的 USB 以太网卡如下所示,其中 RTL8153 USB 千兆网卡插入开 发板的 USB 2.0 Host 接口中测试可以正常使用,但是速率是达不到千兆的,这点请 注意   2) 首先将 USB 网卡插入开发板的 USB 接口中,然后在 USB 网卡中插入网线,确 保网线能正常上网,如果通过 dmesg 命令可以看到下面的 log 信息,说明 USB 网卡...

计算机网络基础:Vlan,网关,dns吗,子网掩码等!面试必备!

很多朋友多次问到什么是网关、dns、子网掩码,三层交换机,它们定位的用途;确实,因为网络技术在弱电中确实应用非常广泛,我们平时在 vip 技术群中也是不断的讨论到网关、vlan、三层交换机或子网掩码等问题,今天我们就一起用通俗方式一次性了解清楚。 一、什么是 vlan? VLAN 中文是 “虚拟局域网”。LAN 可以是由少数几台家用计算机构成的网络,也可以是数以百计的计算机...

问答精选

How to extract beta coefficients for interaction effect in R?

I am examining the interaction between a continuous variable (bloodq) and a categorical variable with three levels (ER, RB, and WB). In order to see how the betas differ across tissue types, I would l...

what is the difference between Flatten() and GlobalAveragePooling2D() in keras

I want to pass the output of ConvLSTM and Conv2D to a Dense Layer in Keras, what is the difference between using global average pooling and flatten Both is working in my case. That both seem to work d...

How to invoke a test step with inputs at runtime from groovy script in SOAP UI?

I am writing a validation groovy script for a test step, intended to test a SOAP Web Service. Now, I want to call the same test step, with different input value from the groovy script. Is it possible?...

Wicket pagestore results wrong page

I have a problem with my web application with wicket. I am using wicket 6.14. I can't say exactly what the problem is, but I can describe the problem. I am using a self written pagestore, which uses h...

Unity load files from outside of resources folder

In unity is it possible to load a resource that is out side of the resources folder. I want the user to be able to set a textAsset variable from a file outside of the Assets directory entirely. You ca...

相关问题

相关文章

热门文章

推荐文章

相关标签

推荐问答