<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
<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