L
laserbeak43
Guest
Hello,
ISE is giving me a warning:
":Xst:1710 - FF/Latch <RDB_2> (without init value) has a constant
value of 0 in block <init>. This FF/Latch will be trimmed during the
optimization process"
When clicking the warning link the only thing that pops up in the
knowledge base is titled:
"How do I filter messages out of the XST log file?"
So, looking in my init module, I search for instances of RDB which is
a register, 4-bits wide.
it's in an always block's case statement that assigns(non-blocking)
either 4'h2 or 4'h3 to it.
and one blocking assignment outside of the always block that says:
assign dbo = RDB;
dbo is a 4-bit output.
I'm lost and don't understand this warning. I have similar ones in my
code and would like to understand why xst is addressing this, and if
it's even a problem.
Could someone please give me some info?
Thanks,
Malik
ISE is giving me a warning:
":Xst:1710 - FF/Latch <RDB_2> (without init value) has a constant
value of 0 in block <init>. This FF/Latch will be trimmed during the
optimization process"
When clicking the warning link the only thing that pops up in the
knowledge base is titled:
"How do I filter messages out of the XST log file?"
So, looking in my init module, I search for instances of RDB which is
a register, 4-bits wide.
it's in an always block's case statement that assigns(non-blocking)
either 4'h2 or 4'h3 to it.
and one blocking assignment outside of the always block that says:
assign dbo = RDB;
dbo is a 4-bit output.
I'm lost and don't understand this warning. I have similar ones in my
code and would like to understand why xst is addressing this, and if
it's even a problem.
Could someone please give me some info?
Thanks,
Malik