• Home
  • Download
  • Elettro::Wiki
  • Sitemap
  • Feedback

elettrolinux.com

Categories

  • Acquire & Measure
  • Analyze & Visualize
  • Authoring
  • CAN - PLC
  • Hardware drivers
  • Home automation
  • IC Layout Editor
  • IDE
  • RTOS
  • Scientific computation
  • Simulation
  • T-CAD/CAM - EDA
  • Utilities

Open Software Projects

  • Bio ConductorBio Conductor
  • CERN LibrariesCERN Libraries
  • My Open BticinoMy Open Bticino
  • Open AvionicsOpen Avionics
  • Open Bio FoundationOpen Bio Foundation
  • Open CASCADEOpen CASCADE
  • OpenCFD - OpenFOAMOpenCFD - OpenFOAM
  • OpenCoresOpenCores
  • Orocos ProjectOrocos Project
  • OSGeoOSGeo
  • Player ProjectPlayer Project
  • R-ProjectR-Project
  • VLSI & ASIC TechnologyVLSI & ASIC Technology

Open HW/FW Projects

  • Baloon ProjectBaloon Project
  • FreeCoresFreeCores
  • LinuxBIOSLinuxBIOS
  • OpenBIOSOpenBIOS
  • SquidBeeSquidBee

Qfsm - Version 0.5.2 released

E-mail
Sunday, 10 January 2010 23:18

Qfsm is a graphical editor for finite state machines written in C++ using Qt the graphical Toolkit. Finite state machines are a model to describe complex objects or systems in terms of the states they may be in. In practice they can used to design integrated circuits or to create regular expressions, scanners or other program codeQfsm is a graphical tool for designing finite state machine; it is written in C++ using the Qt library. Finite state machines are models to describe complex objects or systems in terms of the states they may be in. This release of Qfsm includes some new features, bug fixes and improvements:

  • Implemented initial version of SCXMLSCXML export (for 'free text' machines);
  • Implemented export of vvvv Automatavvvv Automata code (for 'free text' machines);
  • Implemented VHDL test bench export;
  • Overhauled documentation;
  • Russian translation;
  • Improvments in VHDL export;
  • Bug fixes.
 

Glade - Version 4.1.7 is out

E-mail
Sunday, 10 January 2010 20:09

Glade (Gds, Lef And Def Editor) is a freeware IC layout editor capable of reading GDS2, OASIS, LEF and DEF. It's distributed under freeware license. The latest version of Glade (4.1.7) has several fixes to the non-OpenGL rendering engine. Also some bugs introduced in 4.1.6;

  • Fixed a longstanding bug when displaying in non-OpenGL mode that could cause path/polygon entry to have non-manhattan / non-diagonal entries;
  • Selection in non-OpenGL mode updates status bar and display immediately without waiting for a mouse movement;
  • Create path with shielded top/bottom layer picked incorrect top/bottom layers;
  • Internal cleanup of non-OpenGL display mode;
  • Bugfix: single point path caused a crash since 4.1.6 and varextend paths displayed incorrectly since 4.1.6.
 

ParaView - Version 3.6.2 released

E-mail
Thursday, 07 January 2010 18:14

Paraview an open source software for scientific visualizationParaView is an open-source, multi-platform application designed to visualize data sets of size varying from small to very large, structured and unstructured, time varying and static. The goals of the ParaView project include developing an open-source, multi-platform visualization application that support distributed computational models to process large data sets. It has an open, flexible, and intuitive user interface. Furthermore, ParaView is built on an extensible architecture based on open standards. ParaView runs on distributed and shared memory parallel as well as single processor systems. The binaries and sources are available for download from the ParaView website. This release of Paraview includes several new features along with plenty of bug fixes addressing a multitude of usability and stability issues including those affecting parallel volume rendering and has many GUI usability improvements including, but definitely not limited to:

  • The Python interface has been revamped, an exciting new extension to the Paraview Python interface is Python trace;
  • A collection of statistics algorithms. You can compute descriptive statistics (mean, variance, min, max, skewness, kurtosis), compute contingency tables, perform k-means analysis, examine correlations between arrays, and perform principal component analysis on arrays;
  • The VisTrails Provenance Explorer Plug-in. VisTrails is an open-source scientific workflow and provenance management system developed at the University of Utah that provides support for data exploration and visualization;
  • LANL's cosmo plug-in is now distributed with this new version. This plug-in allows ParaView to read and process *.cosmo format files, in which particles are described by mass, velocity and identification tags.
 

BSIMSOI - Version 4.3 is officially released

E-mail
Sunday, 03 January 2010 22:53

