Re: [ARTIQ] ClockGen TTL

2015-08-26 Thread Sébastien Bourdeauducq
On 08/27/2015 09:18 AM, Neal Pisenti wrote: > What is the purpose of splitting out the `build` function (instead of > setting acc_width, etc. in the `__init__` method) It's an oversight. A previous device management mechanism used build() and I missed that one when refactoring. Thanks for reportin

[ARTIQ] ClockGen TTL

2015-08-26 Thread Neal Pisenti
Alessandro and I have been messing around this afternoon trying to get the clockgen ttl functionality to work on the pipistrello, with some success! One bug we encountered, however: Using `TTLClockGen.set`, we get the error (full traceback at [1]): NameError: name 'acc_width' is not defined. I'm gu