Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- use std_ulogic and std_ulogic_vectors. They are unresolved types and never allow multiple drivers. --- Quote End --- If anyone is interested, Tricky is correct. When I changed the loop code to std_ulogic_vector I got the following: --- Quote Start --- ** Error: (vsim-3344) Signal "/receive_path_tb/DUT/WRITE_ENABLE_FIBRE_REG(0)" has multiple drivers but is not a resolved signal. --- Quote End --- Cheers Tricky!