BSIMSOI is an international standard model for SOI (Silicon-On-Insulator) circuit design. This model is formulated on top of the BSIM3 framework. It shares the same basic equations with the bulk model so that the physical nature and smoothness of BSIM3v3 are retained. Most parameters related to general MOSFET operation (non-SOI specific) are directly imported from BSIM 3v3 to ensure parameter compatibility. BSIMSOI was selected by EIA (Electronic Industries Alliance) Compact Model Council (CMC) as the standard SOI MOSFET model in December 2001. BSIMSOIv4.3 source code was extensively revised, improved and bug fixed through close interactions among the members (e.g. companies ADI, Agilent, Ansoft, Cadence, IBM, SYNOPSYS and UC Berkeley) of a forum devoted to resolve the key issues in BSIMSOIv4.2 and 33 bugs has been fixed, e.g.:

  • Fixed bug in dervative T2 variable (missing 25.0 multiplier when agbcp2>0);
  • Fixed discontinuity reported by Cadence on b4soild.c file;
  • Fixed bug in dVgsteff2_dVd on b4soild.c file;
  • Fixed missing initializations of Csg2,Csd2,Csb2;
  • ...and so on!
BSIMSOIv4.3 source code was extensively revised, improved and bug fixed through
close interactions among the members of a forum devoted to resolve the key
issues in BSIMSOIv4.2.
 

Side4linux - Version 0.1.3 is out

E-mail
Saturday, 12 December 2009 11:17

Side4linux an IDE for ATMEL AVR microprocessorside4linux is a simple IDE intended for source code programming in C, G-code, and AVR/ARM Assembler, with an emphasis on developing manufacturing and embedded applications. It is being developed to include simulators, PCB software, compilers, etc. It provides a project based source code editing and build environment for the above languages based around GNU/Linux and the ATMEL AVR microprocessor. The intention is to integrate the full development of a CAD (Computer Aided Design)/CAM (Computer Aided Manufacture)/CIM (Computer Integrated Manufacture) system over time for the areas of machine control and robotics. This release of side4linux adds the GTKBUILDER 3d project type "GTKCGL3" so that people can use "OpenGL" in their 3d 'C' Projects:

  • Added GTKCL3 Project Demo1, Demo2 and Demo3 page to 'Coding Help';
  • Added GTKCGL Demo1 (sample), Demo2 (sample1) and Demo3 (sample2) project to the SIDEdemos folder;
  • Modified the GNOMECGL Sample Projects to use the new 3d support libraries and the GNOMECGL Help to use the new 3d support libraries.
 

Gnuplot - Released version 4.4.0 RC1

E-mail
Tuesday, 01 December 2009 21:09

Gnuplot is the most widely used open-source program to plot and visualize data. It's available for nearly every major platform. Gnuplot handles both curves (2 dimensions) and surfaces (3 dimensions)Gnuplot is a portable command-line driven interactive data and function plotting utility. It was originally intended as to allow scientists and students to visualize mathematical functions and data. It does this job pretty well, but has grown to support many non-interactive uses, including web scripting and integration as a plotting engine for third-party applications like Octave. Gnuplot has been supported and under development since 1986 and this new version adds new features, changes and fixes. Particularly noteworthy features include:

  • Smoother graphics based on the pango, cairo, and wxWidgets libraries. New drivers: pngcairo pdfcairo wxt;
  • Client-side interactive display using the HTML 5 "canvas" element;
  • Better internationalization, support for UTF-8 character encoding;
  • Support for transparency and alpha-channel image generation and handling.
  • PNG images can be read in and manipulated as plot elements:
  • New plot styles: circles rgbalpha.
  • Document "linetype <n>" option of linecolor and textcolor;
  • ...and so on!
A longer list of changes since the previous release is given in the NEWS file and full information is given in the ChangeLog file.
 
More Articles...
  • Alibava - Version 0.1.6-3 has been released
  • FEL - Fedora Electronic Lab 12 is out!
  • PCB - Released snapshot 20091103
  • KTechLab - Version 0.3.7 has been released
<< Start < Prev 31 32 33 34 35 36 37 38 39 Next > End >>

Page 32 of 39

Font Size Changer

GNU/Linux distributions

  • Fedora Electronic Lab
  • Physics
  • RTAI Knoppix 1.2
  • Scientific Linux
  • Slack RTAI
  • XtreemOS

Feed

  • LinuxDevices.com
  • LinuxToday.com
  • Linux-Watch.com
  • LWN.net
  • LXer.com

Polls

My connection is
 

Who's Online

We have 3 guests online
Powered by ElettroLinux. Copyright (c) 2007-2010 ElettroLinux. Based on template by SitegroundSiteground. Hosted on Host InventHost Invent. Many thanks to LezioniOnLineLezioniOnLine.

valid xhtmlvalid xhtml valid cssvalid css