You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDD1.vhd has the ROM_DO port, and SDD1 is called as an entity, where ROM_DO is mapped to ROM_Q port in SDD1Map.vhd. If you take a look at ROM_Q in a "find all in folder" in your IDE/text editor, you will see that ROM_Q comes from the main module (main.v). That module is called in SNES.sv (the top-level emu module), and connected to .dout on the sdram module. So ROM_DO from SDD1.vhd just goes to the SDRAM, because the ROMs are loaded into SDRAM.
https://ibb.co/wKMKC7P
where to connect SSD1 map pins ? rom in? I didn't understand this part in the photo I linked, mister
https://www.sendspace.com/file/zb19iw
The text was updated successfully, but these errors were encountered: