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
rohitksingh has quit [Ping timeout: 260 seconds]
rohitksingh has joined #m-labs
fengling has joined #m-labs
fengling_ has joined #m-labs
fengling has quit [Ping timeout: 256 seconds]
<sb0> SOP can be deduced from EOP, but the opposite is not exactly true
<sb0> you'd have to wait for the next packet (which may possibly never come) to know the end of the current one
<sb0> not a problem for video streams, but generally it is
rohitksingh has quit [Quit: Leaving.]
<sb0> _florent_, is the cache size always in 32-bit words?
<sb0> or is this dependent on the word widths of the two interfaces?
<GitHub139> artiq/master f33ed88 whitequark: language.core: implement round(value, width) (fixes #203).
<GitHub139> [artiq] whitequark pushed 1 new commit to master: http://git.io/vE36X
<GitHub72> [artiq] whitequark force-pushed master from f33ed88 to a250b5d: http://git.io/vYgPK
<GitHub72> artiq/master a250b5d whitequark: language.core: implement round(value, width) (fixes #203).
<GitHub128> [artiq] sbourdeauducq pushed 1 new commit to master: http://git.io/vE3Xo
<GitHub128> artiq/master fc299ca Sebastien Bourdeauducq: language/environment: disable processors by default
<GitHub114> [artiq] sbourdeauducq pushed 1 new commit to master: http://git.io/vE3Mq
<GitHub114> artiq/master 23355d8 Sebastien Bourdeauducq: coredevice: restore RTIOCollisionError
<GitHub22> [artiq] sbourdeauducq pushed 1 new commit to master: http://git.io/vE3Dk
<GitHub22> artiq/master f652292 Sebastien Bourdeauducq: coredevice/exceptions: PEP8
<GitHub188> [artiq] sbourdeauducq pushed 1 new commit to master: http://git.io/vE3yr
<GitHub188> artiq/master b4b0dcc Sebastien Bourdeauducq: test/coredevice/rtio: remove obsolete functions
<GitHub94> [migen] sbourdeauducq pushed 2 new commits to master: http://git.io/vEs8w
<GitHub94> migen/master eb8e8d4 Robert Jordens: sim: lower specials, closes #34
<GitHub94> migen/master a5fb9ba Sebastien Bourdeauducq: sim: make unlowered specials an error
<GitHub79> [migen] sbourdeauducq pushed 2 new commits to master: http://git.io/vEsB2
<GitHub79> migen/master 2a81389 Sebastien Bourdeauducq: fhdl/simplify/MemoryToArray: remove spurious memory ports from specials
<GitHub79> migen/master 98ce81b Sebastien Bourdeauducq: sim: run MemoryToArray before lowering specials
sb0 has quit [Remote host closed the connection]
sb0 has joined #m-labs
sb0 has quit [Client Quit]
sb0 has joined #m-labs
sb0 has quit [Remote host closed the connection]
sb0 has joined #m-labs
<GitHub10> [artiq] sbourdeauducq pushed 1 new commit to master: http://git.io/vEsb0
<GitHub10> artiq/master e4233d7 Sebastien Bourdeauducq: examples/speed_benchmark: fix scheduler arguments
fengling_ has quit [Ping timeout: 256 seconds]
rohitksingh has joined #m-labs
fengling_ has joined #m-labs
fengling_ has quit [Ping timeout: 256 seconds]
fengling_ has joined #m-labs
fengling_ has quit [Ping timeout: 256 seconds]
<cr1901_modern> rjo: What are the constraints, if any, on the maximum/minimum values a scan can take? I want to implement axis scaling correctly, and the way I do it is different if the maximum/minimum are "can be stored in a typical datatype" versus "unbounded to the amount of memory your computer has"
<cr1901_modern> Actually, I'm not certain it matters; the "correct" way to implement an infinitely long line in Qt is to set it's length to a very large value (contrast to scaling a line to the size of the view each time it's scaled).
<cr1901_modern> s/is to/seems to be/
<cr1901_modern> rjo: Also, I've placed all the potential edge cases as TODOs in my src file, so I'll bring them up as I tackle each.
<sb0> cr1901_modern, what's complicated with rescaling the line everytime the zoom changes? or excluding the line from the zoomed bit, ie put it on a different layer? how does pyqtgraph does it?
<sb0> and why use qt's zooming features at all, if they're inappropriate?
_whitelogger has joined #m-labs
<cr1901_modern> sb0: There's nothing complicated about it; I misread. The situations where zooming isn't appropriate doesn't apply in my case, so scratch that.
fengling_ has joined #m-labs
fengling_ has quit [Ping timeout: 256 seconds]
fengling_ has joined #m-labs
fengling_ has quit [Ping timeout: 256 seconds]
fengling_ has joined #m-labs
<rjo> cr1901_modern: the quantities usually have units. the values themselves can be anywhere from +-1e-12 (ps) to +-1e15 (THz) but floating point will be sufficient to represent the quantify. no need for arbitrary precision.
fengling_ has quit [Ping timeout: 256 seconds]
mumptai has joined #m-labs
rjo has quit [Quit: leaving]
fengling_ has joined #m-labs
fengling_ has quit [Ping timeout: 256 seconds]
rohitksingh has quit [Ping timeout: 240 seconds]
rohitksingh has joined #m-labs