K
kool
Guest
Dear all!
I am struck with a problem with my Xilinx ISE.I am trying to synthesise
a 10 port register file with 40 bit registers.When I am trying to
synthesise, it takes exponential time and says to try to use the
internal block and distributed RAM resources available on the Spartan
board(Spartan XC3S5000). I also tried to infer RAM as reg[39:0]
RAM[15:0] (by searching Xilinx FAQs) but then it didnt
synthesise(though when i implemented it as a single RAM,not in my reg
file logic it inferred the block RAMs).Can anyone help me out how to
solve it? I have to implement multiport multiple(3) reg banks.
I am struck with a problem with my Xilinx ISE.I am trying to synthesise
a 10 port register file with 40 bit registers.When I am trying to
synthesise, it takes exponential time and says to try to use the
internal block and distributed RAM resources available on the Spartan
board(Spartan XC3S5000). I also tried to infer RAM as reg[39:0]
RAM[15:0] (by searching Xilinx FAQs) but then it didnt
synthesise(though when i implemented it as a single RAM,not in my reg
file logic it inferred the block RAMs).Can anyone help me out how to
solve it? I have to implement multiport multiple(3) reg banks.