Johan Euphrosine
Johan Euphrosine
should we close this and favor of reviewing the demonstrator at https://github.com/antmicro/xls-cosimulation-demonstrator ? we can then re-open a new PR once we figure out how to integrate the simulator build...
> I'd like to be able to create a proc that unconditionally receives input on a channel and incorporate it into a next state update without blocking on a send()...
> The data received from recv is only used to produce the next state, it does not affect the data I want to conditionally send. I think that particular scenario...
> The goal is to consume an arbitrary number of data elements on an input channel unconditionally and perform a state update (i.e. complete an iteration of the proc each...
@hzeller yep, do we want to run those continuously or nightly?
> I think on every github PR (but not the regular CI on head) and then once nightly. that should be a problem we have big enough runner, and we...
@hzeller I assume the build cache for the two config (w/ and w/o asan) would end up being different?
I suspect that we could run the asan build without cache?
@allight did add a C++ proc sample in https://github.com/hzeller/xls/blob/3d9871fe629ac2bf1636514509e08100e3a37a57/xls/jit/jit_wrapper_test.cc#L108-L167 @meheff do we want to add C++ tests for all proc examples we have under https://github.com/google/xls/blob/main/xls/examples/ ? for some of the...
https://github.com/google/xls/tree/main/xls/examples/matmul_4x4 could be a good candidate to demonstrate the new proc jit support added in 3d9871f.