entity test_bench_03_09 is end entity test_bench_03_09; ---------------------------------------------------------------- architecture test_max3_check_error of test_bench_03_09 is signal a, b, c, z : integer := 0; begin dut : entity work.max3(check_error) port map ( a => a, b => b, c => c, z => z ); stumulus : process is begin wait for 10 ns; a <= 7; wait for 10 ns; b <= 10; wait for 10 ns; c <= 15; wait for 10 ns; a <= 12; wait for 10 ns; a <= 20; wait for 10 ns; wait; end process stumulus; end architecture test_max3_check_error; <div align="center"><br /><script type="text/javascript"><!-- google_ad_client = "pub-7293844627074885"; //468x60, Created at 07. 11. 25 google_ad_slot = "8619794253"; google_ad_width = 468; google_ad_height = 60; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script><br /> </div>