diff options
Diffstat (limited to 'host/docs/block_desc_files.dox')
-rw-r--r-- | host/docs/block_desc_files.dox | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/host/docs/block_desc_files.dox b/host/docs/block_desc_files.dox new file mode 100644 index 000000000..20f54e24a --- /dev/null +++ b/host/docs/block_desc_files.dox @@ -0,0 +1,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: + |