Curie 6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Curie 6 (Default branch)
# 1  
Old 01-07-2009
Curie 6 (Default branch)

Curie is a very minimalistic, tiny C library. It supports basic I/O, basic networking, S-expression based I/O, signal handling, process handling, and I/O multiplexing. If the target architecture is explicitly supported, statically linked binaries may be as small as 4-20 kilobytes; if not, then it only relies on the host's C library. The library explicitly does not provide a POSIX interface so that it may be used in conjunction with a regular host libc (or without one). License: BSD License (revised) Changes:
Apart from the regular bugfixes, this release adds directory handling and regular expression matching to the list of curie's features. Both new features should also have gotten proper documentation and a good batch of testing, and a couple of oddities about the graph code have been fixed in the process. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
FLATBEH(1)						      ALLIANCE USER COMMANDS							FLATBEH(1)

NAME
flatbeh - Synthetize a behavioral description from a structural description SYNOPSIS
flatbeh root_structural_file [ output_file ] ORIGIN
This software belongs to the ALLIANCE CAD system from the CAO-VLSI team at MASI laboratory, University P. et M. Curie 4, place Jussieu ; 75252 PARIS Cedex 05 ; FRANCE Fax: (33-1) 44.27.62.86 ; E-mail: cao-vlsi@masi.ibp.fr DESCRIPTION
flatbeh synthetize a VHDL behavioral data-flow description from a structural description. It flattens the structural description (it can be a hierarchy of macro block) until the cells which have a behavioral description. Then it raise all the equations and create a behavioral description of the root file. PARAMETERS
root_structural_file is the filename of the root of the structural description file. output_file is the destination filename for behavioural description. ENVIRONMENT VARIABLES
MBK_CATA_LIB list of directories containing descriptions. The default path is the current directory (see mbk(1)). MBK_CATAL_NAME Indicates the file where the behavioral description files are given. This serves to flatbeh to stop the flatten of the structural root circuit.(see mbk(1)) MBK_IN_LO file extension for structural entity. (see mbk(1)) EXAMPLE
flatbeh adder_32 SEE ALSO
vhdl(5), mbk(1). BUGS
Please e-mail to cao-vlsi@masi.ibp.fr for bug report and suggestions. Release 1.0 29 january 1993 FLATBEH(1)