[Ktechlab-devel] Flowcode in ktl-0.3.7

2009-09-20 Thread santiago gonzalez
I tried flowcode in ktl-0.3.7 from svn branch and it just doesn't work... only initialization code is created, all i have is some warnings: "floating conection for..." , this for every step i placed. I think the file.flowcode is correct, but the code-generation step looks to be broken. This happe

Re: [Ktechlab-devel] Slovak KTL translation

2009-09-20 Thread Slavko
Dňa Sun, 20 Sep 2009 19:02:07 +0200 "P Zoltan" napísal: > > I guess the translation consists of some .po files. Those can be > integrated in the source tree. I can send this .po to this ML, if no other way is. Registering is not good idea for me. I have no plan to use the SVN version, t

Re: [Ktechlab-devel] Confusing bitwise behaviour (novice)

2009-09-20 Thread santiago gonzalez
Yes... , i don't know anything about flowcode, but the rotate instruction in the pic is always done through carry, then you should clear Status,C bit (carry) just before the rotate. But using high-level languages you never can be sure about what is really happening, there are in some languages the

Re: [Ktechlab-devel] Pic interrupts solved.

2009-09-20 Thread santiago gonzalez
2009/9/20 P Zoltan > On Wed, 16 Sep 2009 18:28:26 +0200, santiago gonzalez > wrote: > > > Ok... i think now pic simulation work quite better, the simulation run in > > two diferent ways: > > > > -When runed from the circuit button (play), simulation goes at real time > > for > > a 20 MHz compile

Re: [Ktechlab-devel] Confusing bitwise behaviour (novice)

2009-09-20 Thread Matthew Ayres
On Sun, Sep 20, 2009 at 6:31 PM, P Zoltan wrote: > On Wed, 16 Sep 2009 16:56:55 +0200, Matthew Ayres > wrote: > > > Using flowcode I'm performing a right-rotation on variable x on a P16F84. > > > How looks the code exactly? And in what is it written (C, ASM, flowcode)? > > I can think to some

Re: [Ktechlab-devel] logic refactoring.

2009-09-20 Thread Alan Grimes
P Zoltan wrote: > On Fri, 18 Sep 2009 04:05:07 +0200, Alan Grimes > wrote: >> I could really use some help with logicin/out. =\ >> Basically what you have is four classes doing the work of a fifth, >> creating a nice big mess in the process. >> >> The other two classes are Simulator (which we

Re: [Ktechlab-devel] Pic interrupts solved.

2009-09-20 Thread P Zoltan
On Wed, 16 Sep 2009 18:28:26 +0200, santiago gonzalez wrote: > Ok... i think now pic simulation work quite better, the simulation run in > two diferent ways: > > -When runed from the circuit button (play), simulation goes at real time > for > a 20 MHz compiled pic code, registers are not update

Re: [Ktechlab-devel] Confusing bitwise behaviour (novice)

2009-09-20 Thread P Zoltan
On Wed, 16 Sep 2009 16:56:55 +0200, Matthew Ayres wrote: > Hello again > > Using flowcode I'm performing a right-rotation on variable x on a P16F84. > Port A TRIS is 0001 and port B TRIS is . x is set to 1 > before > the initial rotation. > > I have the chip's out pins hooked up to

Re: [Ktechlab-devel] logic refactoring.

2009-09-20 Thread P Zoltan
On Fri, 18 Sep 2009 04:05:07 +0200, Alan Grimes wrote: > I could really use some help with logicin/out. =\ > > Basically what you have is four classes doing the work of a fifth, > creating a nice big mess in the process. > > The other two classes are Simulator (which we REALLY want to keep > si

Re: [Ktechlab-devel] [bug] Ecclockinput won't go above 1khz.

2009-09-20 Thread Alan Grimes
P Zoltan wrote: > Isn't the problem caused by the fact that the simulator has only 1kHz > step frequency? We should separate the real-world time pass speed > (simulator step at 1kHz) and the time flowing inside the circuit. This way > by "slowing" the time inside the circuit, we could simul

Re: [Ktechlab-devel] Compiling klt-0.3.7 from svn branch

2009-09-20 Thread P Zoltan
On Thu, 17 Sep 2009 08:59:06 +0200, santiago gonzalez wrote: > A friend told me about a problem compiling ktl in Debian Squeeze > He has automake 1.11 and had this error: > > $ make -f Makefile.cvs > This Makefile is only for the CVS repository > This will be deleted before making the distribu

Re: [Ktechlab-devel] [bug] Ecclockinput won't go above 1khz.

2009-09-20 Thread P Zoltan
On Sat, 19 Sep 2009 08:32:12 +0200, Alan Grimes wrote: > There's a bug somewhere in or around ecclockinput that prevents it from > working when configured above 1khz. =( > > In other news, I took a crack at my planned refactoring of logic.h/cpp > and ended up removing a metric assload of bugs f

Re: [Ktechlab-devel] Slovak KTL translation

2009-09-20 Thread P Zoltan
I guess the translation consists of some .po files. Those can be integrated in the source tree. Is there a way to add translation maintainers to the sourceforge project? On Sat, 19 Sep 2009 09:33:05 +0200, Slavko wrote: > Hi, > > I have translated the KTL 0.3.7 (from the Debian testing

Re: [Ktechlab-devel] Slowmatrix! =)

2009-09-20 Thread P Zoltan
On Sat, 19 Sep 2009 13:34:52 +0200, Niels Egberts wrote: >>>   Bonus: the example 555 circuit ( hepl -> examples -> 555s -> >>> internals ) >>> makes ktechlab to write tons of "invalid matrix!!!" messages. What's >>> broken? >> >> That's a new check I implemented to try to do some basic sanit