Next186 MiSTer Core Progress

JasonA
Core Developer
Posts: 40
Joined: Fri Mar 11, 2022 9:46 am
Has thanked: 14 times
Been thanked: 103 times

Next186 MiSTer Core Progress

Unread post by JasonA »

Just thought I would write a short update on the progress of the Next186 MiSTer core.

Conversion to MiSTer is done, and the core is compiling. The video is generating a black screen, so demonstrates that the core is running on the MiSTer.
The bios code includes a bootloader, and is fed into the core via the hps as it should be. Most of the clocks appear in place, but based on the timings from MiST. They might be one of the reasons why theres no output yet.

The next step is really to start debugging the startup of the core, using either Signaltap, or Verilator. The second option requires the vhdl files converted to verilog, but there are some auto translators around to do most of that work.

Its a complex core, so will take a while with debugging to make sure I havent made any stupid mistakes anywhere. Thanks to the help other core devs are offering, things are moving along.

On a positive note: the fpga utilization once compiled is at 33%, so lots of room still to add new features over time.
Buy me a coffee https://Ko-fi.com/jasona
User avatar
Alkadian
Top Contributor
Posts: 721
Joined: Thu May 28, 2020 9:55 am
Has thanked: 289 times
Been thanked: 116 times

Re: Next186 MiSTer Core Progress

Unread post by Alkadian »

Excellent, thanks! Looking forward to seeing the final product!
lu_source
Posts: 29
Joined: Tue May 18, 2021 2:13 pm
Has thanked: 10 times
Been thanked: 7 times

Re: Next186 MiSTer Core Progress

Unread post by lu_source »

I'm really looking forward to this core!
Mills
Posts: 83
Joined: Mon Jun 08, 2020 2:52 pm
Has thanked: 15 times
Been thanked: 29 times

Re: Next186 MiSTer Core Progress

Unread post by Mills »

Thanks a lot, I just can't wait to test it.
AmintaMister
Posts: 277
Joined: Thu Sep 16, 2021 10:54 pm
Has thanked: 720 times
Been thanked: 44 times

Re: Next186 MiSTer Core Progress

Unread post by AmintaMister »

Great, thanks!!!
AntialiasedPixel
Posts: 44
Joined: Mon May 25, 2020 2:17 am
Been thanked: 2 times

Re: Next186 MiSTer Core Progress

Unread post by AntialiasedPixel »

Really looking forward to this one! Is there any documentation or basic writeup of some of the difference between this and the ao486 core? What sound options will be supported, graphics modes, etc?

Edit: Should have googled of course, found a good listing here of features: https://opencores.org/projects/next186_soc_pc
User avatar
Newsdee
Top Contributor
Posts: 830
Joined: Mon May 25, 2020 1:07 am
Has thanked: 98 times
Been thanked: 209 times

Re: Next186 MiSTer Core Progress

Unread post by Newsdee »

AntialiasedPixel wrote: Thu Apr 21, 2022 12:01 am Is there any documentation or basic writeup of some of the difference between this and the ao486 core? What sound options will be supported, graphics modes, etc?
It's a port of the MiST core, there is a list of features in the readme:
https://github.com/mist-devel/mist-bina ... es/next186
User avatar
kathleen
Top Contributor
Posts: 409
Joined: Fri Jun 26, 2020 4:23 am
Location: Belgium
Has thanked: 224 times
Been thanked: 131 times

Re: Next186 MiSTer Core Progress

Unread post by kathleen »

I've tried Next186 with no luck (I'm using the VGA out) is anyone knows if this core works with the VGA output ? Or does it work only with HDMI out ?
Thanks.

かすりん

jca
Top Contributor
Posts: 1911
Joined: Wed May 27, 2020 1:59 pm
Has thanked: 145 times
Been thanked: 454 times

Re: Next186 MiSTer Core Progress

Unread post by jca »

The provided link is for the MIST core isn't it?
Is there a MISTer core floating around?
dmckean
Posts: 307
Joined: Sat Jan 16, 2021 7:03 am
Has thanked: 387 times
Been thanked: 95 times

Re: Next186 MiSTer Core Progress

Unread post by dmckean »

jca wrote: Thu Apr 21, 2022 6:05 pm Is there a MISTer core floating around?
It's only at the point where it generates a black screen. It has a ways to go.
JasonA
Core Developer
Posts: 40
Joined: Fri Mar 11, 2022 9:46 am
Has thanked: 14 times
Been thanked: 103 times

Re: Next186 MiSTer Core Progress

Unread post by JasonA »

Pretty much everything is wired up ready to go and get the core running.

Working through the debugging daily on this core, as you can see in the image. Bios was loading in the wrong order, so fixed that now.

No new code is needed to be written, its mostly debugging work now.

I will keep you all updated.
Attachments
bios reversed.png
bios reversed.png (21.17 KiB) Viewed 3982 times
Buy me a coffee https://Ko-fi.com/jasona
jca
Top Contributor
Posts: 1911
Joined: Wed May 27, 2020 1:59 pm
Has thanked: 145 times
Been thanked: 454 times

