Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

SimulIDE trunk Tester builds.

+3
Alex68
Fizik_S
arcachofo
7 posters

Go to page : Previous  1, 2, 3, 4, 5

Go down  Message [Page 5 of 5]

101SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Mon Mar 13, 2023 12:36 pm

arcachofo

arcachofo

I tested 6502 and 6532 (after solving a few issues) with a simplified circuit of the Micro-KIM (clone of the KIM-1).
This does not use interrupts or 6532 Timer, but at least the basics seem to be working:

Fizik_S likes this post

102SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Fri Mar 17, 2023 9:58 am

arcachofo

arcachofo

New build at Rev 1617 uploaded.
Check first message in this post.

There are some important internal changes. So this version can be quite unstable.
A few new interesting features, like:
- Tunnels: Bus Tunnels (properties), show tunnel group, rename tunnel group (context menu).
- Logic Analyzer Bus  channels: any channel can be configured as bus channel (green Pin).
- Mcu Monitor refactored.
- Logic Component properties refactored.

Be careful: crashes are quite probable.

Fizik_S and Alex68 like this post

103SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Fri Mar 17, 2023 2:25 pm

Alex68

Alex68

Logic analyzer operation on buses ? ? ? 1617SimulIDE trunk Tester builds. - Page 5 2023-178

104SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Fri Mar 17, 2023 3:05 pm

Alex68

Alex68

Logic fixed! Thank you ! ! !SimulIDE trunk Tester builds. - Page 5 2023-179
SimulIDE trunk Tester builds. - Page 5 2023-180

arcachofo likes this post

105SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Fri Mar 17, 2023 3:20 pm

Alex68

Alex68

Function Generator Working ! ! !SimulIDE trunk Tester builds. - Page 5 2023-181
SimulIDE trunk Tester builds. - Page 5 2023-182
SimulIDE trunk Tester builds. - Page 5 2023-183

arcachofo likes this post

106SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Fri Mar 17, 2023 6:19 pm

arcachofo

arcachofo

Logic analyzer operation on buses ? ? ? 1617
Yes, this is weird...
If you try with low frequencies, for example 10 Hz and 2 Hz, it is different.

In any case this issue is solved at Rev 1618.
New files has been uploaded (look at first post).

Alex68 likes this post

107SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Sat Mar 18, 2023 6:38 am

vranik



Fizik_S wrote:Processors Z80, MCS6502 do not work. In SimulIDE-R1452, the MCS6502 processor is running. Test schemes in the attachment.

There is an error in reset of Z80. There is missing to set variable normalReset to false at line 551 of file z80core.cpp (trunk R1618).

original code
Code:
else reset();

fixed code
Code:
else {reset(); normalReset=false;}

Fizik_S likes this post

108SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Sat Mar 18, 2023 7:24 am

Alex68

Alex68

Tires don't work. I don't need them for my logic analyzer. I'm testing further with projects from version 1530.
If there are errors in the simulation, I'll let you know.SimulIDE trunk Tester builds. - Page 5 2023-184

arcachofo likes this post

109SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Sat Mar 18, 2023 7:58 am

Alex68

Alex68

Tunnels to the log. anal. Work well! ! !SimulIDE trunk Tester builds. - Page 5 2023-185

arcachofo likes this post

110SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Sat Mar 18, 2023 10:04 am

arcachofo

arcachofo

vranik wrote:There is an error in reset of Z80. There is missing to set variable normalReset to false at line 551 of file z80core.cpp (trunk R1618).
Thanks, I will commit your fix as soon as possible.

111SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Sat Mar 18, 2023 2:30 pm

Alex68

Alex68

Li-ion Battery Discharge TestSimulIDE trunk Tester builds. - Page 5 2023-186
SimulIDE trunk Tester builds. - Page 5 2023-187
SimulIDE trunk Tester builds. - Page 5 2023-188

Simulation Normal ! ! !

arcachofo likes this post

112SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Sun Mar 19, 2023 6:03 am

Alex68

Alex68

Add Models !SimulIDE trunk Tester builds. - Page 5 2023-189

113SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Sun Mar 19, 2023 5:25 pm

arcachofo

arcachofo

Add Models !
Sorry I forgot this...

Alex68 likes this post

Sponsored content



Back to top  Message [Page 5 of 5]

Go to page : Previous  1, 2, 3, 4, 5

Permissions in this forum:
You cannot reply to topics in this forum