Replies: 6 comments 19 replies
-
Hey there @bartokon ! thanks for reaching out How does this sound, I just checked in a little example pipeline examples/pipeline.c. Pull the repo. It has a synthesis/ The default behavior of the tool Supplying the There is no Does any of this help? What would you like a potential new Happy Friday! Take care, |
Beta Was this translation helpful? Give feedback.
-
Righto @bartokon. Pull the repo again. I implemented a Running You will see something like
I think you definitely want Also, this was using Vivado for an Artix 7 35T. You can see logs an mentioned in the output Let me know if this is helpful eh! Take care! |
Beta Was this translation helpful? Give feedback.
-
Hi Julian, I have a few simple requests :)
Do you think that I could use another synthesis tool for faster architecture estimation than Vivado? Just to find optimal starting point for algorithms? Maybe Yosys? Take care! |
Beta Was this translation helpful? Give feedback.
-
I have some errors on Yosys GHDL,
and
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Generally getting at what you want to Are you planning to use the C code as input to algorithm? otherwise I suppose you are starting from something like the Just a big list of function names/hierarchy structure - and params (not visible the original C code) So some kind of map of learning instance params = f(target freq, instance names) After being trained with fmax = f(instance names, instance params) ? |
Beta Was this translation helpful? Give feedback.
-
Hi, is it possible to run compilation of some file for given pipeline stages? (not main_mhz pragma just one time run)
for example ./pipelineC blink.c -start 10 -stop 10 (10 pipeline stages) and return frequency to some file.
I would like to try some machine learning algorithms and see if they could do some magic with pipelining :)
Beta Was this translation helpful? Give feedback.
All reactions