X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=cpu%2Fsrc%2Fpipeline_tb.vhd;h=da886861d1cb98700e2b24352ef25f918ee7fca7;hb=9a80394e66ecd36e619bbade3a3de69bcb19762b;hp=e1135d411ac9ed4cfda5a391d7f9c6de13213815;hpb=de9ded9482a2dd00c35e2578ca450cb744f3e489;p=calu.git diff --git a/cpu/src/pipeline_tb.vhd b/cpu/src/pipeline_tb.vhd index e1135d4..da88686 100644 --- a/cpu/src/pipeline_tb.vhd +++ b/cpu/src/pipeline_tb.vhd @@ -193,7 +193,8 @@ begin rx_pin <= trans_data(i); dummy <= not dummy; wait on dummy; - icwait(BAUD_COUNT); + -- icwait(BAUD_COUNT); + icwait(15); end loop; end txd;