国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

Vivado報(bào)錯(cuò) [Place 30-99] Placer failed with error: ‘IO Clock Placer failed‘

這篇具有很好參考價(jià)值的文章主要介紹了Vivado報(bào)錯(cuò) [Place 30-99] Placer failed with error: ‘IO Clock Placer failed‘。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問(wèn)。

項(xiàng)目場(chǎng)景:


Vivado版本: 2018.3
FPGA開(kāi)發(fā)板:XC7VX690T-2FFG1157I
背景:使用差分時(shí)鐘檢測(cè)基本電路觀察閃燈效果
報(bào)錯(cuò)如下
[Place 30-99] Placer failed with error: ‘IO Clock Placer failed’ Please review all ERROR, CRITICAL WARNING, and WARNING messages during placement to understand the cause for failure.

問(wèn)題描述

1.先分配完差分對(duì)IP核
Vivado報(bào)錯(cuò) [Place 30-99] Placer failed with error: ‘IO Clock Placer failed‘

Vivado報(bào)錯(cuò) [Place 30-99] Placer failed with error: ‘IO Clock Placer failed‘

2.在程序里面實(shí)例化IP核

clk_wiz_0 clk32M_inst
 (// Clock in ports
  // Clock out ports
  .clk_out1(my_clk),
  // Status and control signals
  .locked(clk32Mpll_lock),
  .clk_in1_p(clk32M_p),
  .clk_in1_n(clk32M_n)
 );    

3.分配引腳
點(diǎn)擊Ctrl+S保存。Vivado報(bào)錯(cuò) [Place 30-99] Placer failed with error: ‘IO Clock Placer failed‘
4.生成bit文件
此時(shí)提示有錯(cuò)誤。[Place 30-99] Placer failed with error: ‘IO Clock Placer failed’ Please review all ERROR, CRITICAL WARNING, and WARNING messages during placement to understand the cause for failure.Vivado報(bào)錯(cuò) [Place 30-99] Placer failed with error: ‘IO Clock Placer failed‘

原因分析:

Vivado 認(rèn)為頂層模塊的clk時(shí)鐘引腳必須綁定板子特定的時(shí)鐘引腳,也就是我的差分對(duì)引腳綁定錯(cuò)了。又看了一遍原理圖確定是差分對(duì)引腳分配錯(cuò)誤,還有就是Vivado 差分對(duì) 只分配P管腳就行,N管腳自動(dòng)匹配。


解決方案:

更改管腳之后,生產(chǎn)Bit文件成功,燒錄到板子里面運(yùn)行效果與設(shè)計(jì)一致。

Vivado報(bào)錯(cuò) [Place 30-99] Placer failed with error: ‘IO Clock Placer failed‘文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-505341.html

