Changes to the lectures this week

1 view
Skip to first unread message

Thomas H

unread,
Mar 23, 2009, 11:17:23 AM3/23/09
to Hardware Description and Verification 2009
Helllo.

The plan for this week was to have three lectures on PSL, but since we
managed to cover all the material for the first two lectures on
Monday, there will be no lecture on Tuesday.

Magnus Björk will give a lecture on PSL on Thursday, as planned.


Also, the PSL property we saw at the end of the lecture today looked
wrong. It was:

always {strt; {get[=8]}&&{kill[=0]}} |=> {{put[=8]}&&{end[=0]}}

Here is a version that I think fit better with what was intended:

always {strt; {get[=8]}&&{kill[=0]}} |=> {put[=8]; end}


--
Thomas H

Dan Karlsson

unread,
Mar 23, 2009, 12:09:27 PM3/23/09
to Hardware Description and Verification 2009
I think the PSL was correct.
&&{end[=0]} states that there can't be an end-signal before there has
been 8 puts, which is what the text says.

The text doesn't require that there is an end-signal, which is what
makes it look wrong.

/ Dan

Muhammad Asif

unread,
Mar 23, 2009, 12:12:32 PM3/23/09
to hdv-...@googlegroups.com
 I also think so, the new version does not guarantee end to be true during the 8 puts.

Thomas H

unread,
Mar 24, 2009, 10:55:13 AM3/24/09
to Hardware Description and Verification 2009
Good points. I withdraw my correction!

/Thomas H
Reply all
Reply to author
Forward
0 new messages