00:04
futarisIRCcloud has joined #m-labs
00:15
_whitelogger has joined #m-labs
01:04
Ultrasauce has quit [Quit: Ultrasauce]
01:51
_whitelogger has joined #m-labs
02:00
mauz555 has quit [Remote host closed the connection]
02:01
mauz555 has joined #m-labs
02:05
mauz555 has quit [Ping timeout: 258 seconds]
02:27
_whitelogger has joined #m-labs
03:33
rohitksingh has quit [Ping timeout: 255 seconds]
03:43
rohitksingh_work has joined #m-labs
03:56
<
mtrbot-ml >
[mattermost] <sb10q> @astro regarding test environment variables
03:58
<
mtrbot-ml >
[mattermost] <sb10q> there might be some inaccuracies, please fix them if you find any
03:59
<
mtrbot-ml >
[mattermost] <sb10q> there's also the ARTIQ_LOW_LATENCY variable that enable tests that are impacted by network latency
04:00
<
mtrbot-ml >
[mattermost] <sb10q> does your windows VM have access to the network to talk to the core device?
04:23
lynxis has quit [Remote host closed the connection]
04:24
lynxis has joined #m-labs
04:26
<
travis-ci >
jhwgh1968/smoltcp#1 (fuzz_injector - 5f56d66 : jhwgh1968): The build passed.
04:30
kc5tja has joined #m-labs
04:31
<
kc5tja >
Hello all. I have an nmigen question, about how to factor common tasks in test-cases. Can someone show me an example test case class where, for example, a bus transaction is factored out?
04:32
<
whitequark >
take a look at the FIFO classes
04:33
<
whitequark >
they have a read() method you can call with `yield from fifo.read()`
04:33
<
kc5tja >
In the body of a process procedure, I know that yield is used to 'return' the steps for the simulator to execute (e.g., yield foo.my_signal.eq(0)), but when this compounds, things get very confusing very fast.
04:33
<
kc5tja >
Sweet, thanks!!
04:33
<
whitequark >
there's a flaw in them in that they can't be easily parallelized
04:52
<
mtrbot-ml >
[mattermost] <sb10q> tried building another lineageos variant. this time it ran for 45min, and then the JVM segfaulted :)
04:55
<
mtrbot-ml >
[mattermost] <sb10q> seriously, android is even worse than FPGA
05:32
kc5tja has quit [Quit: bed-time.]
06:10
proteusguy has joined #m-labs
06:15
proteusguy has quit [Ping timeout: 246 seconds]
07:11
proteusguy has joined #m-labs
07:27
proteusguy has quit [Ping timeout: 245 seconds]
07:28
m4ssi has joined #m-labs
07:46
proteusguy has joined #m-labs
07:58
rjo1 has joined #m-labs
07:58
rjo has quit [Ping timeout: 245 seconds]
09:46
mauz555 has joined #m-labs
11:20
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
11:40
proteusguy has quit [Ping timeout: 250 seconds]
12:37
rohitksingh_work has quit [Read error: Connection reset by peer]
12:44
mauz555 has quit [Remote host closed the connection]
12:44
mauz555 has joined #m-labs
12:49
mauz555 has quit [Ping timeout: 252 seconds]
13:02
proteusguy has joined #m-labs
13:37
mauz555 has joined #m-labs
13:39
mauz555 has quit [Remote host closed the connection]
13:39
mauz555 has joined #m-labs
13:44
mauz555 has quit [Ping timeout: 252 seconds]
14:02
rohitksingh has joined #m-labs
15:11
rohitksingh has quit [Ping timeout: 246 seconds]
15:49
mauz555 has joined #m-labs
15:54
mauz555 has quit [Ping timeout: 258 seconds]
16:43
m4ssi has quit [Remote host closed the connection]
18:02
m4ssi has joined #m-labs
18:59
rohitksingh has joined #m-labs
19:56
rohitksingh has quit [Ping timeout: 252 seconds]
20:44
m4ssi has quit [Remote host closed the connection]
21:50
mauz555 has joined #m-labs
21:55
mauz555 has quit [Ping timeout: 252 seconds]
22:39
futarisIRCcloud has joined #m-labs
23:56
<
_whitenotifier-1 >
[m-labs/nmigen] whitequark 49eef77 - hdl: remove deprecated get_fragment() and lower() methods.