nand2mario / nestang

NESTang is an FPGA Nintendo Entertainment System implemented with Sipeed Tang Primer 25K, Nano 20K and Primer 20K boards
https://nand2mario.github.io/nestang
GNU General Public License v3.0
328 stars 37 forks source link

ERROR EX3937 : instantiating unknown module 'DSP48A1'(/src/dsp.v:63) #22

Closed somhi closed 11 months ago

somhi commented 11 months ago

While building project on Gowin IDE I'm getting that error.

Could be that module a Gowin primitive only present in Licensed version? I'm using the educational version.

Chandler-Kluser commented 11 months ago

I have not had issues when I built from source a time ago using the Educational IDE. Have you followed the build instructions?

somhi commented 11 months ago

Yes I did. I could not find that module so I guess is a Gowin primitive.

nand2mario commented 11 months ago

As @Chandler-Kluser said, the current project should be working fine.

Actually dsp.v is not used anymore. So you can just remove the file. I'll remove the file later.