-- this configuration selects ALU architecture to test library testv; use testv.all; use work.all; configuration ALU_LOG_BEH of vALU is for SIMPLE for iALU:ALU_conf use entity work.ALU_stage(LOGIC); end for; for iPRSIG:PRSIG_conf use entity testv.PRSIG(BEHAVIORAL); end for; end for; end ALU_LOG_BEH;