-
The [Yosys GHDL plugin](https://github.com/ghdl/ghdl-yosys-plugin) is still listed as experimental but is already very useful. For formal verification GHDL's support for PSL seems more extensive than …
-
Instead of always returning [ok](https://github.com/esynr3z/corsair/blob/master/corsair/templates/axil2lb_verilog.j2#L77), if trying to write to a read only address, or read a write only, or have a ba…
-
Here I have two files:
**IF_stage.v**
```verilog
`include "mycpu.h"
module if_stage(
input clk ,
input reset ,…
-
Hi I have a highliting issue on a system-verilog file while using tree-sitter on neovim.
These are my system-verilog lines of code:
![image](https://user-images.githubusercontent.com/50401154/21534…
-
Currently FASM annotations errors are detected late in the flow. A tool to sanity check VPR arch and rrgraph annotations would allow earlier error detection, and cross linking with Verilog blackbox de…
-
Switching lint tool vendors is time consuming, in part because all of the inline RTL waivers use tool-specific rule names and those names must be updated to the new tool's names. This can be time cons…
-
While looking into using the Symbol table to replace the current Kythe extractor, I noticed that it fails to resolve many types of definitions and references.
Use the test cases under `verilog/tool…
-
Hi,
Thank you for the great library!
I want to use multi-dimensional input and output arrays in the setup [without reshaping to 1-D].
For this, I'm using system verilog instead of verilog, …
-
Hi,Sorry for a dummy question , how can I translate my Chisel(3.6.0) codes to only verilog files without systemverilog files when useing emitVerilog!!
thanks a lot!!
-
Same issue is present for the formatter: https://github.com/chipsalliance/verible-formatter-action/issues/17
In the README, it writes: "If you don't wish to use the automatic PR review, you can omi…