Schmitt Trigger this is not standard FPGA design, its much simpler.
Actually one does not have to jump into FPGA level of design where timing
is a large component of design. This tool basically masks most of that, the way
its characterized the timing is checked in the build cycle, and warnings if a problem
manifests itself. But in ~ 8 years of use only once did I have to get involved with timing.
So in short I am not qualified to touch a FPGA in a professional sense and maximize
performance. Here you drag and drop the components (in PSOC lingo a component
is an onchip resource like a counter or timer or DSP or OpAmp...), wire them up with tool.
Dbl click it to set parameters, and then hit the build button. Each component comes with
its own API library, you just open its datasheet to look for f() call naming, and use that
in your code if you need to change settings under program control. Multiple wizards, like
a state machine wizard if you need it, a DMA wizard that generates setup code, filter wizard
for the DSP.......
I love the parts because its like a breadboard on a chip. I was never a fan of all the time it
took to go from idea to proto to eval, the proto aspect, because of mixed sig and digital
content, makes proto go rapidly. In fact I use chips capability many times to test itself, the
design I am doing.
The simple but capable boards feature two high end 5LP parts for the 5LP family, one used
to handle programming and debug, the other the target. $10. If you need full I/O count then
looking more like $ 25 type boards. When done with design you snap off programmer/debugger
portion. You can then use that in another design although its severely limited in I/O.
The mixed sig even has a precision Vref for the A/D (20 bit DelSig and 12 bit SAR), its .1%.
Ability to create custom components for your library. A whole community out there that has
done some, like 24 and 32 bit DDS, 74HC logic equivalents.... Creation can be schematic capture
and/or Verilog. I am a newbee to Verilog but the FPGA guys have huge IP libraries where you can
port to PSOC if HW is capable. Eg. it cannot to Ghz anything, like a lot of FPGA activity these days.
But stuff like extra capable shift registers, counters, state machines at "embedded" types of speed
relatively easy.
I have been doing embedded since 1972, and am not going back to those tools or parts, EVER !
A lot of fun. IDE and Compiler free.
Regards, Dana.