Porting a new core

Discussion of developmental aspects of the MiSTer Project.
robng15
Posts: 26
Joined: Mon May 25, 2020 8:17 am
Has thanked: 1 time
Been thanked: 5 times

Porting a new core

Unread post by robng15 »

Hi all,

I have been working on my FPGA programming, presently using a language called Silice to get me started, but have now done some playing in verilog.

I have a 'kind of' working j1eforth running on the de10nano using the MiSTer VGA port on the I/O board, communicating via a UART attached to the USER PORT pins. https://github.com/rob-ng15/Silice-Play ... r/DE10NANO

I'd like to start porting this to MiSTer to aid in my experience, but I am struggling with getting a 640x480 50hz display. I've looked at the template from the wiki. Does anyone have any suggestion as to the best template or core to start from with the 640x480 50hz display?

Many thanks, Rob.
alanswx
Core Developer
Posts: 296
Joined: Sun May 24, 2020 6:55 pm
Has thanked: 5 times
Been thanked: 154 times

Re: Porting a new core

Unread post by alanswx »

robng15
Posts: 26
Joined: Mon May 25, 2020 8:17 am
Has thanked: 1 time
Been thanked: 5 times

Re: Porting a new core

Unread post by robng15 »

Thank you.
Post Reply