Shop OBEX P1 Docs P2 Docs Learn Events
new WAITCNT, looking for testers — Parallax Forums

new WAITCNT, looking for testers

fkifki Posts: 10
edited 2014-09-25 12:55 in Propeller 1
i wrote an alternative WAITCNT, which tests on entry whether the target already passed.
Therefor the COG does not halt for a full cnt overflow period.
Maximum wait time is halved.

it is discussed under:
http://forums.parallax.com/showthread.php/157156-WAITCNT-vs.-WAIT_CNT_PASSED?p=1294616&viewfull=1#post1294616

i dont have a fpga-board. i would provide the new cog_alu.v and cog.v and a testcode. who can run that for me?

Comments

  • jmgjmg Posts: 15,173
    edited 2014-09-25 12:55
    This is a good idea - another variant that could be tested at the same time,is a change from '<>' to '<=' on the wait-while test. In the original process equality-test is slightly smaller/faster, but FPGAs have HW carry chains, and faster fabric, so could give different results.
Sign In or Register to comment.