M
--MMS--
Hello:
I am trying to "tell" Xilinx that the cache I designed is not a "ROM".
When I synthetize, it keeps inferring that is a ReadOnlyMemory. What
do I need to do to "tell" Xilinx that it is not a ROM?
I keep getting many warning messages like...
WARNING:Xst:737 - Found 1-bit latch for signal
<cache<0><5>.data_20>. ..
...(for all the entries in my cache)...
.......
Found 1-bit 8-to-1 multiplexer for signal <$n5330> created at line 90.
Found 1-bit 8-to-1 multiplexer for signal <$n5331> created at line
90.
.......
At the end of the HDL synthesis summary I get:
Summary:
inferred 1 ROM(s).
inferred 12 Adder/Subtractor(s).
inferred 2 Comparator(s).
inferred 1636 Multiplexer(s).
Thanks thanks thanks!,
MMS
I am trying to "tell" Xilinx that the cache I designed is not a "ROM".
When I synthetize, it keeps inferring that is a ReadOnlyMemory. What
do I need to do to "tell" Xilinx that it is not a ROM?
I keep getting many warning messages like...
WARNING:Xst:737 - Found 1-bit latch for signal
<cache<0><5>.data_20>. ..
...(for all the entries in my cache)...
.......
Found 1-bit 8-to-1 multiplexer for signal <$n5330> created at line 90.
Found 1-bit 8-to-1 multiplexer for signal <$n5331> created at line
90.
.......
At the end of the HDL synthesis summary I get:
Summary:
inferred 1 ROM(s).
inferred 12 Adder/Subtractor(s).
inferred 2 Comparator(s).
inferred 1636 Multiplexer(s).
Thanks thanks thanks!,
MMS