cucapra / hbir

an intermediate representation for continuously reconfigurable hardware
https://capra.cs.cornell.edu/hbir/
MIT License
4 stars 0 forks source link

C-code blobs in code section #29

Closed epeguero closed 5 years ago

epeguero commented 5 years ago

Added ability to add C-code directly in code section using backticks: `printf("top_half(row, col) = (%d, %d)", x, y); `