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.

+8
KarstenLehmann
vranik
Defran
KerimF
TimFisch
Alex68
Fizik_S
arcachofo
12 posters

Go to page : Previous  1, 2, 3, 4, 5, 6, 7, 8  Next

Go down  Message [Page 5 of 8]

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

114SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Thu Apr 13, 2023 8:01 pm

KerimF

KerimF

SimulIDE-R1618_Win32

Lately, I am working on a new project, so, as usual, I tried debugging its firmware with SimulIDE_1.0.1-R1386_Win32. But when I couldn’t get the expected sinewave on the scope, I repeated the test with the last trunk version available, SimulIDE-R1618_Win32.

I uploaded the basic simple circuit of the project (Delta Sinewave Synthesis, DSS), DSStest_08_01.sim1. Its MCU is ATmega32. I also updated attached its AVRasm2 code, DSStest_08_01.asm.

SimulIDE trunk Tester builds. - Page 5 Dsstes10

About Atmega32, a warning says that the register UCSRC (of USART) is missing [fortunately, this register is not used by the code here).

About the debugger, I am afraid that only when you will run the debugger on this code, you will find out whatever looks not normal (in comparison to the stable versions), starting from the missing cursor.

Finally, by using Ltspice, the periodic bits stream outputted at pin B0 generates a sinewave voltage after being filtered by the simple 3-pole RC LP filter. On the SimulIDE scope, it seems that the low pass filter has no effect, and its output is simply a replica of the signal at B0. Please note that the frequency of the delta clock is 2000 KHz (the bit duration is 500 ns], I mean perhaps some settings should be changed to let the RC filter works.

For instance, as you know, I couldn’t test this circuit by using SimulIDE_1.0.0-R1334_Win32 because it doesn’t have ATmega32.
Attachments
SimulIDE trunk Tester builds. - Page 5 AttachmentDSStest_08_01.zip
You don't have permission to download attachments.
(22 Kb) Downloaded 2 times
SimulIDE trunk Tester builds. - Page 5 AttachmentDSStest_08_01_lst.zip
You don't have permission to download attachments.
(33 Kb) Downloaded 2 times



Last edited by KerimF on Thu Apr 13, 2023 9:41 pm; edited 1 time in total

115SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Thu Apr 13, 2023 9:08 pm

arcachofo

arcachofo

On the SimulIDE scope, it seems that the low pass filter has no effect, and its output is simply a replica of the signal at B0.
Capacitors are not connected.
In Simulide you need to connect with wires, just by placing pins together they are not connected.

KerimF likes this post

116SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Thu Apr 13, 2023 9:51 pm

KerimF

KerimF

arcachofo wrote:
On the scope, it seems that the low pass filter has no effect, and its output is simply a replica of the signal at B0.
Capacitors are not connected.
In Simulide you need to connect with wires, just by placing pins together they are not connected.

I always try reminding myself about this. This time, I failed Sad
After all this proves again that I am a human, not a robot Very Happy

Thank you.

I guess you will have a look later about the debugger and the missing UCSRC.

117SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Wed Apr 26, 2023 12:58 pm

arcachofo

arcachofo

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

KerimF wrote:I guess you will have a look later about the debugger and the missing UCSRC.
Should be solved now.

Fizik_S, Alex68 and KerimF like this post

118SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Thu Apr 27, 2023 10:32 am

Alex68

Alex68

Testing some of his designs 1657
 While everything works!
Thanks for this build! ! !

arcachofo likes this post

119SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Sat Apr 29, 2023 8:49 am

Alex68

Alex68

I asked to add this base 1657???SimulIDE trunk Tester builds. - Page 5 2023-239

120SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Thu May 04, 2023 10:12 am

Alex68

Alex68

Arduino nano PWM test on a unipolar sine. Good modeling!SimulIDE trunk Tester builds. - Page 5 2023-242
SimulIDE trunk Tester builds. - Page 5 2023-243
SimulIDE trunk Tester builds. - Page 5 2023-244

arcachofo likes this post

121SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Thu May 04, 2023 10:32 am

Alex68

Alex68

PWM test for atmega16 with discrete control. Modeled fine!SimulIDE trunk Tester builds. - Page 5 2023-245
SimulIDE trunk Tester builds. - Page 5 2023-246
SimulIDE trunk Tester builds. - Page 5 2023-247

arcachofo and KerimF like this post

122SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Sun May 21, 2023 2:08 am

arcachofo

arcachofo

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

Fizik_S likes this post

123SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Sun May 21, 2023 9:04 pm

KerimF

KerimF

arcachofo wrote:New build at Rev 1671 uploaded.
Check first message in this post.

Thanks.
(On my side, the 'like' icon doesn't respond since about two weeks ago).

124SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Sun May 21, 2023 10:34 pm

arcachofo

arcachofo

(On my side, the 'like' icon doesn't respond since about two weeks ago).
I have no idea why, it is working for me and seems that for other people too.
Maybe try another browser?

125SimulIDE trunk Tester builds. - Page 5 Empty Re: SimulIDE trunk Tester builds. Fri May 26, 2023 6:55 pm

arcachofo

arcachofo

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

rvicedomini and RoVo like this post

Sponsored content



Back to top  Message [Page 5 of 8]

Go to page : Previous  1, 2, 3, 4, 5, 6, 7, 8  Next

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