• 【ocean】报错*Error* quotient: can‘t handle (nil / nil)


    • 这个情况比较复杂,有很多种情况,一般nil代表没有值,ciw中会具体提示哪一行错误,但如果是一个procedure,他不会提示得那么仔细
      Error* quotient: can’t handle (nil / nil)
      Error load: error while loading file - “xxx.ocn” at line 183
    • 网上看还有error,提示值晶体管值不对,原来读文件时候多读了一个数,本来是w,l,mul,我还继续用fscanf读了一个其他的配置,导致后面W和L被冲掉了,debug没有经验可以将fscanf读出来的W和L再printf到CIW上看看具体是多少
    • 补充一下,fscanf(file …),file不存在也可能报这个错误,首次检查一下文件是否存在,路径对不对

    Error found by spectre.
    ERROR (CMI-2440): “input.scs” 94: M5: The length, width, or area of the
    instance does not fit the given lmax-lmin, wmax-wmin, or
    areamax-areamin range for any model in the ‘pch’ group. The channel
    width is 1.000000e+00 and length is 1.300000e-06. Specify channel width
    and length that do not exceed the referenced maximal area
    Lmax=2.000010e-05, Lmin=6.000000e-08, Wmax=9.000001e-04,and
    Wmin=1.200000e-07. You can choose the nearest model by setting the
    value of ‘soft_bin’ option to ‘allmodels’.
    ERROR (CMI-2440): “input.scs” 110: M7: The length, width, or area of the
    instance does not fit the given lmax-lmin, wmax-wmin, or
    areamax-areamin range for any model in the ‘nch’ group. The channel
    width is 1.000000e+00 and length is 2.670000e-07. Specify channel width
    and length that do not exceed the referenced maximal area
    Lmax=2.000010e-05, Lmin=6.000000e-08, Wmax=9.000001e-04,and
    Wmin=1.200000e-07. You can choose the nearest model by setting the
    value of ‘soft_bin’ option to ‘allmodels’.

  • 相关阅读:
    Spark SQL 从入门到精通 - Spark SQL 行转列、列转行案例
    greenhills multi ide for mips && ppc
    FFmpeg5.1.3编译动态库踩坑之旅(基于Linux虚拟机)
    论文阅读-Dr.Deep_基于医疗特征上下文学习的患者健康状态可解释评估
    Apollo配置更新通知
    创建python虚拟环境
    webpack处理vue项目静态资源及public/static/assets目录的区别
    如何根据不同仪器选择适合的电源模块?
    java 常用包
    【C++】STL:string类
  • 原文地址:https://blog.csdn.net/xiong_xin/article/details/139385305