msaideroglu

Results 9 comments of msaideroglu

Thanks a lot for your detailed explanations.

Hi @egiacomin. Could you give me the details about the design above?

Hi @tangxifan. I am facing the same issue described above. I um running **/openfpga_flow/tasks/fpga_verilog/bram/dpram1k** task. It successfully completes as displayed in shell. However preconfigured testbench can not display true results....

Hi @tangxifan. I'm facing same issue. How should I change Yosys script?

Hi @tangxifan. I added that initial state in **_OpenFPGA/openfpga_flow/openfpga_yosys_techlib/k6_frac_N10_tileable_adder_chain_mem1K_40nm_cell_sim.v_** . However the result was same as before.

Hi Piotr. Thank you for your return. I want to compile and run your Darknet model in Vortex GPGPU Design. It is an open-source RISC-V based GPGPU Design from Georgia...

Hi Piotr. In ARM mode enabled, it doesnt give any other serious error except some solvable warnings. However the performance is terrible in comparison with CLBLAS. So, I need to...

I found the source of error. My OpenCL implements **barrier(CLK_LOCAL_MEM_FENCE)** but not **mem_fence(CLK_LOCAL_MEM_FENCE)**. mem_fence(CLK_LOCAL_MEM_FENCE) gives **Cannot find symbol _Z13_cl_mem_fencej in kernel library**. The error is coming from mem_fence(CLK_LOCAL_MEM_FENCE) in CLBLAS...

Thanks. I've already found out sth. about it.