EmbDev.net

Forum: FPGA, VHDL & Verilog wincupl, g16v8, RS flip flop


von Harald H. (Company: privat) (mossige)


Rate this post
useful
not useful
Device      g16v8;

/* Inputs */

PIN 16 = S;   /* Set. Yes, I need to use an IO */
PIN 15 = R;   /* Reset */

/* Output */

PIN 18 = Q;


Q = !( S & !( !Q & !R));

--------
Mr. Bool says it works. ABEL 1.4 agre.

Howto tell WINCUPL to do so?

My documentation are stored in a disk crash back in the days if WIN 
3.11.

HM

von NickDean1 (Guest)


Rate this post
useful
not useful
Hi,
I just had a look at your code and had no problems compiling it in 
WinCUPL (using virtual device) and it simulated in WinSIM. What was 
causing you problems?

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.