Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.arch.fpga > #4757

Re: New soft processor core paper publisher?

Newsgroups comp.arch.fpga
Date 2013-06-15 19:17 -0700
References <4205b3b0-b16f-41d2-b322-2567c99a2060@googlegroups.com> <0e13aa6c-dcbb-40f7-b0ae-de30d40e69c3@q8g2000vbl.googlegroups.com> <5d1a0eef-7363-4f4c-8524-5c9fdcb7e420@googlegroups.com> <kpj190$54t$1@dont-email.me>
Message-ID <acefe2fc-e9da-428c-a717-796e651c60a5@googlegroups.com> (permalink)
Subject Re: New soft processor core paper publisher?
From Eric Wallin <tammie.eric@gmail.com>

Show all headers | View raw


Thanks for your response rickman!

On Saturday, June 15, 2013 8:40:27 PM UTC-4, rickman wrote:
> That the ground I have been plowing off and on for the last 10 years.

Ooo, same here, and my condolences.  I caught a break a couple of months ago and have been beavering away on it ever since, and I finally have something that doesn't cause me to vomit when I code for it.  Multiple indexed simple stacks with explicit pointer control makes everything a lot easier than a bog standard stack machine.  I think the auto-consumption of literally everything, particularly the data, indexes, and pointers you dearly want to use again is at the bottom of all the crazy people just accept with stack machines.  This mechanism works great for manual data entry on HP calculators, but not so much for stack machines IMHO.  Auto consumption also pretty much rules out conditional execution of single instructions.

> I assume that you do understand that the point of MISC is that the 
> implementation can be minimized so that the instructions run faster.  In 
> theory this makes up for the extra instructions needed to manipulate the 
> stack on occasion.  But I understand your interest in minimizing the 
> inconvenience of stack ops.  I spent a little time looking at 
> alternatives and am currently looking at a stack CPU design that allows 
> offsets into the stack to get around the extra stack ops.  I'm not sure 
> how this compares to your ideas.  It is still a dual stack design as I 
> have an interest in keeping the size of the implementation at a minimum. 

MISC is interesting, but you have to consider that all ops, including simple stack manipulations, will generally consume as much real time as a multiply, which suddenly makes all of those confusing stack gymnastics you have to perform to dig out your loop index or whatever from underneath your read/write pointer from underneath your data and such overly burdensome.

Indexes into a moving stack - that way lies insanity.  Ever hit the roll down button on an HP calculator and get instantly flummoxed?  Maybe a compiler can keep track of that kind of stuff, but my weak brain isn't up to the task.

Altera BRAM doesn't go as wide as Xilinx with true dual port.  When I was working in Xilinx I was able to use a single BRAM for both the data and return stacks (16 bit data).

>   1800 LEs won't even fit on the FPGAs I am targeting.

I'm not sure anything less than the smallest Cyclone 2 is really worth developing in.  A lot of the stuff below that is often more expensive due to the built-in configuration memory and such.  There are quite inexpensive Cyclone dev boards on eBay from China.

> I would like to hear about your innovations.  As you seem to understand, 
> it is hard to be truly innovative finding new ideas that others have not 
> uncovered.  But I think you are certainly in an area that is not 
> thoroughly explored.

I haven't seen anything exactly like it, certainly not the way the stacks are implemented.  And I deal with extended arithmetic results in an unusual way.  In terms of scheduling and pipelining, the Parallax Propeller is probably the closest in architecture (you can infer from the specs and operational model what they don't explicitly tell you in the datasheet).

> I won't argue with that.  Even when I was an IEEE member, I never found 
> a document I didn't have to pay for.

I was a member too right out of grad school.  But, like Janet Jackson sang: "What have they done for me lately?"

> When can we expect to see your paper?

It's all but done, just picking around the edges at this point.  As soon as the code is verified to my satisfaction I'll release both and post here.

Back to comp.arch.fpga | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

