Re: [myhdl-list] More thoughts and code towards dynamic code generation
Brought to you by:
jandecaluwe
From: Henry G. <he...@ma...> - 2016-05-02 21:00:32
|
On 02/05/16 13:12, Henry Gomersall wrote: > On 02/05/16 12:50, Jan Decaluwe wrote: >> > Is the generated code convertible? Then we have an automated path >> > from initial code to silicon, and the problem is solved as >> > far as I am concerned. > :) > > I think this could a be a really powerful technique. I'm going to have a > play with it now - looking at e.g. auto loop unrolling. Whoa! This is really powerful. I've not yet done anything to show it off (more than Samuele has done anyway), but it looks like it fits really neatly with the block operator - inspecting and dynamically twiddling the code therein. Essentially it seems like a fairly easy operation to have an extra layer of elaboration to expand python stuff into convertible stuff. Bear with me, I'll have something soonish to talk about. Samuele, I'm keen to interact on this, but I need to have a play by myself a bit I think first (to thoroughly understand it). Henry |