Re: C compiler supporting arbitrary bit width integral datatypes?

=?ISO-8859-1?Q?Bj=F6rn_Franke?= <bfranke@inf.ed.ac.uk>
Mon, 08 Jun 2009 14:31:05 +0100

          From comp.compilers

Related articles
C compiler supporting arbitrary bit width integral datatypes? ihusar@fit.vutbr.cz (2009-06-07)
Re: C compiler supporting arbitrary bit width integral datatypes? bfranke@inf.ed.ac.uk (=?ISO-8859-1?Q?Bj=F6rn_Franke?=) (2009-06-08)
Re: C compiler supporting arbitrary bit width integral datatypes? harold.aptroot@gmail.com (Harold Aptroot) (2009-06-08)
Re: C compiler supporting arbitrary bit width integral datatypes? jeremy.bennett@embecosm.com (Jeremy Bennett) (2009-06-11)
Re: C compiler supporting arbitrary bit width integral datatypes? bfranke@inf.ed.ac.uk (=?ISO-8859-1?Q?Bj=F6rn_Franke?=) (2009-06-11)
Re: C compiler supporting arbitrary bit width integral datatypes? jeremy.bennett@embecosm.com (Jeremy Bennett) (2009-06-11)
| List of all articles for this month |

From: =?ISO-8859-1?Q?Bj=F6rn_Franke?= <bfranke@inf.ed.ac.uk>
Newsgroups: comp.compilers
Date: Mon, 08 Jun 2009 14:31:05 +0100
Organization: Edinburgh University
References: 09-06-028
Keywords: C, architecture
Posted-Date: 09 Jun 2009 05:30:56 EDT

Hello,


Have you already been looking at CoWare Processor Designer[1], it may
give you a flexible compiler construction toolkit, simulator generator
and C-to-HDL design flow for your ASIP. As it seems that you're a
student or working for a University you may be able to purchase a
license at a very reasonable price via EuroPractice[2].


Cheers,


          Bjoern




[1] http://www.coware.com/products/processordesigner.php
[2] http://www.europractice.com/




ihusar@fit.vutbr.cz wrote:
> Hello everyone,
>
> I am working on a project, where we are trying to make a development
> environment for new ASIP processor design. This project, among other
> parts, contains compiler and simulator generator. For these two
> parts, I would need some C compiler, that supports arbitrary bit-width
> integers.
>
> For the simulator, we need to generate code that simulates registers
> of arbitrary bit width and for compiler generator, we would need to
> optimize C code that describes instruction's behavior to extract
> instruction selectrion rule for each instruction,
>
> Have you heard or read about such compiler? (any references would be
> useful)
>
> P.S.: So far, I have found Valen-C project (quite old, not made it
> work yet), then I tried the clang frontend (it seems that to implement
> support would be quite problematic but not impossible) and also I am
> going to try some synthetizers that generate HW from C code.



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.