![]() | ![]() | ![]() |
| | |||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| I am having trouble understanding how to use the flip flop in GAL 16v8, being programmed with WinCUPL. I have the logic equations figured out for my flip flops and I understand the the extension on a variable is .d for a d flip flop (which I want to use) , but what about the clocks, presets, clears, etc. How do I set those items. I want the circuit to be synchronous if that helps any. Any insight will be greatly appreciated. | |
| |
| | (permalink) |
| I don't know what "GAL 16v8, being programmed with WinCUPL" means. But in general, the clock input is used to trigger the Flip Flop (ie. the set and reset the FF synchronously). Some FFs trigger on the positive edge (ie. a Low to High transition) and others on the negative edge. The preset is an asynchronous input which allows the FF to be set, ie. to set the Q output High. The clear is an asynchronous input which allows the FF to be reset, ie. to set the Q output Low. Len | |
| |
| | (permalink) | |
| Quote:
Maybe someone else here has used CUPL or winCUPL.. Whether or not your system is synchronous or not, depends on how you have designed it which, is not available here for us to see. | ||
| |
| | (permalink) |
| I can't offer a whole lot of help either, having no experience with GALs, but I have done CPLDs with WinCUPL. To figure out how to use the FFs in my device, I had to get intimate with the documentation for it. I mean, I had to dig! That, plus a lot of experimentation. My CPLD was FLASH based, so I could try and try and try again, I don't know how your GAL is programmed. If it's OTP,... well, that won't work. What you are looking for is which extensions your device supports. Who is the manufacturer? j. | |
| |
| | (permalink) | |
| Quote:
| ||
| |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |