The manual describes the syntax and features of the psC language:
The first seven chapters of the book are available online.
There are many examples installed in the C:\Novakod_Studio directory.
This is where to start learning Novakod Studio's basic functions.
These examples illustrate most of the features of the psC language.
Need to program sequential algorithms as in C++? Look at these examples.
Once your psC code is fully tested, you can generate VHDL code. Look at the examples to understand how to integrate the VHDL core into the Xilinx or Intel tool chain.
Examples to illustrate how to create C++ applications that communicate with the simulated board or the real FPGA board using the Novakod API.
This directory includes examples for the installed BSPs (board support packages).
Novakod Studio includes libraries in the C:\Novakod_Studio\Library directory. Current libraries support basic functions and components for delay, integer, fixed-point, floating-point and filters. Check often for updated or new libraries.
These are base libraries for delay, FIFO, and so on.
The integer library includes the division and square root components.
Library including "temp" macro definitions for fixed-point operations: addition, subtraction and multiplication.
Contains floating-point components for: addition, subtraction, multiplication, division, square root, relational, IEEEconversion, integer conversion and accumulator.
Component templates for building FIR and IIR filters.