到了這里,關(guān)于Vivado報(bào)錯(cuò) [Place 30-99] Placer failed with error: ‘IO Clock Placer failed‘的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來(lái)自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • Vivado編譯出現(xiàn)錯(cuò)誤[Place 30-494] The design is empty

    Vivado編譯出現(xiàn)錯(cuò)誤[Place 30-494] The design is empty

    Vivado編譯出現(xiàn)以下錯(cuò)誤: 原因:頂層模塊沒(méi)有輸出端口 (下面是我一開(kāi)始寫(xiě)的錯(cuò)誤頂層) 解決方法 :在頂層模塊中增加一個(gè)output端口,再在I/O Ports分配一個(gè)無(wú)關(guān)緊要的管腳。

    2024年02月12日
    瀏覽(49)
  • [Place 30-575] | [Place 30-675] Sub-optimal placement for a clock-capable IO pin and MMCM pair

    報(bào)錯(cuò)信息,兩種 [放置30-575]具有時(shí)鐘功能的IO引腳和MMCM對(duì)的次優(yōu)放置。如果此設(shè)計(jì)可接受此次優(yōu)條件,則可以使用.xdc文件中的CLOCK_DEDICATED_ROUTE約束將此消息降級(jí)為“警告”。但是,強(qiáng)烈不鼓勵(lì)使用此覆蓋??梢栽?xdc文件中直接使用這些示例來(lái)覆蓋此時(shí)鐘規(guī)則。 [Place 30-675]具

    2024年02月04日
    瀏覽(47)
  • [USF-XSim-62] ‘elaborate‘ step failed with errors.[Vivado 12-4473] Detected error while running sim

    [USF-XSim-62] ‘elaborate‘ step failed with errors.[Vivado 12-4473] Detected error while running sim

    出現(xiàn)的問(wèn)題如下: 翻譯出來(lái):[USF-XSim-62] \\\'elaborate’步驟失敗,出現(xiàn)錯(cuò)誤。請(qǐng)檢查T(mén)cl控制臺(tái)輸出或’D:/vivado/fortest/fortest.sim/sim_1/behav/xsim/ elaboration .log’文件以獲取更多信息。 [Vivado 12-4473] 運(yùn)行模擬時(shí)檢測(cè)到錯(cuò)誤請(qǐng)糾正此問(wèn)題并重試此操作。 方法一 :在Vivado 中的Messages無(wú)法看到

    2024年02月15日
    瀏覽(18)
  • vivado2019.2報(bào)錯(cuò)(1)[Common 17-69] Command failed: ERROR

    vivado2019.2報(bào)錯(cuò)(1)[Common 17-69] Command failed: ERROR

    問(wèn)題:[Common 17-69] Command failed: ERROR: [Common 17-69] Command failed: The current design is not implemented. 只是簡(jiǎn)單的配置了zynq并添加了spi接口,bd驗(yàn)證以及bitstream生成都沒(méi)有問(wèn)題,包含bitstream導(dǎo)出hardware時(shí)出現(xiàn)如圖報(bào)錯(cuò)? 解決辦法:重新打開(kāi)工程。 看了Xilinx論壇的帖子,也有包含ila時(shí)或者其

    2024年02月13日
    瀏覽(50)
  • Android studio 報(bào)錯(cuò) 之Failed to find Platform SDK with path: platforms;android-30

    Android studio 報(bào)錯(cuò) 之Failed to find Platform SDK with path: platforms;android-30

    ? ? ?這個(gè)錯(cuò)誤提示表明在編譯 flutter_openim_sdk 的 compileDebugAidl 任務(wù)時(shí),Gradle無(wú)法找到 Android 平臺(tái)版本 30 的 SDK。這通常是因?yàn)槿鄙傧鄳?yīng)的 Android SDK 或者在項(xiàng)目配置中未正確指定 SDK 版本。 這時(shí)候我們需要在android studio 的文件 找到設(shè)置 ? ?點(diǎn)擊Show Package Details,再下載對(duì)應(yīng)版本

    2024年01月16日
    瀏覽(20)
  • 報(bào)錯(cuò):HTTP Error 500.30 ASP.NET Core app failed to start

    報(bào)錯(cuò):HTTP Error 500.30 ASP.NET Core app failed to start

    問(wèn)題原因: 1.沒(méi)有安裝對(duì)應(yīng)版本的.NET Core Runtime 。 2.發(fā)布的代碼和服務(wù)器上的IIS的Runtime不對(duì)應(yīng)(例:發(fā)布的是x86,而服務(wù)器上的是x64)。 3.如果版本和操作位數(shù)都對(duì)應(yīng)上了,還是報(bào)錯(cuò),應(yīng)該在IIS-應(yīng)用程序-選擇對(duì)應(yīng)的CLR,設(shè)置,啟用32位。 解決辦法: 1.下載安裝對(duì)應(yīng)版本的運(yùn)行時(shí)R

    2024年02月11日
    瀏覽(22)
  • vue運(yùn)行報(bào)錯(cuò)問(wèn)題error Command failed with exit code 1.

    解決方法:治標(biāo)不治本,每次運(yùn)行前,先輸入 再運(yùn)行

    2024年02月11日
    瀏覽(23)
  • 運(yùn)行報(bào)錯(cuò) ERROR Failed to compile with 1 error Syntax Error: Error: No ESLint configuration found

    運(yùn)行報(bào)錯(cuò) ERROR Failed to compile with 1 error Syntax Error: Error: No ESLint configuration found

    報(bào)錯(cuò)信息: 方式一:打開(kāi)package.json將以下代碼刪除,重新運(yùn)行項(xiàng)目 yarn dev 刪除 運(yùn)行就可以了 方式二:打開(kāi)vue.config.js加入以下代碼 運(yùn)行就可以了

    2024年04月28日
    瀏覽(31)
  • brew?install報(bào)錯(cuò)Error: No developer tools installed.?Error: Command failed with exit 128: git

    brew?install報(bào)錯(cuò)Error: No developer tools installed.?Error: Command failed with exit 128: git

    先來(lái)解決第一個(gè)問(wèn)題 Error: No developer tools installed. Install the Command Line Tools: xcode-select --install 然后升級(jí)一下brew,出現(xiàn)警告。然后再次嘗試安裝tree 出現(xiàn)如下錯(cuò)誤: fatal: not in a git directory Error: Command failed with exit 128: git 在終端輸入 Homebrew 3.6.20 fatal: detected dubious ownership in repositor

    2024年02月05日
    瀏覽(31)
  • 快速解決Android編譯報(bào)錯(cuò) : Manifest merger failed with multiple errors, see logs

    快速解決Android編譯報(bào)錯(cuò) : Manifest merger failed with multiple errors, see logs

    編譯項(xiàng)目的時(shí)候,遇到Android Manifest合并失敗的情況就挺頭疼的。 Manifest merger failed with multiple errors, see logs 解決方法第一種 解決Manifest merger failed with multiple errors, see logs問(wèn)題 - 優(yōu)博客 (ubock.com) 解決方法第二種(我自己摸索出來(lái)的) 檢查你所有的模塊目錄下的build.gradle文件里設(shè)

    2024年02月16日
    瀏覽(20)

覺(jué)得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包