MiSTer-devel / PCXT_MiSTer

PCXT port for MiSTer by spark2k06.
GNU General Public License v3.0
14 stars 8 forks source link

Resolve some warnings and update gitignore #4

Closed birdybro closed 2 years ago

birdybro commented 2 years ago

The gitignore previously allowed a few extra files that were probably not necessary, so I made it the same as the template to try and help reduce git commit size.

If the following are incorrect assumptions, I can adjust the PR or close it, no worries. :)

Upon compiling there were quite a few implicit nets so I resolved those.

I also noticed the UART port instantiations in kfpc-xt's chipset.sv looks like a mismatch (they are disconnected currently in the core as a result). I'm not sure if they need to be connected, but I do see that uart is connected on up the core in the emu module up top.

I tied LED_USER to GND temporarily to resolve one warning for now until the FDD LED logic is figured out (fun feature idea :)).

The SDC removal is because the logic referenced is actually a net in synthesis so that line is ignored anyway, so I removed it.