Andrew Butt

Results 44 comments of Andrew Butt
trafficstars

In my opinion, the important part of a zynq example is PS->PL communication. After having 7020 support merged, it would be relatively easy to make an example based off of...

Oh ok that's interesting. Does using U-boot replace using the fsbl? Do you have any examples of running a bare metal application on the PS?

@manili Yes, I think a flow like this has a lot of potential and it has been a focus of mine for a bit now. Andre and I are mostly...

Just commenting an example of how this could be useful. The current implementation of `remove-comb-groups` ends up evaluating the comb group at the end of the loop body and then...

Yeah I expected things like this to come up. There's not really a great solution to this other than figuring out the default assignment stuff. I have just been explicitly...

Yeah I'm planning on looking at this eventually, should be a straight forward fix.

Out of curiosity, I checked what Vitis HLS does. Here is an example multiplier generated by HLS that infers a DSP: ``` module mv_mul_32s_32s_32_5_1(clk, ce, reset, din0, din1, dout); parameter...

One question I have here is how to AXI interfaces will be implemented. I know currently the AXI interfaces reads all inputs values to on-chip memory and then launches the...

Yeah we definitely want floating point units to be pipelined when used in real designs. I think berkeley hardfloat is all combinational? If that's the case we can maybe add...

I don't think that would be too complex, but can registers be external in the same way as memories?