T. Meissner

Results 18 issues of T. Meissner

This issue serves as a reference of the current state of GHDL's implementation of PSL. What's left and what are the most desired features. I take the information from my...

Feature: PSL

This commit adds a function to the protected type which can be used to get the coverage state of a selected bin. It returns true if the bin was covered,...

enhancement
Agreed

I think it would be good to mention the possibility to use GHDL as plugin for Yosys as a second, open-source way to use VHDL as RTL language. Would be...

Enhancement

I've done some tests with liveness proofs using PSL properties like: ```vhdl assert always (rose(a) -> eventually! b); ``` I noticed that such constructs are processed by GHDL (and Yosys),...

Maybe it's only a copy & paste issue, but there are various VHDL units, where more than the clock signal is in the sensitivity list but the process is synchron...

At the moment failed tests are ignored by the Makefile: ```makefile %: ../src/%.vhd ../src/pkg.vhd ../src/sequencer.vhd ../src/hex_sequencer.vhd %.sby mkdir -p work -sby --yosys "yosys -m ghdl" -f -d work/$@ [email protected] prove...

enhancement

**Description** Some time ago tried named sequences with parameters again and I stumbled over the fact, that `boolean` parameters seem to be supported in some way. However, the parameters cannot...

```yaml ref: https://github.com/tmeissner/cryptocores tags: [vhdl, ghdl, psl, yosys, verification, assertions, cryptography] repo: tmeissner/cryptocores ``` Cryptography IP-cores & tests written in VHDL / Verilog. The components in this repository are not...

cat: Cores

```yaml ref: https://github.com/ghdl/ghdl/issues/1174#issuecomment-700057762 tags: [ghdl, ghdl-yosys-plugin, yosys, synthesis, verilog, btor2, smt2, edif, firrtl] ``` > I made a list of "How to convert vhdl to ..." in hopes it gets...

cat: News

```yaml ref: https://vhdlwhiz.com/vhdl-2019/ tags: [vhdl-2019, ieee, verification, vhdlwhiz] ```

cat: Articles