pczarnecki
pczarnecki
… in SDF" This reverts commit 8135ebb4d5250ed26997b0aafdb2f1a2e198cdf5. #### Description In https://github.com/verilog-to-routing/vtr-verilog-to-routing/pull/1957 we introduced https://github.com/verilog-to-routing/vtr-verilog-to-routing/pull/1957/commits/8135ebb4d5250ed26997b0aafdb2f1a2e198cdf5 which unnecessary escapes '[' and ']' chars in SDF writer for `BlackBoxInst`. This causes conflicts in...
#### Proposed Behaviour It would be really nice to have options that would enable VPR to write machine readable output files with: * summary of block types usage * summary...
This PR supersedes PR #35361 and is a minimal version thereof. Its main purpose is to introduce basic support for the BRD4184B board using the EFR32BG22 SoC. The PR consists...
[OpenFPGALoader](https://github.com/trabucayre/openFPGALoader) is an universal FPGA programming tool which supports a variety of FPGA devices and programmers based on JTAG, DAP interface, ORBTrace, DFU and FTDI chips. As OpenFPGALoader is now...
This PR supersedes https://github.com/google/xls/pull/1169 It is a part of https://github.com/google/xls/issues/1211. NOTE: this is based on https://github.com/google/xls/pull/1314. Please ignore all commits with `[TEMP]` in commit message when reviewing. Those are squashed...
It is possible to infer parameters in functions based on the type of the argument passed to the function. This is showcased in file [derived_parametrics_fn.x](https://github.com/antmicro/xls/blob/01c4b35caf19c387d167b072872a01462fef829a/xls/examples/derived_parametrics_fn.x) that can be tested with:...
Objects of type `chandle_var` are not handled by Yosys: https://github.com/antmicro/yosys/runs/2216512978?check_suite_focus=true#step:7:158
PutC tests are failing in Yosys due to unhandled object `putc` of type `method_func_call`: https://github.com/antmicro/yosys/runs/2216514714?check_suite_focus=true#step:7:88
This PR reworks the existing ZSTD Decoder to memory-based approach instead of relying on stream-based architecture. The PR relies on peripherals (`MemReader` and `MemWriter`) for accessing external memory through AXI...