Search
lxdream.org :: lxdream/test/asic.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/asic.h
changeset 815:866c103d72cd
prev812:8cc61d5ea1f8
author nkeynes
date Wed Dec 02 10:36:49 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Add missing SUBV instruction to the emulation core (translation core is ok),
along with test cases. Thanks to D. Jeff Dionne for pointing this out.
file annotate diff log raw
1.1 --- a/test/asic.h Wed Aug 13 10:32:00 2008 +0000
1.2 +++ b/test/asic.h Wed Dec 02 10:36:49 2009 +1000
1.3 @@ -60,3 +60,8 @@
1.4 void asic_dump( FILE *f );
1.5
1.6 void asic_mask_all();
1.7 +
1.8 +/**
1.9 + * Wait until the G2 FIFO buffer is clear to write
1.10 + */
1.11 +int g2_fifo_wait();
.