00:19
<
tpb >
Title: mux_gen + v2x: Support generating FASM annotations for muxes. by mithro · Pull Request #703 · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com)
00:23
mrhat2010[m] has quit [Remote host closed the connection]
00:23
nrossi has quit [Read error: Connection reset by peer]
00:24
hzeller[m] has quit [Remote host closed the connection]
00:24
alexhw[m] has quit [Remote host closed the connection]
00:24
zeigren has quit [Remote host closed the connection]
00:24
xobs has quit [Remote host closed the connection]
00:34
xobs has joined #symbiflow
01:10
nrossi has joined #symbiflow
01:10
alexhw[m] has joined #symbiflow
01:10
hzeller[m] has joined #symbiflow
01:10
zeigren has joined #symbiflow
01:10
mrhat2010[m] has joined #symbiflow
02:01
Bertl_oO is now known as Bertl_zZ
03:55
proteusguy has quit [Ping timeout: 244 seconds]
03:56
proteusdude has quit [Ping timeout: 268 seconds]
04:08
citypw has joined #symbiflow
04:08
citypw_ has joined #symbiflow
04:08
proteusdude has joined #symbiflow
04:09
proteusguy has joined #symbiflow
04:41
<
sf-slack >
<kgugala> @mithro, yes it is. As I wrote on Friday - CI is red because VPR version in conda
05:00
<
sf-slack >
<kgugala> @mithro it should work - I see VPR is built there
05:44
citypw_ has quit [Remote host closed the connection]
05:44
citypw_ has joined #symbiflow
05:57
kraiskil has joined #symbiflow
06:11
proteusguy has quit [Ping timeout: 245 seconds]
06:55
citypw_ has quit [Quit: Leaving]
08:04
kraiskil has quit [Ping timeout: 264 seconds]
08:22
kraiskil has joined #symbiflow
10:03
kraiskil has quit [Ping timeout: 264 seconds]
10:05
kraiskil has joined #symbiflow
10:17
citypw has quit [Ping timeout: 244 seconds]
10:24
kraiskil has quit [Ping timeout: 252 seconds]
10:37
kraiskil has joined #symbiflow
11:07
Bertl_zZ is now known as Bertl
11:28
kraiskil has quit [Read error: No route to host]
11:51
alexhw has quit [Remote host closed the connection]
11:53
alexhw has joined #symbiflow
11:56
proteusguy has joined #symbiflow
12:28
Vonter has quit [Ping timeout: 245 seconds]
12:37
Vonter has joined #symbiflow
12:47
kraiskil has joined #symbiflow
13:53
kraiskil has quit [Read error: No route to host]
14:04
kraiskil has joined #symbiflow
14:16
alexhw has quit [Remote host closed the connection]
14:20
freeemint has joined #symbiflow
14:33
alexhw has joined #symbiflow
14:34
kraiskil has quit [Read error: Connection reset by peer]
14:56
Maya-sama has joined #symbiflow
15:07
freeemint has quit [Ping timeout: 250 seconds]
15:32
Maya-sama has quit [Ping timeout: 258 seconds]
15:45
freeemint has joined #symbiflow
15:50
freeemint has quit [Ping timeout: 245 seconds]
15:53
citypw has joined #symbiflow
15:56
alexhw has quit [Remote host closed the connection]
15:57
alexhw has joined #symbiflow
16:08
citypw has quit [Ping timeout: 244 seconds]
16:20
freeemint has joined #symbiflow
16:22
freeemint has quit [Remote host closed the connection]
16:22
freemint__ has joined #symbiflow
16:27
freemint__ has quit [Ping timeout: 250 seconds]
16:29
proteusguy has quit [Ping timeout: 246 seconds]
16:32
freemint__ has joined #symbiflow
16:32
kraiskil has joined #symbiflow
16:36
freemint__ has quit [Ping timeout: 250 seconds]
16:38
titanbiscuit has quit [Read error: Connection reset by peer]
16:41
titanbiscuit has joined #symbiflow
16:41
<
sf-slack >
<mkurc> @hackerfoo Could you point me out to your PR with the ROI breakout? I'd like to look at it.
16:50
proteusguy has joined #symbiflow
16:55
kraiskil has quit [Read error: Connection reset by peer]
16:56
<
tpb >
Title: Move ROI to X1Y0, remove synthetic IO by HackerFoo · Pull Request #852 · SymbiFlow/symbiflow-arch-defs · GitHub (at github.com)
17:13
<
hackerfoo >
FYI here's the error from VPR I'm currently stuck on: Cannot route from BLK-TL-IOPAD.IOB_IBUF0[0] (RR node: 255637 type: SOURCE location: (146,117) class: 108) to BLK-TL-SLICEL.A3[0] (RR node: 247988 type: SINK location: (137,123) class: 2) -- no possible path
17:16
_whitelogger has joined #symbiflow
17:18
<
tpb >
Title: hackerfoo-go-functions/symbiflow at master · HackerFoo/hackerfoo-go-functions · GitHub (at github.com)
17:41
<
sf-slack >
<mkurc> @hackerfoo Thanks
17:54
kraiskil has joined #symbiflow
17:56
Maya-sama has joined #symbiflow
18:00
kraiskil has quit [Ping timeout: 264 seconds]
18:12
kraiskil has joined #symbiflow
18:15
<
hackerfoo >
Tiles aren't being joined into IOPADs correctly; `SELECT count(*) FROM tile JOIN tile_type ON (tile.tile_type_pkey = tile_type.pkey) WHERE tile_type.name = 'IOPAD';` gives `0`.
18:18
kraiskil has quit [Ping timeout: 250 seconds]
18:18
<
hackerfoo >
Stupid typo.
18:20
<
hackerfoo >
I need to look into something to catch these errors in Python.
18:38
<
mithro >
hackerfoo: What was the typo?
18:50
Maya-sama is now known as Miyu
18:54
Maya-sama has joined #symbiflow
18:56
Miyu has quit [Disconnected by services]
18:56
Maya-sama is now known as Miyu
18:57
kraiskil has joined #symbiflow
19:04
<
hackerfoo >
I typed `_pbkey` instead of `_pkey` (too much time with protobufs, I think)
19:06
<
hackerfoo >
Now prjxray_assign_tile_pin_direction.py breaks, which is a good sign I think.
19:10
kraiskil has quit [Read error: No route to host]
19:30
<
mithro >
hackerfoo: If you have the linter tool turned on it would mention the value is assigned but never used
19:36
<
hackerfoo >
mithro: How do I do that? Can I make it break the build (like -Werror)?
19:42
kraiskil has joined #symbiflow
19:45
<
mithro >
I have it set up as part of my vim config
19:45
<
hackerfoo >
Okay. I'm sure there's something for Emacs.
19:57
<
mithro >
pylint is what you want I think...
20:09
kraiskil has quit [Ping timeout: 250 seconds]
20:17
Maya-sama has joined #symbiflow
20:18
Miyu has quit [Disconnected by services]
20:18
Maya-sama is now known as Miyu
20:37
Maya-sama has joined #symbiflow
20:37
Miyu has quit [Disconnected by services]
20:37
Maya-sama is now known as Miyu
20:45
Maya-sama has joined #symbiflow
20:47
Miyu has quit [Ping timeout: 245 seconds]
21:33
Maya-sama is now known as Miyu
21:46
LongerVision has quit [Quit: Connection closed for inactivity]
22:09
Maya-sama has joined #symbiflow
22:12
Miyu has quit [Ping timeout: 245 seconds]
22:42
Maya-sama is now known as Miyu
23:50
tpb has quit [Remote host closed the connection]
23:50
tpb has joined #symbiflow