[sv-ac] Correction to SV3.1a DRAFT 5 section 17.11.1 page 246


Subject: [sv-ac] Correction to SV3.1a DRAFT 5 section 17.11.1 page 246
From: Kurt Shultz (kurt.shultz@motorola.com)
Date: Mon Mar 01 2004 - 15:47:40 PST


In SV3.1a DRAFT 5, section 17.11.1 page 246:

The cited example contains text (about half-way down the page) that
reads:

   (data_valid && (data_valid_tag == tag)
   |->
   (data == expected_data[i*8+:8])

It is missing a close-paren on the first line. That is, it should
read:

   (data_valid && (data_valid_tag == tag))
   |->
   (data == expected_data[i*8+:8])

Kurt



This archive was generated by hypermail 2b28 : Tue Mar 02 2004 - 12:10:34 PST