Nand Gate

DSP related issues, mathematics, processing and techniques
BobF
Posts: 598
Joined: Mon Apr 20, 2015 9:54 pm

Re: Nand Gate

Post by BobF »

Hi again gang,

Well I've tried all ways suggested and can't get it to work.
Hate to be a real pain in the ass, but could you send me a FSM that works on your computer and I will report back if it works on my 3.02 version. Thanks a mill, BobF.....
User avatar
martinvicanek
Posts: 1334
Joined: Sat Jun 22, 2013 8:28 pm

Re: Nand Gate

Post by martinvicanek »

BobF, I'd start very basic and once you get it to work, you may take it further from there. Here is a demo to play with. The readout boxes will give you instant feedback to whatever changes you apply to the inputs or code. Hope it helps.
Attachments
Boole.fsm
(1.27 KiB) Downloaded 1346 times
BobF
Posts: 598
Joined: Mon Apr 20, 2015 9:54 pm

Re: Nand Gate

Post by BobF »

Hi Martin,
thanks so very much, but I have the DSP code version working. KG had sent me it in Assembly code and it seemed my version of Flowstone (3.02) did not support andnps, so when I typed in
//NAND
movaps xmm0,A;
andps xmm0,B;
andnps xmm0,In1;
andps xmm0,F1;
movaps outNAND,xmm0;

into the asm box it did not work. So I wanted a ASM verion that worked else where to try I my pc.

P.S., I just downloaded version 3.07 of Flowstone for Fl Studio from Imageline. Can I install it over my old version without problems?
Post Reply