C
Cameron, Charles B.
Guest
I was surprised to discover that Altera's MaxPlus II interpreted the
signal name z1 as z(1), something I only guessed after extensive head
scratching. I had declared both z and z1 to be of type
standard_logic_vector. Once I renamed the signal z1 as zint, my problem
went away. However, in pursuing the cause of my confusion I have found
no reference that states an equivalence between z1 and z(1). Can
anybody steer me to a reference that addresses this point?
Charles B. Cameron
signal name z1 as z(1), something I only guessed after extensive head
scratching. I had declared both z and z1 to be of type
standard_logic_vector. Once I renamed the signal z1 as zint, my problem
went away. However, in pursuing the cause of my confusion I have found
no reference that states an equivalence between z1 and z(1). Can
anybody steer me to a reference that addresses this point?
Charles B. Cameron