New soft processor core paper publisher? tammie.eric@gmail.com - 2013-06-12 14:17 -0700
  Re: New soft processor core paper publisher? Nikolaos Kavvadias <nikolaos.kavvadias@gmail.com> - 2013-06-13 03:33 -0700
    Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-13 10:07 -0700
      Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-15 20:40 -0400
        Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-15 19:17 -0700
          Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-16 10:23 +0100
            Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-16 06:58 -0700
              Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-16 18:16 +0100
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-16 17:32 -0700
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-17 11:26 +0100
          Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-19 17:13 -0400
            Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-20 07:35 -0700
              Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-20 15:51 +0100
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-20 19:50 -0400
                Re: New soft processor core paper publisher? "Elizabeth D. Rather" <erather@forth.com> - 2013-06-20 15:31 -1000
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-20 20:38 -0700
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-22 01:07 -0400
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-21 10:30 +0100
                Re: New soft processor core paper publisher? David Brown <david@westcontrol.removethisbit.com> - 2013-06-21 13:18 +0200
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-21 15:25 +0100
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-21 21:44 -0700
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-22 01:26 -0400
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-22 09:36 +0100
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-22 09:26 -0700
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-22 09:36 -0700
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-22 17:56 +0100
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-22 18:17 +0100
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-22 14:08 -0400
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-22 13:11 -0700
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-22 21:22 +0100
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-22 14:11 -0700
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-22 22:57 +0100
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-22 23:44 -0400
                Re: New soft processor core paper publisher? David Brown <david@westcontrol.removethisbit.com> - 2013-06-23 10:00 +0200
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-23 10:31 +0100
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-23 13:27 -0400
                Re: New soft processor core paper publisher? Rob Doyle <radioengr@gmail.com> - 2013-06-23 10:34 -0700
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-23 13:46 -0400
                Re: New soft processor core paper publisher? Rob Doyle <radioengr@gmail.com> - 2013-06-23 11:05 -0700
                Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-06-23 22:21 -0500
                Re: New soft processor core paper publisher? glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-06-24 04:49 +0000
                Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-06-24 07:31 -0500
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-22 16:37 -0400
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-22 14:21 -0700
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-22 14:32 -0700
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-22 23:47 -0400
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-23 04:34 -0700
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-23 13:24 -0400
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-23 13:52 -0700
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-23 18:30 -0400
                Re: New soft processor core paper publisher? glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-06-24 00:15 +0000
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-23 22:06 -0400
                Re: New soft processor core paper publisher? glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-06-24 03:18 +0000
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-23 23:42 -0400
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-23 19:54 -0700
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-24 00:07 -0400
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-24 12:25 -0700
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-25 11:01 -0400
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-22 23:45 -0400
                Re: New soft processor core paper publisher? David Brown <david@westcontrol.removethisbit.com> - 2013-06-23 09:54 +0200
                Re: New soft processor core paper publisher? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-06-23 04:04 -0500
                Re: New soft processor core paper publisher? Paul Rubin <no.email@nospam.invalid> - 2013-06-23 02:09 -0700
                Re: New soft processor core paper publisher? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-06-23 12:09 -0500
                Re: New soft processor core paper publisher? Paul Rubin <no.email@nospam.invalid> - 2013-06-26 01:41 -0700
                Re: New soft processor core paper publisher? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2013-06-26 04:00 -0500
                Re: New soft processor core paper publisher? Paul Rubin <no.email@nospam.invalid> - 2013-06-26 02:13 -0700
                Re: New soft processor core paper publisher? Theo Markettos <theom+news@chiark.greenend.org.uk> - 2013-06-28 00:22 +0100
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-23 13:18 -0400
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-22 01:23 -0400
                Re: New soft processor core paper publisher? David Brown <david.brown@removethis.hesbynett.no> - 2013-06-22 17:21 +0200
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-22 12:18 -0400
                Re: New soft processor core paper publisher? David Brown <david@westcontrol.removethisbit.com> - 2013-06-23 10:38 +0200
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-23 13:45 -0400
                Re: New soft processor core paper publisher? David Brown <david.brown@removethis.hesbynett.no> - 2013-06-23 22:51 +0200
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-22 18:27 +0100
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-22 01:20 -0400
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-22 09:34 +0100
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-22 10:17 -0400
                Re: New soft processor core paper publisher? chrisabele <ccabele@yahoo.com> - 2013-06-22 10:19 -0400
  Re: New soft processor core paper publisher? "jt_eaton" <84408@embeddedrelated> - 2013-06-13 11:41 -0500
    Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-13 10:23 -0700
      Re: New soft processor core paper publisher? Theo Markettos <theom+news@chiark.greenend.org.uk> - 2013-06-14 01:44 +0100
        Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-14 08:43 -0700
          Re: New soft processor core paper publisher? Theo Markettos <theom+news@chiark.greenend.org.uk> - 2013-06-14 22:29 +0100
            Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-14 15:49 -0700
              Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-15 12:45 -0700
  Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-23 14:10 -0700
    Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-23 23:43 +0100
      Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-23 18:23 -0700
        Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-23 21:57 -0400
        Re: New soft processor core paper publisher? glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-06-24 02:07 +0000
        Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-24 08:24 +0100
          Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-24 05:03 -0700
            Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-24 13:30 +0100
              Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-24 06:28 -0700
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-24 14:47 +0100
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-24 08:57 -0700
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-24 17:13 +0100
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-24 12:35 -0400
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-24 17:56 +0100
                Re: New soft processor core paper publisher? glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-06-24 18:01 +0000
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-24 19:45 +0100
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-24 12:47 -0700
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-24 21:02 +0100
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-25 10:53 -0400
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-25 16:14 +0100
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-25 11:18 -0700
                Re: New soft processor core paper publisher? Bakul Shah <usenet@bitblocks.com> - 2013-06-25 13:23 -0700
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-25 19:06 -0400
                Re: New soft processor core paper publisher? Bakul Shah <usenet@bitblocks.com> - 2013-06-25 17:10 -0700
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-25 20:28 -0400
                Re: New soft processor core paper publisher? glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-06-25 17:14 +0000
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-25 14:06 -0400
                Re: New soft processor core paper publisher? glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-06-25 19:02 +0000
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-25 19:12 -0400
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-25 11:07 -0700
                Re: New soft processor core paper publisher? Bakul Shah <usenet@bitblocks.com> - 2013-06-25 13:42 -0700
            Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-06-24 07:50 -0500
            Re: New soft processor core paper publisher? Bakul Shah <usenet@bitblocks.com> - 2013-06-24 15:03 -0700
              Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-24 15:23 -0700
                Re: New soft processor core paper publisher? Bakul Shah <usenet@bitblocks.com> - 2013-06-24 16:00 -0700
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-25 00:17 +0100
                Re: New soft processor core paper publisher? David Brown <david@westcontrol.removethisbit.com> - 2013-06-25 11:12 +0200
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-25 15:54 +0100
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-25 11:11 -0400
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-25 16:23 +0100
                Re: New soft processor core paper publisher? "RCIngham" <2161@embeddedrelated> - 2013-06-28 04:09 -0500
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-28 10:33 +0100
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-28 10:52 -0400
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-28 17:23 +0100
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-28 15:06 -0400
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-28 22:11 +0100
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-28 21:02 -0400
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-28 19:15 -0700
                Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-06-28 21:44 -0500
                Re: New soft processor core paper publisher? glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-06-29 02:56 +0000
                Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-06-28 22:57 -0500
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-29 10:35 +0100
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-29 10:34 +0100
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-28 23:55 -0400
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-29 10:39 +0100
                Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-06-29 11:50 -0500
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-30 02:21 -0400
                Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-06-30 11:03 -0500
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-30 19:10 -0400
                Re: New soft processor core paper publisher? glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-07-01 06:51 +0000
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-07-01 03:07 -0400
                Re: New soft processor core paper publisher? David Brown <david@westcontrol.removethisbit.com> - 2013-07-01 13:09 +0200
                Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-07-01 08:01 -0500
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-07-01 17:30 -0400
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-07-01 17:26 -0400
                Re: New soft processor core paper publisher? David Brown <david.brown@removethis.hesbynett.no> - 2013-07-02 00:13 +0200
                Re: New soft processor core paper publisher? glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-07-01 17:46 +0000
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-07-01 17:37 -0400
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-07-01 20:23 -0700
                Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-07-01 07:59 -0500
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-07-01 17:59 -0400
                Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-07-01 20:26 -0500
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-07-13 21:52 -0400
                Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-07-14 09:33 -0500
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-07-14 11:26 -0400
                Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-07-14 11:37 -0500
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-07-14 14:03 -0400
                Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-07-15 17:57 -0500
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-07-15 21:19 -0400
                Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-07-15 22:27 -0500
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-30 21:45 -0700
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-29 06:10 -0700
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-29 14:56 +0100
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-29 08:03 -0700
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-30 02:25 -0400
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-30 10:01 +0100
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-30 19:17 -0400
                Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-06-29 11:53 -0500
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-29 20:38 -0700
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-30 10:03 +0100
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-29 10:31 +0100
                Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-06-29 11:58 -0500
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-29 19:32 +0100
                Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-06-30 10:36 -0500
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-07-12 17:06 +0100
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-29 10:14 +0100
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-30 19:32 -0400
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-07-12 17:19 +0100
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-07-12 14:23 -0400
                Re: New soft processor core paper publisher? tammie_eric@verizon.net - 2013-07-12 16:35 -0700
                Re: New soft processor core paper publisher? Bakul Shah <usenet@bitblocks.com> - 2013-06-28 12:55 -0700
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-28 22:04 +0100
                Re: New soft processor core paper publisher? Bakul Shah <usenet@bitblocks.com> - 2013-06-28 14:22 -0700
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-28 22:39 +0100
                Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-06-28 21:55 -0500
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-29 11:06 +0100
                Re: New soft processor core paper publisher? Les Cargill <lcargill99@comcast.com> - 2013-06-29 12:13 -0500
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-25 11:13 -0400
              Re: New soft processor core paper publisher? glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-06-24 22:54 +0000
            Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-25 21:26 +0100
              Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-25 15:40 -0700
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-26 00:07 +0100
                Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-25 16:18 -0700
                Re: New soft processor core paper publisher? glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-06-26 00:02 +0000
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-25 20:06 -0400
                Re: New soft processor core paper publisher? glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-06-25 23:55 +0000
                Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-25 20:16 -0400
                Re: New soft processor core paper publisher? Tom Gardner <spamjunk@blueyonder.co.uk> - 2013-06-26 10:32 +0100
  Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-24 14:30 -0700
    Re: New soft processor core paper publisher? rickman <gnuarm@gmail.com> - 2013-06-25 11:16 -0400
  Re: New soft processor core paper publisher? thomas.entner99@gmail.com - 2013-06-25 14:56 -0700
    Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-25 16:07 -0700
      Re: New soft processor core paper publisher? thomas.entner99@gmail.com - 2013-06-25 16:39 -0700
        Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-26 06:24 -0700
          Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-26 10:52 -0700
            Re: New soft processor core paper publisher? glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-06-26 18:07 +0000
              Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-26 13:06 -0700
          Re: New soft processor core paper publisher? thomas.entner99@gmail.com - 2013-06-26 14:44 -0700
            Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-27 08:31 -0700
              Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-28 06:59 -0700
    Re: New soft processor core paper publisher? Eric Wallin <tammie.eric@gmail.com> - 2013-06-25 16:30 -0700
      Re: New soft processor core paper publisher? thomas.entner99@gmail.com - 2013-06-25 16:57 -0700
        Re: New soft processor core paper publisher? glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-06-26 00:14 +0000

csiph-web