Search found 50 matches

by errordeveloper
Mon Oct 24, 2011 10:02 pm
Forum: Development Tools and Programming
Topic: XMOS Tools with Csh - version switching script
Replies: 0
Views: 2321

XMOS Tools with Csh - version switching script

I have had some need to be able to switch between different version of XMOS tools within Csh. If anyone ever needs this - checkout my gist . There are two scripts (modpath.csh and delpath.csh) which I use for other things also, and `xmos.csh` is just for Xmos tools - it's fairly intelligent. I'd be ...
by errordeveloper
Mon Oct 24, 2011 8:49 pm
Forum: Development Tools and Programming
Topic: Writing a plugin for `xsim`.
Replies: 12
Views: 14829

Re: Writing a plugin for `xsim`.

I don't think the ia32libs Debian/Ubuntu package includes a 32-bit Python. One would have to just install a 32-bit Python package, too, I imagine. Gentoo has a different package management system whic I'm not familiar with. In any case there seems to have been a mix-up on the XMOS tools download pa...
by errordeveloper
Mon Oct 24, 2011 12:34 pm
Forum: Development Tools and Programming
Topic: Writing a plugin for `xsim`.
Replies: 12
Views: 14829

Re: Writing a plugin for `xsim`.

I don't know if this helps, but it's possible to install the 32-bit libraries on x64 Linux with sudo apt-get install ia32-libs (or equivalent for RedHat) This enables any tools that were linked with 32-bit libraries to work. It seemed from the comments that the latest version was supposedly all 64-...
by errordeveloper
Sun Oct 23, 2011 11:29 pm
Forum: Other XMOS Development Kits
Topic: "Digital" I2S microphones
Replies: 4
Views: 4923

Re: "Digital" I2S microphones

Hey, that's sounds quite interesting!

I was also about to try ADMP441 for a few projects ... with xmos as well as other platforms,
because this chip claims 24-bit output. Have you evaluated it in your lab already?
by errordeveloper
Fri Oct 21, 2011 1:02 pm
Forum: Development Tools and Programming
Topic: Writing a plugin for `xsim`.
Replies: 12
Views: 14829

Re: Writing a plugin for `xsim`.

I've removed this from the README now since we now ship native 64-bit versions of the tools (https://www.xmos.com/products/development-tools). Hm, that's interesting ... I have installed `Desktop-Tools-(Linux-64)(11.2.2).tgz` and I can see: > file bin/xcc bin/xcc: ELF 32-bit LSB executable, Intel 8...
by errordeveloper
Thu Oct 20, 2011 9:28 pm
Forum: Development Tools and Programming
Topic: Writing a plugin for `xsim`.
Replies: 12
Views: 14829

Re: Writing a plugin for `xsim`.

The plugin/testbench interface is described in Section 12 of the tools user guide (https://www.xmos.com/support/documentation). Ah, thanks!! For some reason I have bumped into an odd page on xmos site, namely it was "http://www.xmos.com/create-simulator-plugin", so I though the documentat...
by errordeveloper
Thu Oct 20, 2011 11:40 am
Forum: Development Tools and Programming
Topic: Writing a plugin for `xsim`.
Replies: 12
Views: 14829

Re: Writing a plugin for `xsim`.

Ok, I have just realised that this question is an extended version of my previous question.
I will revisit the answers given there and the examples attached. However, if anyone has
done some work in this area since then, I'd be happy to hear any updates!
by errordeveloper
Thu Oct 20, 2011 11:07 am
Forum: Development Tools and Programming
Topic: Writing a plugin for `xsim`.
Replies: 12
Views: 14829

Writing a plugin for `xsim`.

Hello, I have started looking into the example plugin code distributed with the XDE, however it appears to have almost no documentation to it. Does anyone here have experience writing plugins for xsim? I have a few ideas, though for now I'll probably start by doing an audio testbench similar to what...
by errordeveloper
Sat Sep 04, 2010 12:54 am
Forum: General Questions
Topic: PAA - programable analogue (block) array
Replies: 6
Views: 8002

Re: PAA - programable analogue (block) array

But of course programmable analogue circuits would be of great help!!
by errordeveloper
Sat Sep 04, 2010 12:52 am
Forum: General Questions
Topic: PAA - programable analogue (block) array
Replies: 6
Views: 8002

Re: PAA - programable analogue (block) array

Well, i build synths using Pure Data (pd for short),

do you know it? http://crca.ucsd.edu/~msp/techniques.htm

http://crca.ucsd.edu/~msp/software.html

I just would like to work on hadware interfaces ..in terms of audio IO and HID's :)

the rest I would do with pd :))

(and linux os) ..