olofk / serv

SERV - The SErial RISC-V CPU
ISC License
1.43k stars 188 forks source link

Porting Servant to Terasic's DECA Max 10 board #45

Closed somhi closed 3 years ago

somhi commented 3 years ago

I just ported it like I did with the SoCKit board, which is the same way as the de0_nano was done. It take ages to compile and finally complains about no space left on the FPGA. This cannot be possible for just 1 SERV core.
Any ideas of what could happen ?

Error (170011): Design contains 72922 blocks of type combinational node.  However, the device contains only 49760 blocks.
Error (171000): Can't fit design in device
somhi commented 3 years ago

The real problem was this "Info (276013): RAM logic "servant:servant|servant_ram:ram|mem" is uninferred because MIF is not supported for the selected family File" I found the solution here http://retroramblings.net/?p=1509