trun/fpgaboy

async_mem not found

bear24rw opened this issue · 1 comments

When trying to synthesize I get the following error:

ERROR:HDLCompilers:87 - "../../fpgaboy/memory_controller.v" line 67 Could not find module/primitive 'async_mem'
ERROR:HDLCompilers:87 - "../../fpgaboy/s6atlys.v" line 228 Could not find module/primitive 'async_mem'
ERROR:HDLCompilers:87 - "../../fpgaboy/s6atlys.v" line 238 Could not find module/primitive 'async_mem'

there is a 'async_mem2' module but it is not the same (the ports don't match up). Did you perhaps forget to track async_mem.v?

trun commented

async_mem.v is actually part of the tv80 core. Take a look in tv80/env/async_mem.v