It is asking for the name of their company not yours. It got me the
first two times till I read each word. Just type netburner.
On Thu, Jun 18, 2009 at 7:28 PM, Shahabuddin Inamdar<shahab47@...> wrote:
>
>
> Hello.
>
> I cannot log in to the forum.
> It keep asking me the name of my company and never goes past that screen.
> What should I do ?
>
> Thanks.
>
> ************************************************************************
> Shahabuddin Inamdar (Shahab)
> FPGA Design Engineer.
> 1-813-842-3604
> ************************************************************************
> http://www.spaces.msn.com/shahab47 (My HomePage)
> ************************************************************************
>
> --- On Mon, 5/4/09, cgruffcgruff <cgruff@...> wrote:
>
> From: cgruffcgruff <cgruff@...>
> Subject: [netburner_group] Re: s19 file too big for auto-update utility
> To: netburner_group@yahoogroups.com
> Date: Monday, May 4, 2009, 4:21 AM
>
> --- In netburner_group@ yahoogroups. com, "Shahabuddin Inamdar" <shahab47@..
> .> wrote:
>>
>> Hello there.
>>
>> I am using MOD5234 along with xilinx FPGA XC3S1600E-400FCC.
>>
>> Here are the pinouts for netburner connector J2 which I am using to
>> program the FPGA using NB.
>>
>> Pin-38 : Program
>> pin-22 : init
>> Pin-33 : done
>> Pin-32 : Din
>> Pin-29 : cclk
>>
>> I am sucesfully able to program the FPGA by including the .exo filie
>> generated by FPGA Tool, as a .h file in the NB code.
>>
>> But the thing is:
>>
>> When .exo fpga file is included in the nb code, it becomes very huge and
>> NB AUTOUPDATE utility cant see the NB. So I had to download the code using
>> TTY terminal.
>>
>> Is there any way, I can still download the nb code using autoupdate
>> utility inspite of the NB code being very huge? (the .exo file is about 3MB
>> in size)
>>
>> Any help in this aspect will be appreciated.
>> Thanks.
>>
> You might get this to go if you compress the binary data using huffman
> encoding into a bunch of pieces and create a .h with each piece, then in
> your run-time code, expand the .h files one-by-one into RAM and program the
> FPGA in bursts
>
> compression and expansion algorithms are available via an inet search.
> Huffman is one of the tightest for this.
>
> good luck.
>
> Chris
>
>