blob: 20f54e24a86f2b9a0a76eeb7faf770de29d68bfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*! \page page_rfnoc_descriptor_file RFNoC Block Descriptor Files
\section rfnoc_descriptor_file_nocscript NocScript
NocScript is a simple DSL designed to augment block definition files for RFNoC.
\li Statically Typed
\li No implicit typecasting
\li Very few operators
See \subpage page_nocscript_funcs for a full function reference.
*/
// vim:ft=doxygen:
|