OSDN Git Service

trivial debug
authorKenichi Kurimoto <kurimoto12@users.sourceforge.jp>
Sun, 6 Feb 2011 03:00:04 +0000 (12:00 +0900)
committerKenichi Kurimoto <kurimoto12@users.sourceforge.jp>
Sun, 6 Feb 2011 03:00:04 +0000 (12:00 +0900)
1  2 
grlib-gpl-1.0.22-b4095/designs/work_ip/sim_huffdctycc.vhd

@@@ -181,7 -181,7 +181,9 @@@ ahbwrite(x"8000020C", x"f0000000", "10"
  
  -- Write scan data for IP core
  --      for i in 0 to 2718 loop
 -      for i in 0 to 120 loop
++
 +      for i in 0 to 30 loop
++--      for i in 0 to 120 loop
          readline(in_file,li);
          hread(li, cdata32);
          ahbwrite(x"90000000", cdata32, "10", "10", '1', 2, false , ctrl1);