State Machine Compiler 5.0.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News State Machine Compiler 5.0.2 (Default branch)
# 1  
Old 01-14-2008
State Machine Compiler 5.0.2 (Default branch)

SMC takes a state machine stored in an .sm fileand generates the state pattern classes in twelve programming languages. Its featuresinclude default transitions, transition arguments,transition guards, push/pop transitions, andEntry/Exit actions. It requires Java SE 1.5 orbetter.License: Mozilla Public License (MPL)Changes:
Release 5.0.1 was missing files. This release corrects that oversight.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Vim function to generate RTL Code(finite state machine) in verilog

Hi I wanted to call the AutoFsm function (given below) in vim to generate a code something like: **********verilog code to generate ************* always @(posedge clk or negedge rst_n) begin if(!rst_n) begin state_r <= #1 next_stateascii_r; ... (0 Replies)
Discussion started by: dll_fpga
0 Replies

2. Programming

Bitwise operation for state machine

Hello All, I am writing basic state machine which maintains 8 different states and there is posibility that system may be in multiple states at a time (Except for state1 to state3. menas only once state can be active at a time from state1 to state3). I have declared... (9 Replies)
Discussion started by: anand.shah
9 Replies

3. Programming

How Can a Machine Reads a Compiler Since A Compiler is Written in Text! Not Binaries?

To make a programming language you need a compiler, so what was the first programming language and how was is created if you need the compiler first? The compiler itself is considered as a high language comparing to the machine! since the compiler is not created in 1's and 0's... Eventhough i... (12 Replies)
Discussion started by: f.ben.isaac
12 Replies
Login or Register to Ask a Question
TRANSITION-CHECK(1)                                                                                                            TRANSITION-CHECK(1)

NAME
transition-check - check a package list for involvement in transitions SYNOPSIS
transition-check --help|--version transition-check [-f|--filename=FILENAME] [source package list] DESCRIPTION
transition-check checks whether any of the listed source packages are involved in a transition for which uploads to unstable are currently blocked. If neither a filename nor a list of packages is supplied, transition-check will use the source package name from debian/control. OPTIONS
-f, --filename=filename Read a source package name from filename, which should be a Debian package control file or .changes file, and add that package to the list of packages to check. EXIT STATUS
The exit status indicates whether any of the packages examined were found to be involved in a transition. 0 Either --help or --version was used, or none of the packages examined was involved in a transition. 1 At least one package examined is involved in a current transition. LICENSE
This code is copyright by Adam D. Barratt <adam@adam-barratt.org.uk>, all rights reserved. This program comes with ABSOLUTELY NO WARRANTY. You are free to redistribute this code under the terms of the GNU General Public License, version 2 or later. AUTHOR
Adam D. Barratt <adam@adam-barratt.org.uk> Debian Utilities 2013-12-23 TRANSITION-CHECK(1)