hocl icon indicating copy to clipboard operation
hocl copied to clipboard

HoCL (Higher Order dataflow Coordination Language) is a language for describing dataflow networks and generating tool-specific descriptions.

Results 6 hocl issues
Sort by recently updated
recently updated
newest added

[Issue initially mentionned by [ggauthie](https://github.com/ggauthie) by PM] Configuration actors -- _i.e._ actors having an output port with type `t param` are not handled correctly by the Preesm backend. For example,...

[Issue initially mentionned by [ggauthie](https://github.com/ggauthie) by PM] When using the Preesm backend, some node parameters are sometimes used only to define the production (resp. consumption) rate of output (resp. input)...

[Issue initially mentionned by [ggauthie](https://github.com/ggauthie) by PM] For (sub)graphs, all input (resp. output) ports have their consumption (resp. production) rate set to 1 by default. In practice, this rate frequently...

On following the README for the Sobel1 application, I hit the following error: ``` $ build/bin/hoclc -dif examples/working/apps/sobel1/main.hcl ------------------------------------------------------------------------------------------------- This is the HoCL compiler, version 1.2.2 ------------------------------------------------------------------------------------------------- Parsing file ./build/lib/hocl/stdlib.hcl...

Following the README tutorial, after running `make`, I hit this error message: ``` /usr/local/hocl/bin/hoclc -dot -target_dir ./dot main.hcl ------------------------------------------------------------------------------------------------- This is the HoCL compiler, version 1.2.2 ------------------------------------------------------------------------------------------------- Parsing file /usr/local/hocl/lib/hocl/stdlib.hcl...

It seems that the `dotty` bundled application only accepts a subset of the `.dot` syntax :( A patch is in preparation. Meanwhile, a workaround is to use `dot` to generate...