nukeykt / Nuked-MD-FPGA

Mega Drive/Genesis core written in Verilog
GNU General Public License v2.0
291 stars 7 forks source link

TMSS #2

Closed madsonweb closed 11 months ago

madsonweb commented 11 months ago

I tried to compile but I get this error: "Error (12152): Can't elaborate user hierarchy "tmss:tmss_""

Which TMSS file are you using?

madsonweb commented 11 months ago

Okay I've got it to compile but I am not 100% sure if the file is correctly formatted. Just want to be sure. A little hint would be appreciated. Thanks in advance!

ogamespec commented 11 months ago

You need a regular TMSS ROM dump (2048 bytes), in uint16_t hex format (1024 halfwords), for $readmemh

Something like this:

image

madsonweb commented 11 months ago

Perfect. Thank you so much!