This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
formal_hw_verification
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
6
Wiki
Activity
Browse Source
fifo: Fix SERE to also match cycles w/o ren after last write
master
T. Meissner
3 years ago
parent
4a58b1789c
commit
6a319686ac
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
fifo/fifo.vhd
+ 1
- 1
fifo/fifo.vhd
View File
@ -296,7 +296,7 @@ begin
GEN
:
if
i
=
0
generate
DATA_FLOW_GEN
:
assert
always
{
{
s_cnt
=
i
and
Wen_i
=
'1'
and
Din_i
=
s_data
}
;
{
Ren_i
}
}
{
{
s_cnt
=
i
and
Wen_i
=
'1'
and
Din_i
=
s_data
}
;
{
not
Ren_i
[
*
]
;
Ren_i
}
}
|
=
>
{
Dout_o
=
s_data
}
;
else
generate
Write
Preview
Loading…
Cancel
Save