Skip to content
#

esl

Here are 60 public repositories matching this topic...

WezelA
WezelA commented Oct 22, 2019

Using the SystemC statement

head = (head + 1) % 3;

causes the PrintITL to print the line

at t_end: head = ((1 + head_at_t)(31 downto 0) mod 3)(31 downto 0);

in the respective property. Onespin reports this line with the following output:

-E- FIFO.vhi:119:58 Slice expression is out of range.
type: unsigned(1 downto 0)
slice: 31 downto 0
: at t_end: from_re

bug good first issue

Improve this page

Add a description, image, and links to the esl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the esl topic, visit your repo's landing page and select "manage topics."

Learn more