citypw has quit [Remote host closed the connection]
citypw has joined #symbiflow
proteusguy has joined #symbiflow
proteusguy has quit [Ping timeout: 245 seconds]
Rahix has joined #symbiflow
citypw has quit [Ping timeout: 245 seconds]
proteusguy has joined #symbiflow
kraiskil has quit [Ping timeout: 268 seconds]
kraiskil has joined #symbiflow
proteusguy has quit [Ping timeout: 250 seconds]
kraiskil has quit [Ping timeout: 268 seconds]
robarago has joined #symbiflow
celadon has quit [Ping timeout: 245 seconds]
celadon has joined #symbiflow
proteusguy has joined #symbiflow
kraiskil has joined #symbiflow
kraiskil has quit [Ping timeout: 240 seconds]
kraiskil has joined #symbiflow
citypw has joined #symbiflow
kraiskil has quit [Quit: Leaving]
citypw has quit [Ping timeout: 272 seconds]
Rahix has quit [Quit: Rahix]
<robarago>
Hi to all. I would appreciate a hint from somebody who owns an ECP5 Versa. Anybody?
<daveshah>
Yes
<robarago>
Is this devboard good for FOSS development with prjtrellis? Any important issue? My main concern is if it would be possible to run GNU/Linux as a target OS in the FPGA. Do you know any project doing that?
<daveshah>
Yes, it's a nice board
<daveshah>
I have done this on a Versa, but there is no support in the open source tools for DDR3, so I added a hat for SDRAM
<daveshah>
The alternative is to use a ULX3S which has SDRAM on board
<robarago>
Oh, very interesting. I was thinking to purchase the ECP5 because of the DDR3 module but of course I would like to use the open source toolchain... Thank you very much for the link
<daveshah>
There will be DDR3 support soon (Feb/March hopefully)
<daveshah>
The main issue is getting litedram ported and working out what primitives it needs
<daveshah>
we already have bitstream documentation needed for DDR3, just need to finish the place and route side of things
<robarago>
Oh, I could wait, of course. I'm happy to hear that. You're doing a great job
<robarago>
I like very much the ULX3s but it is available to purchase?
<robarago>
Thank you all very much for the info. Really helpful
proteusguy has quit [Ping timeout: 245 seconds]
proteusguy has joined #symbiflow
<_florent_>
daveshah: i started porting litedram to ECP5 for DDR3, but it's a bit more work than i expected since we need to use a very specific structure for the IO primitives
<daveshah>
That was my feeling once I started looking at the set of primitives too
<_florent_>
daveshah: i'd like to continue working on it but have difficulties finding time for that...
<daveshah>
I'll see if I can play about a bit
<_florent_>
for now, i just tried to instantiate the primitives to be able to route with diamond
<daveshah>
_florent_: just so we are on the same page, this is the error I get atm
<daveshah>
> ERROR - par: Based on physical connectivity, comp "DQSBUFM" has to be placed at site "LDQS29". However, it has been placed at site "LDQS41". This could be caused by a LOCATE preference..
<_florent_>
daveshah: yes i'm not sure it was able to finish place and route regarding my last comment ("almost able to p&r")
<_florent_>
daveshah: btw, i was trying to follow TN1265
<daveshah>
I'll take a look over the next few days
<daveshah>
Actually I think the trellis db might be useful insight to connectivity...
<daveshah>
I think the current error is because DQS is shared over all IO, whereas it should be per byte group