cfrantz
cfrantz
Converted to draft until after OpenTitan formal release process.
After digging in a bit more, it seems that the device struct defined in `devices/device_config.bzl` might be the best way to specify architecture specific flags that would get passed to...
Obsoleted by #3587
> > Looks like CW310 SiVal Tests is too long now. We might want to consider defaulting to ROM_EXT tests only, then only adding ROM-only environments for the tests that...
Q: Where is an appropriate location for this rule? I have half a mind to locate it in `//third_party/openocd`, as in: ``` bazel run //third_party/openocd:jtag_server --//third_party/openocd:jtag_env=//hw/top_earlgry:silicon_creator ``` However, the chip...
> Nice thanks! > > Can you cross reference this in the following docs? > > * doc/getting_started/using_openocd.md > * doc/getting_started/setup_fpga.md Done.
What, if anything, do we need to change or adjust to allow this to start a JTAG (openocd) server for the CW340?
I believe this is an implementation error in the `rv_core_ibex` peripheral here: https://cs.opensource.google/opentitan/opentitan/+/master:hw/ip/rv_core_ibex/rtl/rv_core_addr_trans.sv;l=76 I _think_ the expression should be: ``` assign addr_o = sel_match ? addr_i & sel_region.output_mask | sel_region.remap_addr...
We don't have any rules to just fetch bitstreams and none of the cached bitstreams are going have their OTP setup for the `prodc` customer. You can create such a...
I'm having the same problem. It seems as though there may have been error releasing or tagging. cryptoki-0.4.1 was created on 2022-09-29. cryptoki-0.4.0 was created on 2022-09-07. cryptoki-0.3.0 was created...