sébastien jacq
sébastien jacq
Thank you for your quick answer. I don't have the way to make the pmod USB you designed. Is it possible to use a pmod USB from digilent (by slightly...
Ok thanks a lot. I think we will make your usb pmod.
Thank you. Linux image generation is now working. However, now I encounter a problem in running linux simulation. To do so, I ran the following commands: ``` Run linux in...
It works. Thank you.
According to me, it should be interesting that cva6 be implemented on a more affordable board than Genesys2. The Nexys A7 (~250$) is quite interesting because it is a popular...
Hello, I tested Linux on FPGA for the following configurations: cv32a6_imac_sv32, cv32a6_ima_sv32_fpga and cv64a6_imafdc_sv39. Sv32 and Sv39 work on FPGA on my side.
I tried the unified MMU with and without shared TLB on FPGA. When shared TLB is activated for CV32A6 and CV64A6, it works well, Linux boot without problem. But, it...
For CV32A6, I used cv32a6_ima_sv32_fpga configuration. To deactivate shared TLB, I modified following parameters in cv32a6_ima_sv32_fpga_config_pkg.sv localparam CVA6ConfigInstrTlbEntries = 16; localparam CVA6ConfigDataTlbEntries = 16; localparam CVA6ConfigUseSharedTlb = 0; For CV64A6,...