-
The `__metal_clic0_default_vector_handler` has 64 bytes alignment attribute.
https://github.com/sifive/freedom-metal/blob/26b85c959e279447e9c89f235e3793b358b1c981/src/drivers/sifive_clic0.c#L32-L33
…
-
Hello,
we are a group who is interested in adding another target for solokeys, namely RISC-V boards by SiFive. We are at the start of the project, however we'd wish to eventually upstream the chang…
ljrk0 updated
4 years ago
-
I discovered that when I was making the pull request bellow,
https://github.com/sifive/freedom/pull/118
when I tried updating the submodule `fpga-shells` commit 9eb56625ba252e6abbb7ded5158331b7da7ea…
-
This link:
HiFive Unleashed config from: https://github.com/sifive/freedom-u-sdk/blob/master/bsp/env/freedom-u500-unleashed/openocd.cfg
no longer works
-
Hi,
Got an error when i'm trying to link some binaries at address 0x00000000. If i try at 0x00000004 it pass the compilation successfuly.
```
/home/spinalvm/hdl/tmp/freedom-e-sdk/software/dhrys…
-
According to [README.md](https://github.com/sifive/soc-freedom-sifive/blob/master/README.md), I used the following commands to initial the workplace.
```
wit init workspace -a git@github.com:sifive/…
-
Hi, When usning SiFiveTools->Flash MCS file to Arty FPGA in Freedom studio,I encounterd error:Unsupported DTM verdion:14.
The detailed log:
2019-07-05 13:48:17.811000: Running Command: C:\Jason\sifi…
-
While the readme states
>The following commits (from [sifive/freedom-tools](https://github.com/sifive/freedom-tools/tree/master/src)) were used:
>
> the [sifive/riscv-gcc](https://github.com/s…
-
https://github.com/sifive/freedom-metal/blob/v201908-branch/src/drivers/sifive_spi0.c#L79
It appears that this
```cpp
/* Set Polarity */
if(config->polarity) {
METAL_SPI_REGW(…
-
Hi,
the `disassemble [/r|/m|/s]` command on gdb running against cfu code does not show the CUSTOM0/CFU instruction mnemonic but its machine code representation.
The toolchain is the August 202…