Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - New cache

 
Thread Tools Search this Thread
Old 08-14-2004, 03:18 PM   #1
Default New cache


I have a new cache.
Researched it as best as possible and it appears to be new.
Anyone interested?
Address matching in less
than 10% overhead of the cache RAM size in implementation for any size.
Not really interested in developing it myself.
Useful for gigahertz CPUs, missiles, supercomputers, mobile phones,
graphics cards, encryption, compression, and so on.




7
  Reply With Quote
Old 08-15-2004, 03:45 PM   #2
john jakson
 
Posts: n/a
Default Re: New cache
7 <> wrote in message news:<kbpTc.155822$ .uk>...
> I have a new cache.
> Researched it as best as possible and it appears to be new.
> Anyone interested?
> Address matching in less
> than 10% overhead of the cache RAM size in implementation for any size.
> Not really interested in developing it myself.
> Useful for gigahertz CPUs, missiles, supercomputers, mobile phones,
> graphics cards, encryption, compression, and so on.


Its quite unlikely to discover something fundamentally important after
50yrs of computer production. Nothing new rarely is infact new.

Posting such a claim accross such a strange group of NGs doesn't sound
right either. Anybody interested in such a cache design would be in
comp.arch though and many people there have very long memories.

The tiny overhead cache support would come likely from having larger
lines per associative tag or use a hashing technique. Even classic N
way set associative doesn't add alot of real estate compared to ram
array.

Unless you are a qualified sram circuit/mask designer it would be hard
to justify such a claim too. Row/Col periphery take up quite a bit of
space too. The faster the sram must cycle, the larger the periphery
must get to support such speed. Bigger caches with more efficient
row/col periphery are necessarily slower ie multi cycle. Laws of
physics are hard to beat.

regards

johnjakson_usa_com


john jakson
  Reply With Quote
Old 08-16-2004, 12:40 AM   #3
7
 
Posts: n/a
Default Re: New cache
john jakson wrote:

> 7 <> wrote in message
> news:<kbpTc.155822$ .uk>...
>> I have a new cache.
>> Researched it as best as possible and it appears to be new.
>> Anyone interested?
>> Address matching in less
>> than 10% overhead of the cache RAM size in implementation for any size.
>> Not really interested in developing it myself.
>> Useful for gigahertz CPUs, missiles, supercomputers, mobile phones,
>> graphics cards, encryption, compression, and so on.

>
> Its quite unlikely to discover something fundamentally important after
> 50yrs of computer production. Nothing new rarely is infact new.


I would imagine a new is rare - there are only a handful designs that exist.
But mine is different to existing caches as I wasn't trying
to make a cache but something else and this result just popped out.

One of my previous inventions is at
http://www.ecu.pwp.blueyonder.co.uk
Rare and new is not beyond me. I keep an eye open for detail
and curious results.


> Posting such a claim accross such a strange group of NGs doesn't sound
> right either. Anybody interested in such a cache design would be in
> comp.arch though and many people there have very long memories.
>
> The tiny overhead cache support would come likely from having larger
> lines per associative tag or use a hashing technique. Even classic N
> way set associative doesn't add alot of real estate compared to ram
> array.
>
> Unless you are a qualified sram circuit/mask designer it would be hard
> to justify such a claim too. Row/Col periphery take up quite a bit of
> space too. The faster the sram must cycle, the larger the periphery
> must get to support such speed. Bigger caches with more efficient
> row/col periphery are necessarily slower ie multi cycle. Laws of
> physics are hard to beat.


If you were serious, what could you lose?
Its 2 or 3 pages to describe it in full in English.
One or two months to modify vhdl of a 6502 or something
like that to see it working,
and then tape it out as fast as your legs can carry.
I'm only interested in serious business proposal.
Otherwise I will have to catch a plane to the Far East.
But as indicated earlier, I'm not interested in developing it myself.


> regards
>
> johnjakson_usa_com




7
  Reply With Quote
Old 08-16-2004, 02:21 PM   #4
john jakson
 
Posts: n/a
Default Re: New cache
7 <> wrote in message news:<2wSTc.143347$ o.uk>...
> john jakson wrote:
>
> > 7 <> wrote in message
> > news:<kbpTc.155822$ .uk>...
> >> I have a new cache.
> >> Researched it as best as possible and it appears to be new.
> >> Anyone interested?
> >> Address matching in less
> >> than 10% overhead of the cache RAM size in implementation for any size.
> >> Not really interested in developing it myself.
> >> Useful for gigahertz CPUs, missiles, supercomputers, mobile phones,
> >> graphics cards, encryption, compression, and so on.

> >
> > Its quite unlikely to discover something fundamentally important after
> > 50yrs of computer production. Nothing new rarely is infact new.

>
> I would imagine a new is rare - there are only a handful designs that exist.
> But mine is different to existing caches as I wasn't trying
> to make a cache but something else and this result just popped out.
>
> One of my previous inventions is at
> http://www.ecu.pwp.blueyonder.co.uk
> Rare and new is not beyond me. I keep an eye open for detail
> and curious results.
>
>
> > Posting such a claim accross such a strange group of NGs doesn't sound
> > right either. Anybody interested in such a cache design would be in
> > comp.arch though and many people there have very long memories.
> >
> > The tiny overhead cache support would come likely from having larger
> > lines per associative tag or use a hashing technique. Even classic N
> > way set associative doesn't add alot of real estate compared to ram
> > array.
> >
> > Unless you are a qualified sram circuit/mask designer it would be hard
> > to justify such a claim too. Row/Col periphery take up quite a bit of
> > space too. The faster the sram must cycle, the larger the periphery
> > must get to support such speed. Bigger caches with more efficient
> > row/col periphery are necessarily slower ie multi cycle. Laws of
> > physics are hard to beat.

