Displaying 1 result from an estimated 1 matches for "neuamann".
Did you mean:
naumann
2018 Aug 27
2
Transpiler Question
...ed to convert a high-level language to another
language (python or a custom syntax.)
The architecture I'm targeting is non-traditional hardware: microfluidic
devices. Microfluidic devices are a specific class of reconfigurable
computing; which don't necessarily adhere to a traditional Von-Neuamann
architecture. What I'm aiming to do is to take my high level language and
convert it a language that is accepted by one of the synthesizers we have
(in python or a custom syntax) which will then simulate/execute the given
program.
The workflow I have is as such:
High level language -> pars...