-
Comparing these two commands building Cargo itself with `lto='thin'`:
1. `cargo build --release`
2. `cargo build --release --bin cargo`
The first command does not engage the LTO codegen optimiz…
ehuss updated
4 years ago
-
The build fails on Windows generating git info:
```
Traceback (most recent call last):
File ".\betrusted-soc.py", line 1442, in
ret = main()
File ".\betrusted-soc.py", line 1397, in main…
-
-
The current implementation uses hardcoded values that generate sphinx warnings and render like this:
![image](https://user-images.githubusercontent.com/238325/76313872-c1c8a480-6310-11ea-8445-b33f7…
-
When building on a stock Ubuntu 18.04 Python distribution, litex produces the following error:
```
Traceback (most recent call last):
File "./betrusted-sim.py", line 18, in
from litex.bui…
-
The latest patchset merges clock domain crossing support, which breaks a USB-CDC-ACM test `test-valenty-cdc`. Note: USB-CDC is a serial protocol, and is not related to clock domain crossing.
Screen…
-
This got picked up by CI last night:
```
08:05:25 + python3 ./foboot-bitstream.py --lx-ignore-git --revision pvt --with-dsp --placer heap --with-debug usb --seed 4
08:05:25 Traceback (most recent…
-
Currently, CSRs appear to be hardcoded to a spacing of `0x800`, meaning each new CSR is spaced `0x800` above its previous value. For example, if CSR[0] is placed at `0xe0000000`, then CSR[1] will be …
-
need to get some CI testing going
-
Could you please add (at least) [Write access](https://github.com/betrusted-io/betrusted-hardware/settings/collaboration) for the [betrusted](https://github.com/orgs/betrusted-io/teams/betrusted) team…