Site Home Archive Home FAQ Home How to search the Archive How to Navigate the Archive
Compare FPGA features and resources
Threads starting:
Authors:A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
On 31/10/2018 19:27, Theo wrote: > gnuarm.deletethisbit@gmail.com wrote: .. Hi Theo, > the child module, and once inside the module when you want to connect A to > B. VHDL does support interfaces (where you just define the bundle of wires > only once), but I don't see that in codebases. Does it lack tools support? Interfaces are not yet supported but they are coming with VHDL2018, see section 6.5 of the draft VHDL2018 LRM: http://www.eda-twiki.org/twiki/pub/P1076/PrivateDocuments/P1076-2018.pdf Unfortunately as all VHDL designers will know we won't see EDA vendors adopting VHDL2018 any time soon. Regards, Hans www.ht-lab.com > >> Is there are summary of the language somewhere to give a reasonable >> understanding rather than a full blown treatment of the language? That is >> one strike against VHDL. Getting up the learning curve takes some time >> and effort. > > The BSV By Example book is quite good: > http://csg.csail.mit.edu/6.S078/6_S078_2012_www/resources/bsv_by_example.pdf > > There's also a toy BSV compiler here that I haven't played with: > https://www.cl.cam.ac.uk/~djg11/wwwhpr/toy-bluespec-compiler.html > (it seems to be a DSL in F#, so not something you can directly feed .bsv > files) > > Theo >Article: 160751
On Thursday, November 1, 2018 at 4:06:04 AM UTC-4, HT-Lab wrote: > On 31/10/2018 19:27, Theo wrote: > > gnuarm.deletethisbit@gmail.com wrote: > .. > Hi Theo, > > > the child module, and once inside the module when you want to connect A to > > B. VHDL does support interfaces (where you just define the bundle of wires > > only once), but I don't see that in codebases. Does it lack tools support? > > Interfaces are not yet supported but they are coming with VHDL2018, see > section 6.5 of the draft VHDL2018 LRM: > > http://www.eda-twiki.org/twiki/pub/P1076/PrivateDocuments/P1076-2018.pdf > > Unfortunately as all VHDL designers will know we won't see EDA vendors > adopting VHDL2018 any time soon. Maybe by 2028. Rick C.Article: 160752
I hadn't heard of this company before. They seem to be making a number of FPGA devices. Unfortunately all the docs are in Chinese. Anyone know much about them? http://www.anlogic.com/ Google can translate the web pages, but not the data sheets. Rick C.Article: 160753
gnuarm.deletethisbit@gmail.com wrote: > I hadn't heard of this company before. They seem to be making a number of > FPGA devices. Unfortunately all the docs are in Chinese. Anyone know > much about them? > > http://www.anlogic.com/ There's them and another company called AGM, all the parts are fairly cheap: https://lcsc.com/products/CPLD-FPGA_492.html Skimming the datasheet diagrams looks like what you'd expect for a low-end FPGA (Cyclone, Spartan kind of family). 55nm is as small as they go. Their Tang Dynasty tool looks interesting - as a Quartus user it looks very familiar (I note their download page has 'quartus' in the page title). Might be worth trying sometime. TheoArticle: 160754
On Monday, November 5, 2018 at 6:11:00 AM UTC-5, Theo wrote: > gnuarm.deletethisbit@gmail.com wrote: > > I hadn't heard of this company before. They seem to be making a number of > > FPGA devices. Unfortunately all the docs are in Chinese. Anyone know > > much about them? > > > > http://www.anlogic.com/ > > There's them and another company called AGM, all the parts are fairly cheap: > https://lcsc.com/products/CPLD-FPGA_492.html > > Skimming the datasheet diagrams looks like what you'd expect for a low-end > FPGA (Cyclone, Spartan kind of family). 55nm is as small as they go. > > Their Tang Dynasty tool looks interesting - as a Quartus user it looks very > familiar (I note their download page has 'quartus' in the page title). > Might be worth trying sometime. Some companies are not easy to deal with. AGM seems to have English information but the one device I can use with FPGA+MCU has a Chinese datasheet with a different name. I also don't see any tools. Where did you see that? Rick C.Article: 160755
gnuarm.deletethisbit@gmail.com wrote: > Some companies are not easy to deal with. AGM seems to have English > information but the one device I can use with FPGA+MCU has a Chinese > datasheet with a different name. I also don't see any tools. Where did > you see that? http://www.anlogic.com/prod_view.aspx?Id=205&TypeId=205&fid=t3:205:3 I didn't run it, just downloaded the first link and skimmed the PDF inside the RAR. For all its cloning of Quartus' GUI, it looks fairly simple. I wouldn't expect any meaningful interaction with them, unless you speak Chinese. TheoArticle: 160756
On Tuesday, November 6, 2018 at 4:36:44 PM UTC-5, Theo wrote: > gnuarm.deletethisbit@gmail.com wrote: > > Some companies are not easy to deal with. AGM seems to have English > > information but the one device I can use with FPGA+MCU has a Chinese > > datasheet with a different name. I also don't see any tools. Where did > > you see that? > > http://www.anlogic.com/prod_view.aspx?Id=205&TypeId=205&fid=t3:205:3 > > I didn't run it, just downloaded the first link and skimmed the PDF inside > the RAR. For all its cloning of Quartus' GUI, it looks fairly simple. > > I wouldn't expect any meaningful interaction with them, unless you speak > Chinese. Yeah, all the tool info seems to be in Chinese. If they were cloning the iCE40 devices there would be open source tools potentially. Rick C.Article: 160757
On Tuesday, November 6, 2018 at 8:36:48 PM UTC-5, gnuarm.del...@gmail.com wrote: > On Tuesday, November 6, 2018 at 4:36:44 PM UTC-5, Theo wrote: > > gnuarm.deletethisbit@gmail.com wrote: > > > Some companies are not easy to deal with. AGM seems to have English > > > information but the one device I can use with FPGA+MCU has a Chinese > > > datasheet with a different name. I also don't see any tools. Where did > > > you see that? > > > > http://www.anlogic.com/prod_view.aspx?Id=205&TypeId=205&fid=t3:205:3 > > > > I didn't run it, just downloaded the first link and skimmed the PDF inside > > the RAR. For all its cloning of Quartus' GUI, it looks fairly simple. > > > > I wouldn't expect any meaningful interaction with them, unless you speak > > Chinese. > > Yeah, all the tool info seems to be in Chinese. If they were cloning the iCE40 devices there would be open source tools potentially. I always wanted to learn a foreign language. Maybe now is the time. Rick C.Article: 160758
On Sunday, November 4, 2018 at 8:01:22 PM UTC-5, gnuarm.del...@gmail.com wrote: > I hadn't heard of this company before. They seem to be making a number of FPGA devices. Unfortunately all the docs are in Chinese. Anyone know much about them? > > http://www.anlogic.com/ > > Google can translate the web pages, but not the data sheets. > > Rick C. I'm a bit surprised at the lack of response... hello... Is this mike on? I would have thought FPGA people might get excited about a 16 kLUT FPGA with an embedded MCU for under $10. I am... sort of. But I haven't started my Chinese lessons yet. Rick C.Article: 160759
On Saturday, November 10, 2018 at 11:39:55 AM UTC-6, gnuarm.del...@gmail.com wrote: > On Sunday, November 4, 2018 at 8:01:22 PM UTC-5, gnuarm.del...@gmail.com wrote: > > I hadn't heard of this company before. They seem to be making a number of FPGA devices. Unfortunately all the docs are in Chinese. Anyone know much about them? > > > > http://www.anlogic.com/ > > > > Google can translate the web pages, but not the data sheets. > > > > Rick C. > > I'm a bit surprised at the lack of response... hello... Is this mike on? > > I would have thought FPGA people might get excited about a 16 kLUT FPGA with an embedded MCU for under $10. I am... sort of. But I haven't started my Chinese lessons yet. > > Rick C. I'd get interested if they have timing driven place & route. The silicon technology isn't that difficult. Jim BrakefieldArticle: 160760
On Saturday, November 10, 2018 at 6:12:16 PM UTC-6, jim.bra...@ieee.org wro= te: > On Saturday, November 10, 2018 at 11:39:55 AM UTC-6, gnuarm.del...@gmail.= com wrote: > > On Sunday, November 4, 2018 at 8:01:22 PM UTC-5, gnuarm.del...@gmail.co= m wrote: > > > I hadn't heard of this company before. They seem to be making a numb= er of FPGA devices. Unfortunately all the docs are in Chinese. Anyone kno= w much about them?=20 > > >=20 > > > http://www.anlogic.com/ > > >=20 > > > Google can translate the web pages, but not the data sheets.=20 > > >=20 > > > Rick C. > >=20 > > I'm a bit surprised at the lack of response... hello... Is this mike = on?=20 > >=20 > > I would have thought FPGA people might get excited about a 16 kLUT FPGA= with an embedded MCU for under $10. I am... sort of. But I haven't start= ed my Chinese lessons yet.=20 > >=20 > > Rick C. >=20 > I'd get interested if they have timing driven place & route. > The silicon technology isn't that difficult. I'm not worried about them being better than the other FPGA companies. I'm= pretty interested in the parts being pretty inexpensive and available in e= asier to use packages. I'm not sure what it will take to get contract asse= mbly houses to buy direct from Asian suppliers. Since they are on the hook= for building working boards they can be a bit funny who they buy parts fro= m.=20 Rick C.=20Article: 160761
Who can explain me how to make 480P . because i fergot how i did and lost code ?Article: 160762
code used from hamsterworks.co.nz/mediawiki/index.php/Minimal_HDMIArticle: 160763
Hi, I needed to provide convenient access to registers in an FPGA design intern= ally interconnected with Wishbone/IPbus bus. There is a wonderful tool - wb= gen2 in the OHWR directory, but it doesn't support nested slaves neither ve= ctors of registers. Therefore, I've decided to prepare a similar tool, base= d on wbgen2 concept, but written in Python. The first version is already available in https://github.com/wzab/addr_gen_= wb and is available under GPL v2 license. The solution is oriented on control applications not on high-traffic data t= ransfer. Therefore, it supports onle classic mode single accesses. Please note, that the code was written just in a few days, so it is not wel= l structured. However, I hope that it may be usefull for others. I'll appre= ciate any remarks, suggestions of improvements or bug fixes. With best regards, WojtekArticle: 160764
On Saturday, November 10, 2018 at 7:39:55 PM UTC+2, gnuarm.del...@gmail.com wrote: > On Sunday, November 4, 2018 at 8:01:22 PM UTC-5, gnuarm.del...@gmail.com wrote: > > I hadn't heard of this company before. They seem to be making a number of FPGA devices. Unfortunately all the docs are in Chinese. Anyone know much about them? > > > > http://www.anlogic.com/ > > > > Google can translate the web pages, but not the data sheets. > > > > Rick C. > > I'm a bit surprised at the lack of response... hello... Is this mike on? > > I would have thought FPGA people might get excited about a 16 kLUT FPGA with an embedded MCU for under $10. I am... sort of. But I haven't started my Chinese lessons yet. > > Rick C. No, I am not excited. 10CL016 is 17 USD on digikey in quantity of 1. Which probably means pretty close to 10 USD in quantity of few 1000s. And if the quantity is lower than few 1000s then I probably don't care if it's 10 UDS or 17. 10CL016 comes with datasheet that I can read and with development tools that I can trust. If you propose me "40 kLUT for 5 USD" then there is a chance that I can start to get excited. BTW, as far as variable cost goes "40 kLUT for 5 USD" is pretty easy at 28nm or better. The problem here is how do you recover NRE. One have to sell more than 10M units. Probably much more.Article: 160765
On Saturday, November 24, 2018 at 3:12:01 PM UTC-5, already...@yahoo.com wrote: > On Saturday, November 10, 2018 at 7:39:55 PM UTC+2, gnuarm.del...@gmail.com wrote: > > On Sunday, November 4, 2018 at 8:01:22 PM UTC-5, gnuarm.del...@gmail.com wrote: > > > I hadn't heard of this company before. They seem to be making a number of FPGA devices. Unfortunately all the docs are in Chinese. Anyone know much about them? > > > > > > http://www.anlogic.com/ > > > > > > Google can translate the web pages, but not the data sheets. > > > > > > Rick C. > > > > I'm a bit surprised at the lack of response... hello... Is this mike on? > > > > I would have thought FPGA people might get excited about a 16 kLUT FPGA with an embedded MCU for under $10. I am... sort of. But I haven't started my Chinese lessons yet. > > > > Rick C. > > No, I am not excited. 10CL016 is 17 USD on digikey in quantity of 1. > Which probably means pretty close to 10 USD in quantity of few 1000s. And if the quantity is lower than few 1000s then I probably don't care if it's 10 UDS or 17. > 10CL016 comes with datasheet that I can read and with development tools that I can trust. > > If you propose me "40 kLUT for 5 USD" then there is a chance that I can start to get excited. > > BTW, as far as variable cost goes "40 kLUT for 5 USD" is pretty easy at 28nm or better. The problem here is how do you recover NRE. One have to sell more than 10M units. Probably much more. How about 10k LUTs for $3.29 @500, data sheet in English? https://lcsc.com/product-detail/CPLD-FPGA_AG10KF256_C133764.html Is that at all interesting? Rick C. Tesla referral code - https://ts.la/richard11209Article: 160766
On Sunday, November 25, 2018 at 4:28:42 PM UTC+2, gnuarm.del...@gmail.com wrote: > On Saturday, November 24, 2018 at 3:12:01 PM UTC-5, already...@yahoo.com wrote: > > On Saturday, November 10, 2018 at 7:39:55 PM UTC+2, gnuarm.del...@gmail.com wrote: > > > On Sunday, November 4, 2018 at 8:01:22 PM UTC-5, gnuarm.del...@gmail.com wrote: > > > > I hadn't heard of this company before. They seem to be making a number of FPGA devices. Unfortunately all the docs are in Chinese. Anyone know much about them? > > > > > > > > http://www.anlogic.com/ > > > > > > > > Google can translate the web pages, but not the data sheets. > > > > > > > > Rick C. > > > > > > I'm a bit surprised at the lack of response... hello... Is this mike on? > > > > > > I would have thought FPGA people might get excited about a 16 kLUT FPGA with an embedded MCU for under $10. I am... sort of. But I haven't started my Chinese lessons yet. > > > > > > Rick C. > > > > No, I am not excited. 10CL016 is 17 USD on digikey in quantity of 1. > > Which probably means pretty close to 10 USD in quantity of few 1000s. And if the quantity is lower than few 1000s then I probably don't care if it's 10 UDS or 17. > > 10CL016 comes with datasheet that I can read and with development tools that I can trust. > > > > If you propose me "40 kLUT for 5 USD" then there is a chance that I can start to get excited. > > > > BTW, as far as variable cost goes "40 kLUT for 5 USD" is pretty easy at 28nm or better. The problem here is how do you recover NRE. One have to sell more than 10M units. Probably much more. > > How about 10k LUTs for $3.29 @500, data sheet in English? > > https://lcsc.com/product-detail/CPLD-FPGA_AG10KF256_C133764.html > > Is that at all interesting? > > Rick C. > > Tesla referral code - https://ts.la/richard11209 Looks like a clone of EP4CE10 == 10CL010. It could be interesting if they are compatible at bitstream level. Otherwise - less so. But despite practicality I wouldn't count a manufacturer that managed to clone 9 years old Altera chip as new(ish) FPGA Company.Article: 160767
On Sunday, November 25, 2018 at 10:49:31 AM UTC-5, already...@yahoo.com wrote: > On Sunday, November 25, 2018 at 4:28:42 PM UTC+2, gnuarm.del...@gmail.com wrote: > > On Saturday, November 24, 2018 at 3:12:01 PM UTC-5, already...@yahoo.com wrote: > > > On Saturday, November 10, 2018 at 7:39:55 PM UTC+2, gnuarm.del...@gmail.com wrote: > > > > On Sunday, November 4, 2018 at 8:01:22 PM UTC-5, gnuarm.del...@gmail.com wrote: > > > > > I hadn't heard of this company before. They seem to be making a number of FPGA devices. Unfortunately all the docs are in Chinese. Anyone know much about them? > > > > > > > > > > http://www.anlogic.com/ > > > > > > > > > > Google can translate the web pages, but not the data sheets. > > > > > > > > > > Rick C. > > > > > > > > I'm a bit surprised at the lack of response... hello... Is this mike on? > > > > > > > > I would have thought FPGA people might get excited about a 16 kLUT FPGA with an embedded MCU for under $10. I am... sort of. But I haven't started my Chinese lessons yet. > > > > > > > > Rick C. > > > > > > No, I am not excited. 10CL016 is 17 USD on digikey in quantity of 1. > > > Which probably means pretty close to 10 USD in quantity of few 1000s. And if the quantity is lower than few 1000s then I probably don't care if it's 10 UDS or 17. > > > 10CL016 comes with datasheet that I can read and with development tools that I can trust. > > > > > > If you propose me "40 kLUT for 5 USD" then there is a chance that I can start to get excited. > > > > > > BTW, as far as variable cost goes "40 kLUT for 5 USD" is pretty easy at 28nm or better. The problem here is how do you recover NRE. One have to sell more than 10M units. Probably much more. > > > > How about 10k LUTs for $3.29 @500, data sheet in English? > > > > https://lcsc.com/product-detail/CPLD-FPGA_AG10KF256_C133764.html > > > > Is that at all interesting? > > > > Rick C. > > > > Tesla referral code - https://ts.la/richard11209 > > Looks like a clone of EP4CE10 == 10CL010. > It could be interesting if they are compatible at bitstream level. Otherwise - less so. > > But despite practicality I wouldn't count a manufacturer that managed to clone 9 years old Altera chip as new(ish) FPGA Company. Why is bitstream compatibility between two Asian company products important? Rick C. Tesla referral code + https://ts.la/richard11209Article: 160768
On Sunday, November 25, 2018 at 7:28:13 PM UTC+2, gnuarm.del...@gmail.com wrote: > On Sunday, November 25, 2018 at 10:49:31 AM UTC-5, already...@yahoo.com wrote: > > On Sunday, November 25, 2018 at 4:28:42 PM UTC+2, gnuarm.del...@gmail.com wrote: > > > On Saturday, November 24, 2018 at 3:12:01 PM UTC-5, already...@yahoo.com wrote: > > > > On Saturday, November 10, 2018 at 7:39:55 PM UTC+2, gnuarm.del...@gmail.com wrote: > > > > > On Sunday, November 4, 2018 at 8:01:22 PM UTC-5, gnuarm.del...@gmail.com wrote: > > > > > > I hadn't heard of this company before. They seem to be making a number of FPGA devices. Unfortunately all the docs are in Chinese. Anyone know much about them? > > > > > > > > > > > > http://www.anlogic.com/ > > > > > > > > > > > > Google can translate the web pages, but not the data sheets. > > > > > > > > > > > > Rick C. > > > > > > > > > > I'm a bit surprised at the lack of response... hello... Is this mike on? > > > > > > > > > > I would have thought FPGA people might get excited about a 16 kLUT FPGA with an embedded MCU for under $10. I am... sort of. But I haven't started my Chinese lessons yet. > > > > > > > > > > Rick C. > > > > > > > > No, I am not excited. 10CL016 is 17 USD on digikey in quantity of 1. > > > > Which probably means pretty close to 10 USD in quantity of few 1000s. And if the quantity is lower than few 1000s then I probably don't care if it's 10 UDS or 17. > > > > 10CL016 comes with datasheet that I can read and with development tools that I can trust. > > > > > > > > If you propose me "40 kLUT for 5 USD" then there is a chance that I can start to get excited. > > > > > > > > BTW, as far as variable cost goes "40 kLUT for 5 USD" is pretty easy at 28nm or better. The problem here is how do you recover NRE. One have to sell more than 10M units. Probably much more. > > > > > > How about 10k LUTs for $3.29 @500, data sheet in English? > > > > > > https://lcsc.com/product-detail/CPLD-FPGA_AG10KF256_C133764.html > > > > > > Is that at all interesting? > > > > > > Rick C. > > > > > > Tesla referral code - https://ts.la/richard11209 > > > > Looks like a clone of EP4CE10 == 10CL010. > > It could be interesting if they are compatible at bitstream level. Otherwise - less so. > > > > But despite practicality I wouldn't count a manufacturer that managed to clone 9 years old Altera chip as new(ish) FPGA Company. > > Why is bitstream compatibility between two Asian company products important? > > Rick C. > > Tesla referral code + https://ts.la/richard11209 Since when Altera/Intel is Asian company?Article: 160769
On Sunday, November 25, 2018 at 12:51:30 PM UTC-5, already...@yahoo.com wrote: > On Sunday, November 25, 2018 at 7:28:13 PM UTC+2, gnuarm.del...@gmail.com wrote: > > On Sunday, November 25, 2018 at 10:49:31 AM UTC-5, already...@yahoo.com wrote: > > > On Sunday, November 25, 2018 at 4:28:42 PM UTC+2, gnuarm.del...@gmail.com wrote: > > > > On Saturday, November 24, 2018 at 3:12:01 PM UTC-5, already...@yahoo.com wrote: > > > > > On Saturday, November 10, 2018 at 7:39:55 PM UTC+2, gnuarm.del...@gmail.com wrote: > > > > > > On Sunday, November 4, 2018 at 8:01:22 PM UTC-5, gnuarm.del...@gmail.com wrote: > > > > > > > I hadn't heard of this company before. They seem to be making a number of FPGA devices. Unfortunately all the docs are in Chinese. Anyone know much about them? > > > > > > > > > > > > > > http://www.anlogic.com/ > > > > > > > > > > > > > > Google can translate the web pages, but not the data sheets. > > > > > > > > > > > > > > Rick C. > > > > > > > > > > > > I'm a bit surprised at the lack of response... hello... Is this mike on? > > > > > > > > > > > > I would have thought FPGA people might get excited about a 16 kLUT FPGA with an embedded MCU for under $10. I am... sort of. But I haven't started my Chinese lessons yet. > > > > > > > > > > > > Rick C. > > > > > > > > > > No, I am not excited. 10CL016 is 17 USD on digikey in quantity of 1. > > > > > Which probably means pretty close to 10 USD in quantity of few 1000s. And if the quantity is lower than few 1000s then I probably don't care if it's 10 UDS or 17. > > > > > 10CL016 comes with datasheet that I can read and with development tools that I can trust. > > > > > > > > > > If you propose me "40 kLUT for 5 USD" then there is a chance that I can start to get excited. > > > > > > > > > > BTW, as far as variable cost goes "40 kLUT for 5 USD" is pretty easy at 28nm or better. The problem here is how do you recover NRE. One have to sell more than 10M units. Probably much more. > > > > > > > > How about 10k LUTs for $3.29 @500, data sheet in English? > > > > > > > > https://lcsc.com/product-detail/CPLD-FPGA_AG10KF256_C133764.html > > > > > > > > Is that at all interesting? > > > > > > > > Rick C. > > > > > > > > Tesla referral code - https://ts.la/richard11209 > > > > > > Looks like a clone of EP4CE10 == 10CL010. > > > It could be interesting if they are compatible at bitstream level. Otherwise - less so. > > > > > > But despite practicality I wouldn't count a manufacturer that managed to clone 9 years old Altera chip as new(ish) FPGA Company. > > > > Why is bitstream compatibility between two Asian company products important? > > > > Rick C. > > > > Tesla referral code + https://ts.la/richard11209 > > Since when Altera/Intel is Asian company? Ok, it's official. We are not having the same conversation. Rick C. Tesla referral code -- https://ts.la/richard11209Article: 160770
On Monday, November 26, 2018 at 3:04:29 AM UTC+2, gnuarm.del...@gmail.com w= rote: > On Sunday, November 25, 2018 at 12:51:30 PM UTC-5, already...@yahoo.com w= rote: > > On Sunday, November 25, 2018 at 7:28:13 PM UTC+2, gnuarm.del...@gmail.c= om wrote: > > > On Sunday, November 25, 2018 at 10:49:31 AM UTC-5, already...@yahoo.c= om wrote: > > > > On Sunday, November 25, 2018 at 4:28:42 PM UTC+2, gnuarm.del...@gma= il.com wrote: > > > > > On Saturday, November 24, 2018 at 3:12:01 PM UTC-5, already...@ya= hoo.com wrote: > > > > > > On Saturday, November 10, 2018 at 7:39:55 PM UTC+2, gnuarm.del.= ..@gmail.com wrote: > > > > > > > On Sunday, November 4, 2018 at 8:01:22 PM UTC-5, gnuarm.del..= .@gmail.com wrote: > > > > > > > > I hadn't heard of this company before. They seem to be mak= ing a number of FPGA devices. Unfortunately all the docs are in Chinese. = Anyone know much about them?=20 > > > > > > > >=20 > > > > > > > > http://www.anlogic.com/ > > > > > > > >=20 > > > > > > > > Google can translate the web pages, but not the data sheets= .=20 > > > > > > > >=20 > > > > > > > > Rick C. > > > > > > >=20 > > > > > > > I'm a bit surprised at the lack of response... hello... Is = this mike on?=20 > > > > > > >=20 > > > > > > > I would have thought FPGA people might get excited about a 16= kLUT FPGA with an embedded MCU for under $10. I am... sort of. But I hav= en't started my Chinese lessons yet.=20 > > > > > > >=20 > > > > > > > Rick C. > > > > > >=20 > > > > > > No, I am not excited. 10CL016 is 17 USD on digikey in quantity = of 1. > > > > > > Which probably means pretty close to 10 USD in quantity of few = 1000s. And if the quantity is lower than few 1000s then I probably don't ca= re if it's 10 UDS or 17. > > > > > > 10CL016 comes with datasheet that I can read and with developme= nt tools that I can trust. > > > > > >=20 > > > > > > If you propose me "40 kLUT for 5 USD" then there is a chance th= at I can start to get excited. > > > > > >=20 > > > > > > BTW, as far as variable cost goes "40 kLUT for 5 USD" is pretty= easy at 28nm or better. The problem here is how do you recover NRE. One ha= ve to sell more than 10M units. Probably much more. > > > > >=20 > > > > > How about 10k LUTs for $3.29 @500, data sheet in English?=20 > > > > >=20 > > > > > https://lcsc.com/product-detail/CPLD-FPGA_AG10KF256_C133764.html > > > > >=20 > > > > > Is that at all interesting?=20 > > > > >=20 > > > > > Rick C.=20 > > > > >=20 > > > > > Tesla referral code - https://ts.la/richard11209 > > > >=20 > > > > Looks like a clone of EP4CE10 =3D=3D 10CL010. > > > > It could be interesting if they are compatible at bitstream level. = Otherwise - less so. > > > >=20 > > > > But despite practicality I wouldn't count a manufacturer that manag= ed to clone 9 years old Altera chip as new(ish) FPGA Company. > > >=20 > > > Why is bitstream compatibility between two Asian company products imp= ortant?=20 > > >=20 > > > Rick C.=20 > > >=20 > > > Tesla referral code + https://ts.la/richard11209 > >=20 > > Since when Altera/Intel is Asian company? >=20 > Ok, it's official. We are not having the same conversation.=20 >=20 > Rick C.=20 >=20 > Tesla referral code -- https://ts.la/richard11209 I suspect, we are not belonging to the same branch of the Multiverse. In our branch we have thingies called "web search engines". The most popula= r of them is called "google". It's so popular that its name became a verb. So, in (on ?) our branch, when somebody does not know what is EP4CE10 he/sh= e googles for it. Then the person easily finds out that EP4CE10 is a low co= st FPGA from Altera Cyclone IV-E family released ~9 years. If the person is still interested he/she googles for 10CL010 and finds out = that it is another name for the same chip given to it by Altera (which in t= he mean time was acquired by Intel) when they decides to rename several SKU= s of Cyclone IV-E to Cyclone 10-LP and to reduce their prices. Comparing datasheets it's also pretty easy to come to conclusion that AG10K= F256 is the same chip as EP4CE10F256. That's how it works in (on?) our branch of the Multiverse. But yours is pro= bably different.=20Article: 160771
Hello folks,=20 =20 I wanted to implement Modbus protocol on fpga. I don't know how to = start? I read various documents on internet but didn't got any clear idea. = basically my aim is to make package of this protocol. I am using Vhdl as la= nguage. so i want process or say steps should i follow to make this protoco= l working.If anybody has worked on this previously can share document it wi= ll be great help. thanks in advance..!!Article: 160772
On 26/11/18 11:08, Swapnil Patil wrote: > Hello folks, > > I wanted to implement Modbus protocol on fpga. I don't know how to > start? I read various documents on internet but didn't got any clear > idea. basically my aim is to make package of this protocol. I am > using Vhdl as language. so i want process or say steps should i > follow to make this protocol working.If anybody has worked on this > previously can share document it will be great help. thanks in > advance..!! > There are basically two ways to do Modbus. One is Modbus RTU, using a UART with RS-485. On the hardware side you need a UART with a transmit enable control line. Everything else is in software. The other is Modbus TCP/IP over Ethernet. On the hardware side, you need Ethernet. Everything else is in software. So "Modbus on an FPGA" means having a processor (soft or hard) and software on the FPGA or the board, and a UART or Ethernet. Trying to implement Modbus directly in FPGA hardware without a processor is insanity.Article: 160773
On Monday, November 26, 2018 at 3:42:10 PM UTC+5:30, David Brown wrote: > On 26/11/18 11:08, Swapnil Patil wrote: > > Hello folks, > > > > I wanted to implement Modbus protocol on fpga. I don't know how to > > start? I read various documents on internet but didn't got any clear > > idea. basically my aim is to make package of this protocol. I am > > using Vhdl as language. so i want process or say steps should i > > follow to make this protocol working.If anybody has worked on this > > previously can share document it will be great help. thanks in > > advance..!! > > > > There are basically two ways to do Modbus. One is Modbus RTU, using a > UART with RS-485. On the hardware side you need a UART with a transmit > enable control line. Everything else is in software. > > The other is Modbus TCP/IP over Ethernet. On the hardware side, you > need Ethernet. Everything else is in software. > > So "Modbus on an FPGA" means having a processor (soft or hard) and > software on the FPGA or the board, and a UART or Ethernet. Trying to > implement Modbus directly in FPGA hardware without a processor is insanity. Thanks David for information. I just wanted to know that are you suggesting to use external processor for implementation. and also i would like to know while writing vhdl program what steps should i follow.Article: 160774
On 26/11/18 13:09, Swapnil Patil wrote: > On Monday, November 26, 2018 at 3:42:10 PM UTC+5:30, David Brown > wrote: >> On 26/11/18 11:08, Swapnil Patil wrote: >>> Hello folks, >>> >>> I wanted to implement Modbus protocol on fpga. I don't know how >>> to start? I read various documents on internet but didn't got any >>> clear idea. basically my aim is to make package of this protocol. >>> I am using Vhdl as language. so i want process or say steps >>> should i follow to make this protocol working.If anybody has >>> worked on this previously can share document it will be great >>> help. thanks in advance..!! >>> >> >> There are basically two ways to do Modbus. One is Modbus RTU, >> using a UART with RS-485. On the hardware side you need a UART >> with a transmit enable control line. Everything else is in >> software. >> >> The other is Modbus TCP/IP over Ethernet. On the hardware side, >> you need Ethernet. Everything else is in software. >> >> So "Modbus on an FPGA" means having a processor (soft or hard) and >> software on the FPGA or the board, and a UART or Ethernet. Trying >> to implement Modbus directly in FPGA hardware without a processor >> is insanity. > > Thanks David for information. I just wanted to know that are you > suggesting to use external processor for implementation. I am suggesting you use a processor for handling the protocol. It is entirely up to you if this is external to the FPGA, a hard core in the FPGA, or a soft core in the FPGA. > > and also i would like to know while writing vhdl program what steps > should i follow. > If you have to ask this, I would recommend that you drop the idea of an FPGA altogether. A $2 microcontroller will let you build a Modbus RTU slave on RS-485 - it will have a UART and all the processing power you need. If you are thinking of Modbus over Ethernet, your microcontroller will be around $5.
Site Home Archive Home FAQ Home How to search the Archive How to Navigate the Archive
Compare FPGA features and resources
Threads starting:
Authors:A B C D E F G H I J K L M N O P Q R S T U V W X Y Z