在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 175|回复: 0

vc_static 问题:Data Channel Socket Read Error: Connection reset by peer

[复制链接]
发表于 昨天 19:54 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x




跑vc_static lint 分析完了闪退。有大佬知道怎么回事么。







  1.                                    VC Static

  2.                Version V-2023.12-SP1 for linux64 - Mar 02, 2024

  3.                     Copyright (c) 2010 - 2024 Synopsys, Inc.
  4.    This software and the associated documentation are proprietary to Synopsys,
  5. Inc. This software may only be used in accordance with the terms and conditions
  6. of a written license agreement with Synopsys, Inc. All other use, reproduction,
  7.    or distribution of this software is strictly prohibited.  Licensed Products
  8.      communicate with Synopsys servers for the purpose of providing software
  9.     updates, detecting software piracy and verifying that customers are using
  10.     Licensed Products in conformity with the applicable License Key for such
  11.   Licensed Products. Synopsys will use information gathered in connection with
  12.     this process to deliver software updates and pursue software pirates and
  13.                                    infringers.

  14. Inclusivity & Diversity - Visit SolvNetPlus to read the "Synopsys Statement on
  15.             Inclusivity and Diversity" (Refer to article 000036315 at
  16.                         https://solvnetplus.synopsys.com)
  17. restore_session -level default
  18. set_app_var default_waiver_file vcst_rtdb/reports/waiver.tcl
  19. MasterSourceFile setup_lint.tcl
  20. ##############################################################
  21. ## set top
  22. ##############################################################
  23. set design_top osr_ehsm_top
  24. ##############################################################
  25. ## Setting Waiver Files
  26. ##############################################################
  27. manage_waiver_file "SGDC/osr_ehsm_top_waiver_file_lint.tcl"
  28. set_app_var default_waiver_file "SGDC/osr_ehsm_top_waiver_file_lint.tcl"
  29. ##############################################################
  30. ##  setup vars and options
  31. ##############################################################
  32. #report_app_var
  33. set_app_var enable_lint true
  34. [Info] In case any tcl command throwing error , last 10 suppressed messages for the command will be shown on console.
  35. #set_app_var prefer_lib_over_rtl false
  36. set_app_var prefer_lib_or_rtl_model rtl
  37. set_app_var enable_nextgen_cdc true
  38. set_app_var set_blackbox_mem_limit 4096
  39. check_hdl_lib -all
  40. #configure_console_messages -show both -tags [ get_tags -app DESIGN ]
  41. #set_app_var ignore_encrypted_module_violations true
  42. ##############################################################
  43. ##  The search_path and link_library Variable
  44. ##############################################################
  45. #set_app_var search_path "/remote/group/project/design_cdc/LIBRARIES_db/"
  46. #set_app_var link_library "TOP_2M3PIX.db FU_SAFMEMHV_LSOD25.db ISC_19_CLK_LVT.db SC_19_CLK_SVT.db "
  47. ##############################################################
  48. ## Enabling/Disabling VC Spyglass LINT tags
  49. ## configure_lint_tag -enable -tag "<tag_name>" -goal <goal_name>
  50. ## configure_lint_tag_parameter -tag "<tag_name>" -parameter <parameter_name> -value {<value>} -goal <goal_name>
  51. ## configure_lint_setup -goal <goal_name>
  52. ##############################################################
  53. set met_path $::env(VC_STATIC_HOME)/auxx/monet/tcl/GuideWare/block/rtl_handoff/lint
  54. #set met_path $::env(VC_STATIC_HOME)/auxx/monet/tcl/GuideWare/soc/rtl_handoff/lint
  55. set goal_name  lint_rtl
  56. configure_lint_methodology -path $met_path -goal $goal_name
  57. source ./add_rules.tcl
  58. foreach lint_rule $lint_rules {
  59.     echo "Notice: Enable lint_rule: $lint_rule !"
  60.     configure_lint_tag  -enable -tag  $lint_rule  -goal $goal_name
  61. }
  62. Notice: Enable lint_rule: badimplicitSM1 !
  63. Notice: Enable lint_rule: badimplicitSM2 !
  64. Notice: Enable lint_rule: badimplicitSM4 !
  65. Notice: Enable lint_rule: BlockHeader !
  66. Notice: Enable lint_rule: bothedges !
  67. Notice: Enable lint_rule: DisconnSpec !
  68. Notice: Enable lint_rule: ForLoopWait !
  69. Notice: Enable lint_rule: IncompleteType !
  70. Notice: Enable lint_rule: Info_Case_Analysis !
  71. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'Info_Case_Analysis' (setup_lint.tcl:60) were found.
  72.         Revise your tag list and try again..
  73. Notice: Enable lint_rule: IntGeneric !
  74. Notice: Enable lint_rule: LinkagePort !
  75. Notice: Enable lint_rule: LoopBound !
  76. Notice: Enable lint_rule: NoTimeOut !
  77. Notice: Enable lint_rule: PortType !
  78. Notice: Enable lint_rule: PreDefAttr !
  79. Notice: Enable lint_rule: ResFunction !
  80. Notice: Enable lint_rule: STARC05-2.1.6.5 !
  81. Notice: Enable lint_rule: STARC05-2.3.1.2c !
  82. Notice: Enable lint_rule: UserDefAttr !
  83. Notice: Enable lint_rule: W18 !
  84. Notice: Enable lint_rule: W43 !
  85. Notice: Enable lint_rule: W182g !
  86. Notice: Enable lint_rule: W182h !
  87. Notice: Enable lint_rule: W182k !
  88. Notice: Enable lint_rule: W182n !
  89. Notice: Enable lint_rule: W421 !
  90. Notice: Enable lint_rule: W442a !
  91. Notice: Enable lint_rule: W442b !
  92. Notice: Enable lint_rule: W442c !
  93. Notice: Enable lint_rule: W442f !
  94. Notice: Enable lint_rule: SignedUnsignedExpr-ML !
  95. Notice: Enable lint_rule: sim_race02 !
  96. Notice: Enable lint_rule: W110a !
  97. Notice: Enable lint_rule: W239 !
  98. Notice: Enable lint_rule: W416 !
  99. Notice: Enable lint_rule: BothPhase !
  100. Notice: Enable lint_rule: CheckDelayTimescale-ML !
  101. Notice: Enable lint_rule: ClockStyle !
  102. Notice: Enable lint_rule: DiffTimescaleUsed-ML !
  103. Notice: Enable lint_rule: MultipleWait !
  104. Notice: Enable lint_rule: PragmaComments-ML !
  105. Notice: Enable lint_rule: SetBeforeRead-ML !
  106. Notice: Enable lint_rule: SigVarInit !
  107. Notice: Enable lint_rule: STARC05-2.1.8.6 !
  108. Notice: Enable lint_rule: STARC05-2.10.2.3 !
  109. Notice: Enable lint_rule: STARC05-2.10.3.7 !
  110. Notice: Enable lint_rule: STARC05-2.11.3.1 !
  111. Notice: Enable lint_rule: STARC05-2.3.1.4 !
  112. Notice: Enable lint_rule: STARC05-2.3.1.5b !
  113. Notice: Enable lint_rule: STARC05-2.3.2.4 !
  114. Notice: Enable lint_rule: W107 !
  115. Notice: Enable lint_rule: W120 !
  116. Notice: Enable lint_rule: W121 !
  117. Notice: Enable lint_rule: W128 !
  118. Notice: Enable lint_rule: W129 !
  119. Notice: Enable lint_rule: W146 !
  120. Notice: Enable lint_rule: W162 !
  121. Notice: Enable lint_rule: W163 !
  122. Notice: Enable lint_rule: W17 !
  123. Notice: Enable lint_rule: W175 !
  124. Notice: Enable lint_rule: W187 !
  125. Notice: Enable lint_rule: W188 !
  126. Notice: Enable lint_rule: W190 !
  127. Notice: Enable lint_rule: W191 !
  128. Notice: Enable lint_rule: W208 !
  129. Notice: Enable lint_rule: W243 !
  130. Notice: Enable lint_rule: W256 !
  131. Notice: Enable lint_rule: W287c !
  132. Notice: Enable lint_rule: W308 !
  133. Notice: Enable lint_rule: W310 !
  134. Notice: Enable lint_rule: W311 !
  135. Notice: Enable lint_rule: W312 !
  136. Notice: Enable lint_rule: W313 !
  137. Notice: Enable lint_rule: W314 !
  138. Notice: Enable lint_rule: W323 !
  139. Notice: Enable lint_rule: W333 !
  140. Notice: Enable lint_rule: W34 !
  141. Notice: Enable lint_rule: W350 !
  142. Notice: Enable lint_rule: W351 !
  143. Notice: Enable lint_rule: W398 !
  144. Notice: Enable lint_rule: W421 !
  145. Notice: Enable lint_rule: W429 !
  146. Notice: Enable lint_rule: W433 !
  147. Notice: Enable lint_rule: W474 !
  148. Notice: Enable lint_rule: W475 !
  149. Notice: Enable lint_rule: W476 !
  150. Notice: Enable lint_rule: W477 !
  151. Notice: Enable lint_rule: W479 !
  152. Notice: Enable lint_rule: W484 !
  153. Notice: Enable lint_rule: W489 !
  154. Notice: Enable lint_rule: W490 !
  155. Notice: Enable lint_rule: W494 !
  156. Notice: Enable lint_rule: W495 !
  157. Notice: Enable lint_rule: W497 !
  158. Notice: Enable lint_rule: W502 !
  159. Notice: Enable lint_rule: W503 !
  160. Notice: Enable lint_rule: W504 !
  161. Notice: Enable lint_rule: W526 !
  162. Notice: Enable lint_rule: W527 !
  163. Notice: Enable lint_rule: W541 !
  164. Notice: Enable lint_rule: W546 !
  165. Notice: Enable lint_rule: W552 !
  166. Notice: Enable lint_rule: W553 !
  167. Notice: Enable lint_rule: W561 !
  168. Notice: Enable lint_rule: W563 !
  169. Notice: Enable lint_rule: W575 !
  170. Notice: Enable lint_rule: W576 !
  171. Notice: Enable lint_rule: W127 !
  172. Notice: Enable lint_rule: W129 !
  173. Notice: Enable lint_rule: W182c !
  174. Notice: Enable lint_rule: W189 !
  175. Notice: Enable lint_rule: W190 !
  176. Notice: Enable lint_rule: W213 !
  177. Notice: Enable lint_rule: W215 !
  178. Notice: Enable lint_rule: W216 !
  179. Notice: Enable lint_rule: W226 !
  180. Notice: Enable lint_rule: W245 !
  181. Notice: Enable lint_rule: W250 !
  182. Notice: Enable lint_rule: W253 !
  183. Notice: Enable lint_rule: W254 !
  184. Notice: Enable lint_rule: W280 !
  185. Notice: Enable lint_rule: W289 !
  186. Notice: Enable lint_rule: W292 !
  187. Notice: Enable lint_rule: W293 !
  188. Notice: Enable lint_rule: W294 !
  189. Notice: Enable lint_rule: W295 !
  190. Notice: Enable lint_rule: W317 !
  191. Notice: Enable lint_rule: W352 !
  192. Notice: Enable lint_rule: W398 !
  193. Notice: Enable lint_rule: W422 !
  194. Notice: Enable lint_rule: W424 !
  195. Notice: Enable lint_rule: W425 !
  196. Notice: Enable lint_rule: W426 !
  197. Notice: Enable lint_rule: W427 !
  198. Notice: Enable lint_rule: W430 !
  199. Notice: Enable lint_rule: W467 !
  200. Notice: Enable lint_rule: W480 !
  201. Notice: Enable lint_rule: W481a !
  202. Notice: Enable lint_rule: W481b !
  203. Notice: Enable lint_rule: W496a !
  204. Notice: Enable lint_rule: W496b !
  205. Notice: Enable lint_rule: W71 !
  206. Notice: Enable lint_rule: ArrayIndex !
  207. Notice: Enable lint_rule: NoAssignX-ML !
  208. Notice: Enable lint_rule: NoXInCase-ML !
  209. Notice: Enable lint_rule: ParamWidthMismatch-ML !
  210. Notice: Enable lint_rule: ReportPortInfo-ML !
  211. Notice: Enable lint_rule: STARC05-2.1.3.1 !
  212. Notice: Enable lint_rule: STARC05-2.1.5.3 !
  213. Notice: Enable lint_rule: STARC05-2.2.3.3 !
  214. Notice: Enable lint_rule: STARC05-2.3.1.6 !
  215. Notice: Enable lint_rule: W110 !
  216. Notice: Enable lint_rule: W116 !
  217. Notice: Enable lint_rule: W122 !
  218. Notice: Enable lint_rule: W123 !
  219. Notice: Enable lint_rule: W143 !
  220. Notice: Enable lint_rule: W164a !
  221. Notice: Enable lint_rule: W164b !
  222. Notice: Enable lint_rule: W341 !
  223. Notice: Enable lint_rule: W19 !
  224. Notice: Enable lint_rule: W210 !
  225. Notice: Enable lint_rule: W218 !
  226. Notice: Enable lint_rule: W240 !
  227. Notice: Enable lint_rule: W241 !
  228. Notice: Enable lint_rule: W257 !
  229. Notice: Enable lint_rule: W259 !
  230. Notice: Enable lint_rule: W263 !
  231. Notice: Enable lint_rule: W332 !
  232. Notice: Enable lint_rule: W337 !
  233. Notice: Enable lint_rule: W362 !
  234. Notice: Enable lint_rule: W423 !
  235. Notice: Enable lint_rule: W446 !
  236. Notice: Enable lint_rule: W456a !
  237. Notice: Enable lint_rule: W486 !
  238. Notice: Enable lint_rule: W491 !
  239. Notice: Enable lint_rule: W499 !
  240. Notice: Enable lint_rule: W502 !
  241. Notice: Enable lint_rule: W505 !
  242. Notice: Enable lint_rule: W551 !
  243. Notice: Enable lint_rule: W66 !
  244. Notice: Enable lint_rule: InferLatch !
  245. Notice: Enable lint_rule: RegInputOutput-ML !
  246. Notice: Enable lint_rule: STARC05-2.3.4.1v !
  247. Notice: Enable lint_rule: STARC05-2.5.1.7 !
  248. Notice: Enable lint_rule: STARC05-2.5.1.9 !
  249. Notice: Enable lint_rule: STARC05-2.10.3.2 !
  250. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'STARC05-2.10.3.2' (setup_lint.tcl:60) were found.
  251.         Revise your tag list and try again..
  252. Notice: Enable lint_rule: STARC05-2.10.3.2a !
  253. Notice: Enable lint_rule: STARC05-2.10.3.2b_sa !
  254. Notice: Enable lint_rule: STARC05-2.10.3.2b_sb !
  255. Notice: Enable lint_rule: W336 !
  256. Notice: Enable lint_rule: W414 !
  257. Notice: Enable lint_rule: W428 !
  258. Notice: Enable lint_rule: W450L !
  259. Notice: Enable lint_rule: UndrivenInTerm-ML !
  260. Notice: Enable lint_rule: UndrivenNUnloaded-ML !
  261. Notice: Enable lint_rule: UnloadedInPort-ML !
  262. Notice: Enable lint_rule: FloatingInputs !
  263. Notice: Enable lint_rule: checkMultipleDrivers !
  264. Notice: Enable lint_rule: UndrivenOutPort-ML !
  265. Notice: Enable lint_rule: UndrivenNet-ML !
  266. Notice: Enable lint_rule: HangingInst-ML !
  267. Notice: Enable lint_rule: UndrivenOutTermNLoaded-ML !
  268. Notice: Enable lint_rule: UnloadedNet-ML !
  269. Notice: Enable lint_rule: UnloadedOutTerm-ML !
  270. Notice: Enable lint_rule: BufClock !
  271. Notice: Enable lint_rule: checkPinConnectedToSupply !
  272. Notice: Enable lint_rule: CombLoop !
  273. Notice: Enable lint_rule: FlopClockConstant !
  274. Notice: Enable lint_rule: FlopEConst !
  275. Notice: Enable lint_rule: FlopSRConst !
  276. Notice: Enable lint_rule: LatchFeedback !
  277. Notice: Enable lint_rule: STARC05-1.2.1.2 !
  278. Notice: Enable lint_rule: STARC05-1.3.1.3 !
  279. Notice: Enable lint_rule: STARC05-1.3.1.7 !
  280. Notice: Enable lint_rule: STARC05-1.4.3.4 !
  281. Notice: Enable lint_rule: STARC05-2.1.4.5 !
  282. Notice: Enable lint_rule: STARC05-2.4.1.5 !
  283. Notice: Enable lint_rule: STARC05-2.5.1.2 !
  284. Notice: Enable lint_rule: STARC-2.1.3.1 !
  285. Notice: Enable lint_rule: STARC-2.1.3.2 !
  286. Notice: Enable lint_rule: STARC-2.2.3.1 !
  287. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'STARC-2.2.3.1' (setup_lint.tcl:60) were found.
  288.         Revise your tag list and try again..
  289. Notice: Enable lint_rule: STARC-2.3.2.2 !
  290. Notice: Enable lint_rule: STARC-2.3.6.1 !
  291. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'STARC-2.3.6.1' (setup_lint.tcl:60) were found.
  292.         Revise your tag list and try again..
  293. Notice: Enable lint_rule: STARC-2.3.6.2a !
  294. Notice: Enable lint_rule: STARC-2.8.3.5 !
  295. Notice: Enable lint_rule: W391 !
  296. Notice: Enable lint_rule: W392 !
  297. Notice: Enable lint_rule: W415 !
  298. Notice: Enable lint_rule: STARC05-2.10.1.4a !
  299. Notice: Enable lint_rule: STARC05-2.10.1.4b !
  300. Notice: Enable lint_rule: W156 !
  301. Notice: Enable lint_rule: STARC05-2.3.3.1 !
  302. Notice: Enable lint_rule: W415a !
  303. Notice: Enable lint_rule: W287b !
  304. Notice: Enable lint_rule: W224 !
  305. Notice: Enable lint_rule: W287a !
  306. Notice: Enable lint_rule: W528 !
  307. Notice: Enable lint_rule: mixedsenselist !
  308. Notice: Enable lint_rule: W339a !
  309. Notice: Enable lint_rule: STARC05-2.10.3.2a !
  310. Notice: Enable lint_rule: CaseOverIf !
  311. Notice: Enable lint_rule: ChkSensExprPar-ML !
  312. Notice: Enable lint_rule: ClockPhase !
  313. Notice: Enable lint_rule: ConsCase !
  314. Notice: Enable lint_rule: ConstSig !
  315. Notice: Enable lint_rule: DeadCode !
  316. Notice: Enable lint_rule: DefaultState !
  317. Notice: Enable lint_rule: DisallowTimeArr-ML !
  318. Notice: Enable lint_rule: GroupOFAsgn-ML !
  319. Notice: Enable lint_rule: HangingNet-ML !
  320. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'HangingNet-ML' (setup_lint.tcl:60) were found.
  321.         Revise your tag list and try again..
  322. Notice: Enable lint_rule: MemConflict-ML !
  323. Notice: Enable lint_rule: NamedAssoc !
  324. Notice: Enable lint_rule: NoDupPort-ML !
  325. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'NoDupPort-ML' (setup_lint.tcl:60) were found.
  326.         Revise your tag list and try again..
  327. Notice: Enable lint_rule: WRN_48 !
  328. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_48' (setup_lint.tcl:60) were found.
  329.         Revise your tag list and try again..
  330. Notice: Enable lint_rule: NonStaticMacro-ML !
  331. Notice: Enable lint_rule: NullPort-ML !
  332. Notice: Enable lint_rule: ResetFlop-ML !
  333. Notice: Enable lint_rule: SensListRepeat-ML !
  334. Notice: Enable lint_rule: TaskComment !
  335. Notice: Enable lint_rule: TriStateName !
  336. Notice: Enable lint_rule: TristateSig-ML !
  337. Notice: Enable lint_rule: SYNTH_12608 !
  338. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'SYNTH_12608' (setup_lint.tcl:60) were found.
  339.         Revise your tag list and try again..
  340. Notice: Enable lint_rule: SYNTH_5035 !
  341. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'SYNTH_5035' (setup_lint.tcl:60) were found.
  342.         Revise your tag list and try again..
  343. Notice: Enable lint_rule: SYNTH_5115 !
  344. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'SYNTH_5115' (setup_lint.tcl:60) were found.
  345.         Revise your tag list and try again..
  346. Notice: Enable lint_rule: NoInoutPort-ML !
  347. Notice: Enable lint_rule: WRN_46 !
  348. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_46' (setup_lint.tcl:60) were found.
  349.         Revise your tag list and try again..
  350. Notice: Enable lint_rule: W287c !
  351. Notice: Enable lint_rule: W494 !
  352. Notice: Enable lint_rule: W495 !
  353. Notice: Enable lint_rule: NoParamMultConcat-ML !
  354. Notice: Enable lint_rule: W326 !
  355. Notice: Enable lint_rule: W493 !
  356. Notice: Enable lint_rule: infiniteloop !
  357. Notice: Enable lint_rule: UnConstrLoop-ML !
  358. Notice: Enable lint_rule: STARC-2.1.2.3 !
  359. Notice: Enable lint_rule: STARC-2.1.3.5 !
  360. Notice: Enable lint_rule: STARC-2.1.4.6 !
  361. Notice: Enable lint_rule: STARC-2.10.4.5 !
  362. Notice: Enable lint_rule: STARC-2.2.3.3 !
  363. Notice: Enable lint_rule: STARC-2.3.1.2a !
  364. Notice: Enable lint_rule: STARC-2.3.1.2b !
  365. Notice: Enable lint_rule: STARC-2.3.1.6 !
  366. Notice: Enable lint_rule: STARC-2.4.1.3 !
  367. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'STARC-2.4.1.3' (setup_lint.tcl:60) were found.
  368.         Revise your tag list and try again..
  369. Notice: Enable lint_rule: STARC-2.5.1.1 !
  370. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'STARC-2.5.1.1' (setup_lint.tcl:60) were found.
  371.         Revise your tag list and try again..
  372. Notice: Enable lint_rule: STARC-2.5.1.2 !
  373. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'STARC-2.5.1.2' (setup_lint.tcl:60) were found.
  374.         Revise your tag list and try again..
  375. Notice: Enable lint_rule: STARC-2.7.4.3 !
  376. Notice: Enable lint_rule: STARC-2.9.1.2a !
  377. Notice: Enable lint_rule: STARC-2.9.1.2c !
  378. Notice: Enable lint_rule: STARC05-2.1.2.2 !
  379. Notice: Enable lint_rule: STARC05-3.3.6.2 !
  380. Notice: Enable lint_rule: FlopClockUndriven !
  381. Notice: Enable lint_rule: FlopClockX !
  382. Notice: Enable lint_rule: FlopDataConstant !
  383. Notice: Enable lint_rule: FlopDataUndriven !
  384. Notice: Enable lint_rule: FlopDataX !
  385. Notice: Enable lint_rule: FlopEConst !
  386. Notice: Enable lint_rule: FlopSR !
  387. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'FlopSR' (setup_lint.tcl:60) were found.
  388.         Revise your tag list and try again..
  389. Notice: Enable lint_rule: FlopSRConst !
  390. Notice: Enable lint_rule: FlopSREX !
  391. Notice: Enable lint_rule: LatchDataConstant !
  392. Notice: Enable lint_rule: LatchDataUndriven !
  393. Notice: Enable lint_rule: LatchDataX !
  394. Notice: Enable lint_rule: LatchEnableConstant !
  395. Notice: Enable lint_rule: LatchEnableUndriven !
  396. Notice: Enable lint_rule: LatchEnableX !
  397. Notice: Enable lint_rule: MuxSelConst !
  398. Notice: Enable lint_rule: TristateConst !
  399. Notice: Enable lint_rule: checkTristateBuses !
  400. Notice: Enable lint_rule: noCombinatorialFeedBack !
  401. Notice: Enable lint_rule: W122L !
  402. Notice: Enable lint_rule: W336L !
  403. Notice: Enable lint_rule: W442aL !
  404. Notice: Enable lint_rule: W450L !
  405. Notice: Enable lint_rule: W156 !
  406. Notice: Enable lint_rule: W188 !
  407. Notice: Enable lint_rule: W243 !
  408. Notice: Enable lint_rule: W317 !
  409. Notice: Enable lint_rule: W323 !
  410. Notice: Enable lint_rule: W342 !
  411. Notice: Enable lint_rule: W343 !
  412. Notice: Enable lint_rule: W348 !
  413. Notice: Enable lint_rule: W362 !
  414. Notice: Enable lint_rule: W395 !
  415. Notice: Enable lint_rule: W424 !
  416. Notice: Enable lint_rule: W426 !
  417. Notice: Enable lint_rule: W438 !
  418. Notice: Enable lint_rule: W443 !
  419. Notice: Enable lint_rule: W444 !
  420. Notice: Enable lint_rule: W456 !
  421. Notice: Enable lint_rule: W464 !
  422. Notice: Enable lint_rule: W467 !
  423. Notice: Enable lint_rule: W479 !
  424. Notice: Enable lint_rule: W480 !
  425. Notice: Enable lint_rule: W486 !
  426. Notice: Enable lint_rule: W502 !
  427. Notice: Enable lint_rule: W527 !
  428. Notice: Enable lint_rule: mixedsenselist !
  429. Notice: Enable lint_rule: readclock !
  430. Notice: Enable lint_rule: sim_loop01 !
  431. Notice: Enable lint_rule: WRN_48 !
  432. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_48' (setup_lint.tcl:60) were found.
  433.         Revise your tag list and try again..
  434. Notice: Enable lint_rule: SYNTH_5035 !
  435. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'SYNTH_5035' (setup_lint.tcl:60) were found.
  436.         Revise your tag list and try again..
  437. Notice: Enable lint_rule: MemConflict-ML !
  438. Notice: Enable lint_rule: PartSelectRange-ML !
  439. Notice: Enable lint_rule: SignedUnsignedExpr-ML !
  440. Notice: Enable lint_rule: TypedefNameConflict-ML !
  441. Notice: Enable lint_rule: STARC-2.3.2.2 !
  442. Notice: Enable lint_rule: STARC-2.8.1.3 !
  443. Notice: Enable lint_rule: RegInput-ML !
  444. Notice: Enable lint_rule: RegOutputs !
  445. Notice: Enable lint_rule: W165a !
  446. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'W165a' (setup_lint.tcl:60) were found.
  447.         Revise your tag list and try again..
  448. Notice: Enable lint_rule: W164c !
  449. Notice: Enable lint_rule: W328 !
  450. Notice: Enable lint_rule: STARC-2.3.4.3 !
  451. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'STARC-2.3.4.3' (setup_lint.tcl:60) were found.
  452.         Revise your tag list and try again..
  453. Notice: Enable lint_rule: STARC05-1.3.2.1a !
  454. Notice: Enable lint_rule: STARC05-2.10.3.1 !
  455. Notice: Enable lint_rule: STARC05-2.5.1.5 !
  456. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'STARC05-2.5.1.5' (setup_lint.tcl:60) were found.
  457.         Revise your tag list and try again..
  458. Notice: Enable lint_rule: STARC05-2.5.1.5a !
  459. Notice: Enable lint_rule: W396 !
  460. Notice: Enable lint_rule: SYNTH_5133 !
  461. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'SYNTH_5133' (setup_lint.tcl:60) were found.
  462.         Revise your tag list and try again..
  463. Notice: Enable lint_rule: WRN_40 !
  464. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_40' (setup_lint.tcl:60) were found.
  465.         Revise your tag list and try again..
  466. Notice: Enable lint_rule: WRN_66 !
  467. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_66' (setup_lint.tcl:60) were found.
  468.         Revise your tag list and try again..
  469. Notice: Enable lint_rule: WRN_68 !
  470. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_68' (setup_lint.tcl:60) were found.
  471.         Revise your tag list and try again..
  472. Notice: Enable lint_rule: WRN_1021 !
  473. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_1021' (setup_lint.tcl:60) were found.
  474.         Revise your tag list and try again..
  475. Notice: Enable lint_rule: WRN_1452 !
  476. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_1452' (setup_lint.tcl:60) were found.
  477.         Revise your tag list and try again..
  478. Notice: Enable lint_rule: WRN_1464 !
  479. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_1464' (setup_lint.tcl:60) were found.
  480.         Revise your tag list and try again..
  481. Notice: Enable lint_rule: WRN_1466 !
  482. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_1466' (setup_lint.tcl:60) were found.
  483.         Revise your tag list and try again..
  484. Notice: Enable lint_rule: WRN_1467 !
  485. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_1467' (setup_lint.tcl:60) were found.
  486.         Revise your tag list and try again..
  487. #dict for {tag config} $rules_param_dict {
  488. #    puts "Tag: $tag"
  489. #    dict for {param value} $config {
  490. #        puts "$param is $value"
  491. #        configure_lint_tag_parameter -tag $tag -parameter  $param -value { $value } -goal $goal_name
  492. #    }
  493. #}
  494. configure_lint_setup -goal $goal_name  
  495. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'Info_Case_Analysis' (setup_lint.tcl:75) were found.
  496.         Revise your tag list and try again..
  497. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'STARC05-2.10.3.2' (setup_lint.tcl:75) were found.
  498.         Revise your tag list and try again..
  499. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'STARC-2.2.3.1' (setup_lint.tcl:75) were found.
  500.         Revise your tag list and try again..
  501. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'STARC-2.3.6.1' (setup_lint.tcl:75) were found.
  502.         Revise your tag list and try again..
  503. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'HangingNet-ML' (setup_lint.tcl:75) were found.
  504.         Revise your tag list and try again..
  505. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'NoDupPort-ML' (setup_lint.tcl:75) were found.
  506.         Revise your tag list and try again..
  507. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_48' (setup_lint.tcl:75) were found.
  508.         Revise your tag list and try again..
  509. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'SYNTH_12608' (setup_lint.tcl:75) were found.
  510.         Revise your tag list and try again..
  511. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'SYNTH_5035' (setup_lint.tcl:75) were found.
  512.         Revise your tag list and try again..
  513. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'SYNTH_5115' (setup_lint.tcl:75) were found.
  514.         Revise your tag list and try again..
  515. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_46' (setup_lint.tcl:75) were found.
  516.         Revise your tag list and try again..
  517. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'STARC-2.4.1.3' (setup_lint.tcl:75) were found.
  518.         Revise your tag list and try again..
  519. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'STARC-2.5.1.1' (setup_lint.tcl:75) were found.
  520.         Revise your tag list and try again..
  521. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'STARC-2.5.1.2' (setup_lint.tcl:75) were found.
  522.         Revise your tag list and try again..
  523. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'FlopSR' (setup_lint.tcl:75) were found.
  524.         Revise your tag list and try again..
  525. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_48' (setup_lint.tcl:75) were found.
  526.         Revise your tag list and try again..
  527. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'SYNTH_5035' (setup_lint.tcl:75) were found.
  528.         Revise your tag list and try again..
  529. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'W165a' (setup_lint.tcl:75) were found.
  530.         Revise your tag list and try again..
  531. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'STARC-2.3.4.3' (setup_lint.tcl:75) were found.
  532.         Revise your tag list and try again..
  533. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'STARC05-2.5.1.5' (setup_lint.tcl:75) were found.
  534.         Revise your tag list and try again..
  535. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'SYNTH_5133' (setup_lint.tcl:75) were found.
  536.         Revise your tag list and try again..
  537. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_40' (setup_lint.tcl:75) were found.
  538.         Revise your tag list and try again..
  539. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_66' (setup_lint.tcl:75) were found.
  540.         Revise your tag list and try again..
  541. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_68' (setup_lint.tcl:75) were found.
  542.         Revise your tag list and try again..
  543. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_1021' (setup_lint.tcl:75) were found.
  544.         Revise your tag list and try again..
  545. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_1452' (setup_lint.tcl:75) were found.
  546.         Revise your tag list and try again..
  547. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_1464' (setup_lint.tcl:75) were found.
  548.         Revise your tag list and try again..
  549. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_1466' (setup_lint.tcl:75) were found.
  550.         Revise your tag list and try again..
  551. [Error] RDB_CONFIGURE_BAD_TAG: None of the tag pattern(s) 'WRN_1467' (setup_lint.tcl:75) were found.
  552.         Revise your tag list and try again..
  553. ##############################################################
  554. ## Reading the Design
  555. ##############################################################
  556. #set_blackbox -designs {moduleA}
  557. read_file -top $design_top -vcs {-f ../filelist/ehsm_rtl.f} -format sverilog -define { OSR_FPGA }
  558. Info: Invoking Simon...
  559. Info: Simon VCS Start

  560. =======================================================
  561. VCS CPU Time(s)     :3.26
  562. SIMON CPU Time(s)   :16.46
  563. SIMON Total Time(s) :3.73
  564. Peak Memory(MB)     :508
  565. =======================================================
  566. Info: Simon VCS Finished
  567. Info: Simon call complete
  568. Info: Exiting after Simon Analysis
  569. Verdi KDB elaboration done and the database successfully generated: 0 error(s), 0 warning(s)
  570. [Info] DB_COPT045: Vcs analyzer task has finished.
  571. # Gate Counts
  572. Number of Flat Instances = 743649
  573. Number of Operator = 743649
  574. Number of Libcells = 0
  575. Number of Black-Box Instances = 0

  576. ################################################################
  577. ## SDC File
  578. ################################################################
  579. read_sdc ./SGDC/osr_ehsm_top.sdc
  580. ################################################################
  581. ## Run
  582. ################################################################
  583. #check_lint
  584. check_lint -goal $goal_name
  585. [Warning] LINT_OPTION_VALUE_DISCARDED: '-goal' value should be set thru configure_lint_setup only. Current value discarded and honoring the values from configure_lint_setup.
  586. [Info] Running goal lint_rtl
  587. eval {;}
  588. ################################################################
  589. ## report
  590. ################################################################
  591. #report_lint -file report_hdl.txt -verbose -limit 0
  592. #report_lint -limit 0 -verbose -include_waived -gen_empty -report {sg_moresimple sg_waiver sg_count} -filter {Goal==test_goal}
  593. #report_cdc -verbose -file report_cdc.rpt
  594. #redirect -file report_cdc.rpt {report_cdc}
  595. report_violations

  596.   -----------------------------------------------------------------------------
  597.   Management Summary
  598.   -----------------------------------------------------------------------------
  599.   Stage             Family      Fatals    Errors  Warnings     Infos
  600.   -----             --------  --------  --------  --------  --------
  601.   BUILTIN_CHECK     CODING           1         0         2         0
  602.   DESIGN_READ       DESIGN           0         0         4         0
  603.   STRUCTURAL_CHECK  CODING           0        60      6232      4217
  604.   STRUCTURAL_CHECK  CONN             0         0       980         0
  605.   STRUCTURAL_CHECK  SYN              0         0       454         0
  606.   Sanity            SETUP            0        54         0         0
  607.   TCL               SETUP            0         0         1         1
  608.   -----             --------  --------  --------  --------  --------
  609.   Total                              1       114      7673      4218


  610.   -----------------------------------------------------------------------------
  611.   Tree Summary
  612.   -----------------------------------------------------------------------------
  613.   Severity  Stage             Tag                            Count
  614.   --------  -----             -----------------------------  -----
  615.   fatal     BUILTIN_CHECK     RTLCheckerSummary                  1
  616.   error     STRUCTURAL_CHECK  STARC05-1.3.2.1a                  60
  617.   error     Sanity            RDB_CONFIGURE_BAD_TAG             54
  618.   warning   BUILTIN_CHECK     CheckDelayTimescale-ML             2
  619.   warning   DESIGN_READ       SM_PCNP                            4
  620.   warning   STRUCTURAL_CHECK  ClockPhase                         1
  621.   warning   STRUCTURAL_CHECK  CombLoop                          16
  622.   warning   STRUCTURAL_CHECK  FlopDataConstant                 454
  623.   warning   STRUCTURAL_CHECK  FlopEConst                        22
  624.   warning   STRUCTURAL_CHECK  MuxSelConst                      108
  625.   warning   STRUCTURAL_CHECK  RegInput-ML                     5281
  626.   warning   STRUCTURAL_CHECK  RegOutputs                        85
  627.   warning   STRUCTURAL_CHECK  STARC05-1.3.1.3                    4
  628.   warning   STRUCTURAL_CHECK  STARC05-1.4.3.4                    1
  629.   warning   STRUCTURAL_CHECK  UndrivenNUnloaded-ML               6
  630.   warning   STRUCTURAL_CHECK  UnloadedInPort-ML                319
  631.   warning   STRUCTURAL_CHECK  UnloadedNet-ML                   707
  632.   warning   STRUCTURAL_CHECK  UnloadedOutTerm-ML               661
  633.   warning   STRUCTURAL_CHECK  W391                               1
  634.   warning   TCL               LINT_OPTION_VALUE_DISCARDED        1
  635.   info      STRUCTURAL_CHECK  CombLoop                           1
  636.   info      STRUCTURAL_CHECK  ConstSig                        2272
  637.   info      STRUCTURAL_CHECK  DeadCode                        1811
  638.   info      STRUCTURAL_CHECK  RegInputOutput-ML                133
  639.   info      TCL               DB_COPT045                         1
  640.   --------  -----             -----------------------------  -----
  641.   Total                                                      12006


  642. #save_session -session "lint_save_session" -compression "lz4"
  643. #view_activity

  644. Data Channel Socket Read Error: Connection reset by peer
  645. =======================================================
  646. Total Time(S)  :44.21
  647. CPU Time(S)    :63.05
  648. Peak Memory(MB):2247
  649. =======================================================



复制代码


您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条

小黑屋| 手机版| 关于我们| 联系我们| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2025-7-5 15:43 , Processed in 0.013457 second(s), 8 queries , Gzip On, MemCached On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表