Spacebottle 发表于 2011-5-24 17:05:21

求助 帮忙解决warning问题

WARNING:Xst:1710 - FF/Latch<idex_signimm_8> (without init value) has a constant value of 0 in block <mips/stage_ex>.
WARNING:Xst:1710 - FF/Latch<idex_signimm_7> (without init value) has a constant value of 0 in block <mips/stage_ex>.
WARNING:Xst:1710 - FF/Latch<idex_signimm_6> (without init value) has a constant value of 0 in block <mips/stage_ex>.
WARNING:Xst:1710 - FF/Latch<idex_signimm_5> (without init value) has a constant value of 0 in block <mips/stage_ex>.
WARNING:Xst:1710 - FF/Latch<idex_signimm_4> (without init value) has a constant value of 0 in block <mips/stage_ex>.
WARNING:Xst:1710 - FF/Latch<idex_signimm_3> (without init value) has a constant value of 0 in block <mips/stage_ex>.
WARNING:Xst:1710 - FF/Latch<idex_signimm_2> (without init value) has a constant value of 0 in block <mips/stage_ex>.
WARNING:Xst:1710 - FF/Latch<idex_signimm_1> (without init value) has a constant value of 0 in block <mips/stage_ex>.
WARNING:Xst:1710 - FF/Latch<idex_signimm_0> (without init value) has a constant value of 0 in block <mips/stage_ex>.

是什么情况啊
请各位前辈指教

Spacebottle 发表于 2011-5-24 17:09:28

源代码:
reg idex_signimm;
always @(posedge clk) begin
       idex_signimm    <= id_signimm;
end

伯尼 发表于 2011-5-24 18:16:22

WARNING:Xst:1710 - FF/Latch<idex_signimm_8> (without init value) has a constant value of 0 in block <mips/stage_ex>.
                                 -FF 锁存器 <idex_signimm_8>(没有初始值)有一个恒定值为0的块<mips/stage_ex>.
页: [1]
查看完整版本: 求助 帮忙解决warning问题