Search Results
Search results 1-7 of 7.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hi, My question is about the support for the Zfinx ISA specification in SES. According to gcc.gnu.org, they posted in Nov'21 that the Zfinx extension had already finished public review. And qemu and spike already support Zfinx. See post here: gcc.gnu.org/pipermail/gcc-patches/2021-November/583437.html Is Zfinx also supported in SES? I appreciate any help you can provide. R
-
Hi, just using the "Hello world" example provided by default and using the following project options: Assembler: gcc Compiler: gcc Linker: GNU In SES V6.32a
-
When generating code for RV32E we get this error: cannot find default versions of the ISA extension `i' The assembler and compiler are set to be gcc. I found the issue is reported also here: github.com/riscv-collab/riscv-binutils-gdb/issues/261 sourceware.org/git/?p=binutils…f1995608fbf6648fcee4e9e0c According to them, it seems the problem was likely introduced in "Bump Binutils to 2.36.1". Now, it seems the issue has been fixed by the maintainers here: github.com/riscv-collab/riscv-binutils-gdb…
-
Sorry guys! I see this is already implemented in new version 6 of SES. I was using release 5. Love SES. Great job! Ricardo
-
Hi, is it possible to visualize the values of the FP registers during debugging? I can't see an ABI RV32F register group available in the GUI. Thanks, Ricardo
-
Hi, once I built my project and got my .hex file, I have converted the file to .coe format (Xilinx coefficients file). I have realized that the obtained .coe file has a big-endian format, but I need a little-endian format. Is it possible to change the endianness of the .hex output file from our project options in SES? I have been searching in the manual and found some additional options (-little_endian, -EL,..) but it seems that I am not able to set these options properly... Thanks in advance, R…