Re: Next186 MiSTer Core Progress

Unread post by jca »

dmckean wrote: Thu Apr 21, 2022 6:39 pm
jca wrote: Thu Apr 21, 2022 6:05 pm Is there a MISTer core floating around?
It's only at the point where it generates a black screen. It has a ways to go.
Thanks. I was just curious as I doubt kathleen was trying to use the MIST core and thus there had to be a MISTer core somewhere.
I am not in a hurry to test it and rather prefer the developers take their time to produce a working one.
Not that I am not be interested in this core for a long time:
viewtopic.php?p=28893#p28893
User avatar
spark2k06
Core Developer
Posts: 865
Joined: Sat Jun 06, 2020 9:05 am
Has thanked: 409 times
Been thanked: 961 times

Re: Next186 MiSTer Core Progress

Unread post by spark2k06 »

One of the methods that can be used for debugging is the use of the MiSTer's 7 built-in LEDs. In this sense, I have modified your code to give access via I/O port 99h to the LEDs, I attached in this post.

The idea is to mark the different steps up to and beyond video initialisation:
Video_Init.png
Video_Init.png (6.9 KiB) Viewed 3580 times
However, as far as I have been able to observe, if I have not made any mistakes in the implementation and reading of the port, the BIOS does not even get to step 1, marked right at the beginning:
BIOS_Init.png
BIOS_Init.png (11.05 KiB) Viewed 3580 times
Therefore, you can start by making sure that the BIOS is indeed correctly initialised and the first instructions are executed. But I repeat, as long as I have not made any mistakes during the implementation of these accesses to I/O port 99h, I have not been able to check much more at the moment.
Attachments
Next186_MiSTer-master.zip
(927.76 KiB) Downloaded 127 times
User avatar
spark2k06
Core Developer
Posts: 865
Joined: Sat Jun 06, 2020 9:05 am
Has thanked: 409 times
Been thanked: 961 times

Re: Next186 MiSTer Core Progress

Unread post by spark2k06 »

I have fixed a issue in the implementation, and now it is working correctly... I attach it again.

Apparently, it does step 1 but doesn't get to step 2:
STEPS_1_2.png
STEPS_1_2.png (16.1 KiB) Viewed 3547 times
This indicates that somewhere in this code, it hangs.
Attachments
Next186_MiSTer-master.zip
(927.76 KiB) Downloaded 125 times
User avatar
spark2k06
Core Developer
Posts: 865
Joined: Sat Jun 06, 2020 9:05 am
Has thanked: 409 times
Been thanked: 961 times

Re: Next186 MiSTer Core Progress

Unread post by spark2k06 »

False alarm, it has another bug which I have fixed. I attached it again... and now, yes, I think we can confirm that the BIOS does not run, at least not the first instructions:
no_init_bios.jpg
no_init_bios.jpg (75.88 KiB) Viewed 3509 times
Attachments
Next186_MiSTer-master.zip
(927.78 KiB) Downloaded 145 times
User avatar
macro
Core Developer
Posts: 138
Joined: Sun May 24, 2020 4:12 pm
Been thanked: 171 times

Re: Next186 MiSTer Core Progress

Unread post by macro »

spark2k06 wrote: Tue May 10, 2022 6:09 am This indicates that somewhere in this code, it hangs.
just out of interest, has the stack pointer been setup before you start doing the PUSH and POP commands ?
Did I do something useful?

buy me a coffee
JasonA
Core Developer
Posts: 40
Joined: Fri Mar 11, 2022 9:46 am
Has thanked: 14 times
Been thanked: 103 times

Re: Next186 MiSTer Core Progress

Unread post by JasonA »

Sorry, I cant answer that @macro, @spark2k06 probably can.

I am starting to assume that the clock timings are the issue with this core. I can see similarities with these sensitive clocks when attempting to verilate on the PCXT core. Both of these cores have 5 clocks. I had read elsewhere that the cache megafunction in the Next186 is sensitive to change too, and attempting to convert that to a conventional module (without proven video out first) could make matters worse.

Most of the cores we verilate have one or two clocks, and are straightforward.

I have debugged pretty much everything else, and this seems to be the final hurdle.
Buy me a coffee https://Ko-fi.com/jasona
User avatar
spark2k06
Core Developer
Posts: 865
Joined: Sat Jun 06, 2020 9:05 am
Has thanked: 409 times
Been thanked: 961 times

Re: Next186 MiSTer Core Progress

Unread post by spark2k06 »

macro wrote: Fri May 13, 2022 9:23 pm just out of interest, has the stack pointer been setup before you start doing the PUSH and POP commands ?
Yes, the first BIOS instructions are precisely the following:

Code: Select all

        cli
        cld
        mov     ax, 30h
        mov     ss, ax
        mov     sp, 100h
AmintaMister
Posts: 277
Joined: Thu Sep 16, 2021 10:54 pm
Has thanked: 720 times
Been thanked: 44 times

Re: Next186 MiSTer Core Progress

Unread post by AmintaMister »

Any news about this promising core? It will reproduce also 286 cpu?
Post Reply