Krzysztof Obłonczek
Krzysztof Obłonczek
This PR brings partial changes from [caliptra-rtl repo](https://github.com/chipsalliance/caliptra-rtl) that have happened since the last code sync. These include: - lint changes - exposing jtag_tdoEn in el2_veer_wrapper (fixes #159)
This PR adds tests for the `el2_dec_ib_ctl.sv` instruction buffer debug override functionality - it checks whether the instruction from IFU is correctly overridden via debug interface and passed directly to...
Fixes several linter warnings that were reported in https://github.com/chipsalliance/Cores-VeeR-EL2/issues/166
When no target (and neither custom target) was specified, it defaulted to rv32imc which overrode any isa and mabi supplied as arguments. This prevented setting any custom isa and mabi...
This PR adds a script that `sed`s relevant files and prefixes names of relevant entities so that multiple VeeR cores do not clash with each other during elaboration. Usage instructions:...
**Describe the bug** Typechecking fails on an internal assertion when a value from an array declared as const is used in a for loop range construct, e.g: ``` const FOO:...