Bicyclidine is now known as Bike
<cr1901_modern> tnt: My productivity went to hell tonight, will test tomorrow or Sunday
kehribar has joined ##openfpga
emeb has quit [Quit: Leaving.]
kehribar has quit [Ping timeout: 240 seconds]
kehribar has joined ##openfpga
kehribar has quit [Ping timeout: 252 seconds]
kehribar has joined ##openfpga
kehribar has quit [Ping timeout: 240 seconds]
kehribar has joined ##openfpga
kehribar_ has joined ##openfpga
kehribar has quit [Read error: Connection reset by peer]
kehribar_ has quit [Ping timeout: 240 seconds]
kehribar has joined ##openfpga
kehribar has quit [Ping timeout: 268 seconds]
genii has quit [Remote host closed the connection]
unixb0y has quit [Ping timeout: 272 seconds]
unixb0y has joined ##openfpga
kehribar has joined ##openfpga
kehribar has quit [Ping timeout: 272 seconds]
Miyu has quit [Ping timeout: 245 seconds]
kehribar has joined ##openfpga
lovepon has joined ##openfpga
kehribar has quit [Ping timeout: 245 seconds]
kehribar has joined ##openfpga
kehribar has quit [Ping timeout: 244 seconds]
azonenberg_work has quit [Ping timeout: 240 seconds]
kehribar has joined ##openfpga
lovepon has quit [Ping timeout: 260 seconds]
Bike has quit [Quit: Lost terminal]
azonenberg_work has joined ##openfpga
lovepon has joined ##openfpga
lovepon has quit [Ping timeout: 260 seconds]
kehribar has quit [Ping timeout: 252 seconds]
genii has joined ##openfpga
kehribar has joined ##openfpga
kehribar has quit [Ping timeout: 244 seconds]
kehribar has joined ##openfpga
pie_ has quit [Ping timeout: 256 seconds]
kehribar has quit [Ping timeout: 240 seconds]
genii has quit [Read error: Connection reset by peer]
rohitksingh has joined ##openfpga
rohitksingh has quit [Ping timeout: 240 seconds]
kehribar has joined ##openfpga
kehribar has quit [Ping timeout: 246 seconds]
kehribar has joined ##openfpga
kehribar has quit [Ping timeout: 245 seconds]
rohitksingh has joined ##openfpga
kehribar has joined ##openfpga
rohitksingh has quit [Ping timeout: 252 seconds]
kehribar has quit [Ping timeout: 268 seconds]
rohitksingh has joined ##openfpga
kehribar has joined ##openfpga
<kehribar> exit
kehribar has quit [Remote host closed the connection]
<travis-ci> whitequark/Glasgow#142 (master - a08dd2b : whitequark): The build has errored.
rohitksingh has quit [Ping timeout: 240 seconds]
rohitksingh has joined ##openfpga
m_t has joined ##openfpga
Bike has joined ##openfpga
rohitksingh has quit [Ping timeout: 252 seconds]
<tnt> Well ... while I was at it, I added SB_GB_IO support as well.
<tnt> Hey, I have that exact same build error here .... (just ended up disabling that file since it's not really used for glasgow)
GuzTech has joined ##openfpga
azonenberg_work has quit [Ping timeout: 244 seconds]
egg|zzz|egg is now known as egg|laptop|egg
<tnt> daveshah: Do you know off the top of your head if there is something to do to 'enable' the RGBA driver IP or switch the IO to that mode ?
<daveshah> tnt: yes, RGBA_DRV_EN (0, 28, CBIT_5) must be set
<daveshah> and you have to make sure you don't place regular IO buffers at the RGB sites
<tnt> Yeah, the IO buffer, I took care of that. I missed that cbit though.
<tnt> daveshah: tx, that was indeed the missing bit (quite literaly :D)
<daveshah> awesome
implr has quit [Ping timeout: 244 seconds]
q3k has quit [Ping timeout: 240 seconds]
renze has quit [Quit: Spaceserver reboot?!]
renze has joined ##openfpga
rohitksingh has joined ##openfpga
Miyu has joined ##openfpga
q3k has joined ##openfpga
GuzTech has quit [Quit: Leaving]
rohitksingh has quit [Ping timeout: 244 seconds]
rohitksingh has joined ##openfpga
<tnt> q3k: did you get a chance to look at the PR ?
rohitksingh has quit [Read error: Connection reset by peer]
rohitksingh has joined ##openfpga
implr has joined ##openfpga
rohitksingh has quit [Ping timeout: 250 seconds]
<tnt> Mmm, I'm not really sure how the placer works, but random_bel_for_cell seems to be failing for SB_GB and RGBA driver as well.
<tnt> Which I don't really find all that surprising tbh, that methos seems to be for LC ... trying to find Global Buffers or unique hard IPs like that is a bit weird.
<daveshah> Hmm, it has always worked alright for global buffers in the past
<daveshah> for the RGBA driver, might as well just place it in the packer as there is either 0 or 1 possible location for it
<tnt> for RGBA yeah, that works. For the GB, it might just be bad luck on this guy's design : https://github.com/YosysHQ/nextpnr/issues/126
rohitksingh has joined ##openfpga
rohitksingh has quit [Ping timeout: 268 seconds]
rohitksingh has joined ##openfpga
rohitksingh has quit [Ping timeout: 244 seconds]
m4ssi has joined ##openfpga
rohitksingh has joined ##openfpga
m4ssi has quit [Remote host closed the connection]
Flux42 has quit [Quit: Paaaaatchhhha]
Flux42 has joined ##openfpga
<SolraBizna> :D
Patater_ has quit [Quit: Explodes into a thousand pieces]
m_w has joined ##openfpga
Bob_Dole has quit [Remote host closed the connection]
Bob_Dole has joined ##openfpga
rohitksingh has quit [Ping timeout: 272 seconds]
GenTooMan has joined ##openfpga
m_t has quit [Read error: Connection reset by peer]
wpwrak has quit [Ping timeout: 240 seconds]
wpwrak has joined ##openfpga
m_w has quit [Ping timeout: 252 seconds]
<mithro> Anyone here able to explain to me how to read the nextpnr clocking output stuff?
<SolraBizna> it tells you the sequence of connections on each critical path... unfortunately, nearly all of the names you'll see were autogenerated by yosys and are meaningless to humans
<SolraBizna> if there's a way to use those names to get useful information, I don't know of it