sb0 changed the topic of #m-labs to: ARTIQ, Migen, MiSoC, Mixxeo & other M-Labs projects :: fka #milkymist :: Logs http://irclog.whitequark.org/m-labs
mumptai has quit [Quit: Verlassend]
rohitksingh has quit [Ping timeout: 240 seconds]
rohitksingh has joined #m-labs
rohitksingh has quit [Quit: Leaving.]
<mithro> Human psychology is funny, x3csprog is objectively slower at flashing the pipistrello device but it feels faster because it outputs progress as it does so
fengling has quit [Ping timeout: 256 seconds]
fengling has joined #m-labs
<sb0> whitequark,
<sb0> <artiq>/test/coredevice/portability.py:103:17: fatal: unexpected indent: expected (, *, +, -, ..., @, False, None, True, [, assert, break, class, complex, continue, def, del, exec, float, for, from, global, ident, if, import, int, lambda, nonlocal, not, pass, print, raise, return, strbegin, try, while, with, yield, { or ~
<sb0> # with sequential:
<sb0> ^
<sb0> so many compiler problems ...
<sb0> whitequark, test_pulses mostly doesn't fail on the host, what is essentially happening is that your compiler incorrectly maps the different instances of _PulseLogger to a single one on the device
<sb0> all pulses go to channel A
<sb0> instead of A, B, C and D
<GitHub17> [artiq] sbourdeauducq pushed 1 new commit to master: http://git.io/vE9P8
<GitHub17> artiq/master aa29def Sebastien Bourdeauducq: test/coredevice/test_pulses: fix first_timestamp
fengling has quit [Ping timeout: 256 seconds]
fengling has joined #m-labs
<sb0> of course, the xst placer craps out when you connect both inputs of a PLL to another PLL and a BUFR
<sb0> seriously, i've never seen that thing work correctly when compiling anything else than a xilinx reference design
<sb0> and now this
<sb0> WARNING:PhysDesignRules:2260 - Unsupported PLLE2_ADV configuration. The driver
<sb0> of the CLKIN2 pin (BUFR) of PLLE2_ADV comp PLLE2_ADV with COMPENSATION mode
<sb0> BUF_IN, must be the same type of driver as the CLKIN1 pin (BUFG).
<GitHub136> [misoc] sbourdeauducq pushed 1 new commit to master: http://git.io/vEHOw
<GitHub136> misoc/master 1887942 Sebastien Bourdeauducq: targets/kc705: clean up crg namespace
<mithro> What is the correct way to instantiate/create a 16k ROM block in migen/misoc?
<sb0> create a memory, and then a port with write_capable=False
<sb0> the memory takes a init parameter
<sb0> now *bitgen* tells me I have to connect CE and CLR on the BUFR (yes, clock enable and reset), after the whole synthesis...
<sb0> business as usual
<sb0> you'd think it could do CE=1 and CLR=0 by default, which is usually what you do for a clock divider, but no, that would be user-friendly
fengling has quit [Quit: WeeChat 1.2]
<sb0> oh god, it worked
<GitHub17> [artiq] sbourdeauducq pushed 1 new commit to master: http://git.io/vEHCD
<GitHub17> artiq/master 04b0db1 Sebastien Bourdeauducq: targets/kc705: pre-divide input RTIO clock to improve non-50% duty cycle tolerance
<bb-m-labs> build #63 of artiq is complete: Failure [failed lit_test] Build details are at http://m-labs-buildserver.lan/buildbot/builders/artiq/builds/63
<sb0> grmbl
<sb0> whitequark, ^
rohitksingh has joined #m-labs
balrog has quit [Quit: Bye]
balrog has joined #m-labs
mumptai has joined #m-labs
rohitksingh has quit [Quit: Leaving.]