Rigel is a language for describing image processing hardware embedded in Lua. Rigel can compile to Verilog hardware designs for Xilinx FPGAs, and also can compile to fast x86 test code using Terra.
MIT License
56
stars
9
forks
source link
terra :calculateHandshake() not created if input/output type aren't handshake #86
With handshake sources/sinks, we now need to create a :calculateHandshake() even if the module input/output type aren't handshake (the Handshake stuff may be fully internal to the module)
With handshake sources/sinks, we now need to create a :calculateHandshake() even if the module input/output type aren't handshake (the Handshake stuff may be fully internal to the module)