Aegis – open-source FPGA silicon
github.com
Aegis – open-source FPGA silicon
1–10 of 46 posts
Re: Aegis – open-source FPGA silicon
#2Re: Aegis – open-source FPGA silicon
#3But all open FPGA projects miss the IO required for a good design. They do not have any serdes hardware nor DDR IO cells.
Re: Aegis – open-source FPGA silicon
#4Neat project - there are already a couple of good open FPGA projects. Have a look at Dirk Koch's and the FABolous teams work. They are doing exceptional work. But all open FPGA projects miss the IO required for a good design. They do not have any serdes hardware nor DDR IO cells.
Re: Aegis – open-source FPGA silicon
#5Neat project - there are already a couple of good open FPGA projects. Have a look at Dirk Koch's and the FABolous teams work. They are doing exceptional work. But all open FPGA projects miss the IO required for a good design. They do not have any serdes hardware nor DDR IO cells.
If those numbers are at all right it puts it in useful territory. Very much so for a first spin
For a first spin it looks overall pretty useful. The only nitpick I have would be that `operation` on the DSP tile should be from fabric instead of config (hardcoded in bitstream) otherwise I don't see a convenient way of resetting the accumulator(?)
Re: Aegis – open-source FPGA silicon
#6Re: Aegis – open-source FPGA silicon
#7Re: Aegis – open-source FPGA silicon
#8Neat project - there are already a couple of good open FPGA projects. Have a look at Dirk Koch's and the FABolous teams work. They are doing exceptional work. But all open FPGA projects miss the IO required for a good design. They do not have any serdes hardware nor DDR IO cells.
This project seems to have a serdes block which seems to wrap whatever is in the PDK. Didn't look too far down but from a cursory glance it looked like it was built for an internal clock of 50 MHz (clock default to 20 ns) with an oversampling of 8: 400 MHz If those numbers are at all right it puts it in useful territory. Very much so for a first spin For a first spin it looks overall pretty useful. The only nitpick I…
Re: Aegis – open-source FPGA silicon
#9Neat project - there are already a couple of good open FPGA projects. Have a look at Dirk Koch's and the FABolous teams work. They are doing exceptional work. But all open FPGA projects miss the IO required for a good design. They do not have any serdes hardware nor DDR IO cells.
I know that IO is really the 2nd thing which sells FPGA's. I did design a basic serdes hardware that should just work for this first generation. I do want to do DDR IO cells in the future.