>
> If you were serious, what could you lose?
> Its 2 or 3 pages to describe it in full in English.
> One or two months to modify vhdl of a 6502 or something
> like that to see it working,
> and then tape it out as fast as your legs can carry.
> I'm only interested in serious business proposal.
> Otherwise I will have to catch a plane to the Far East.
> But as indicated earlier, I'm not interested in developing it myself.
>
>
> > regards
> >
> > johnjakson_usa_com


Not suggesting you don't have anything, couldn't say without looking.
But an invention that doesn't want to get further developed by
inventor is likely to not get further.

Theres a book by

Jim Handy "the Cache memory book, THE authoritative reference on cache
design" pub by AP. I couldn't find my cache model in there either but
its a good read.

Funny thing is even terribly mundane ideas get driven into the world
market by driven people, and I am not sure ideas ever fly by
themselves until they reached crit mass.

Funny you'd suggest 6502, never heard of that with cache, why not MIPs
etc, thats what most outsiders might play with, or use the DLX model
or Sparc.

Although the 6502 might seem simple, better to use a 32b risc design
to show off design.


If you are in the semi industry, don't you have colleagues to descibe
idea to under NDA.

Still I'd suggest comp.arc as a place to post, a lot of people there
will have more cache exp.

regards

johnjakson_usa_com


john jakson
  Reply With Quote
Old 08-17-2004, 11:59 AM   #5
7
 
Posts: n/a
Default Re: New cache
john jakson wrote:

> 7 <> wrote in message
> news:<2wSTc.143347$ o.uk>...
>> john jakson wrote:
>>
>> > 7 <> wrote in message
>> > news:<kbpTc.155822$ .uk>...
>> >> I have a new cache.
>> >> Researched it as best as possible and it appears to be new.
>> >> Anyone interested?
>> >> Address matching in less
>> >> than 10% overhead of the cache RAM size in implementation for any
>> >> size. Not really interested in developing it myself.
>> >> Useful for gigahertz CPUs, missiles, supercomputers, mobile phones,
>> >> graphics cards, encryption, compression, and so on.
>> >
>> > Its quite unlikely to discover something fundamentally important after
>> > 50yrs of computer production. Nothing new rarely is infact new.

>>
>> I would imagine a new is rare - there are only a handful designs that
>> exist. But mine is different to existing caches as I wasn't trying
>> to make a cache but something else and this result just popped out.
>>
>> One of my previous inventions is at
>> http://www.ecu.pwp.blueyonder.co.uk
>> Rare and new is not beyond me. I keep an eye open for detail
>> and curious results.
>>
>>
>> > Posting such a claim accross such a strange group of NGs doesn't sound
>> > right either. Anybody interested in such a cache design would be in
>> > comp.arch though and many people there have very long memories.
>> >
>> > The tiny overhead cache support would come likely from having larger
>> > lines per associative tag or use a hashing technique. Even classic N
>> > way set associative doesn't add alot of real estate compared to ram
>> > array.
>> >
>> > Unless you are a qualified sram circuit/mask designer it would be hard
>> > to justify such a claim too. Row/Col periphery take up quite a bit of
>> > space too. The faster the sram must cycle, the larger the periphery
>> > must get to support such speed. Bigger caches with more efficient
>> > row/col periphery are necessarily slower ie multi cycle. Laws of
>> > physics are hard to beat.

>>
>> If you were serious, what could you lose?
>> Its 2 or 3 pages to describe it in full in English.
>> One or two months to modify vhdl of a 6502 or something
>> like that to see it working,
>> and then tape it out as fast as your legs can carry.
>> I'm only interested in serious business proposal.
>> Otherwise I will have to catch a plane to the Far East.
>> But as indicated earlier, I'm not interested in developing it myself.
>>
>>
>> > regards
>> >
>> > johnjakson_usa_com

>
> Not suggesting you don't have anything, couldn't say without looking.
> But an invention that doesn't want to get further developed by
> inventor is likely to not get further.
>
> Theres a book by
>
> Jim Handy "the Cache memory book, THE authoritative reference on cache
> design" pub by AP. I couldn't find my cache model in there either but
> its a good read.
>
> Funny thing is even terribly mundane ideas get driven into the world
> market by driven people, and I am not sure ideas ever fly by
> themselves until they reached crit mass.
>
> Funny you'd suggest 6502, never heard of that with cache, why not MIPs
> etc, thats what most outsiders might play with, or use the DLX model
> or Sparc.


It works well for small CPUs such as 6502 as well as big because of the low
overheads of the address matching circuitry for keeping the costs
right down.

> Although the 6502 might seem simple, better to use a 32b risc design
> to show off design.
>
> If you are in the semi industry, don't you have colleagues to descibe
> idea to under NDA.


I can leg it to Far East and DIY but I feel it better to have
a big corp engaged in licensing it out from a central point.
More revenue, less work.

> Still I'd suggest comp.arc as a place to post, a lot of people there
> will have more cache exp.


Thanks I just checked - they seem more into caches.

> regards
>
> johnjakson_usa_com




7
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Asp.net 2.0 using cache dipakprodhan Software 0 03-15-2009 03:42 PM
IE 7 cache problem.. vsuneeldot General Help Related Topics 0 07-07-2007 01:37 PM
Pictures save as bitmap files Anthony A+ Certification 5 01-24-2005 11:58 PM
Cache fhg A+ Certification 4 01-31-2004 06:52 PM
Re: Nero - Writing to cache frustration John Tsalikes DVD Video 3 08-09-2003 09:01 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46