Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fsm(1) [linux man page]

FSM101(1)						       ALLIANCE FSM LIBRARY							 FSM101(1)

NAME
fsm - Finite State Machine representation. ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr DESCRIPTION
fsm is a library that enables to represent finite state machine. Types : fsmin_list - inputs of a FSM. fsmout_list - outputs of a FSM. fsmport_list - ports of a FSM. fsmlocout_list - state output assign. fsmtrans_list - transition of a FSM. fsmstate_list - state of a FSM. fsmstack_list - stack of a FSM. fsmfig_list - FSM figure. Functions : libFsm101.a : BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 FSM101(1)

Check Out this Related Man Page

FSP(1)							     CAO-VLSI Reference Manual							    FSP(1)

NAME
fsp - Formal proof between two FSM descriptions ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr SYNOPSIS
fsp [-V] format1 format2 file1 file2 DESCRIPTION
Made to run on FSM descriptions, fsp supports the same subset of VHDL as syf (for further informations about this subset see SYF(1) and FSM(5)). fsp uses a Reduced Ordered Binary Decision Diagrams representation and computes the product of the two FSM descriptions. After this step, it explores the resulting FSM product and proves formally the equivalence between the two initial FSM descriptions. Those two descriptions must have the same interface (VHDL entity). ENVIRONMENT VARIABLES
MBK_WORK_LIB gives the path for the FSM descriptions. The default value is the current directory. MBK_CATA_LIB gives some auxiliary pathes for the FSM descriptions. The default value is the current directory. OPTIONS
-V Sets verbose mode on. Each step of the formal proof is displayed on the standard output. EXAMPLE
fsp fsm fsm digi digi2 SEE ALSO
syf (1), fmi (1), fsm (5), xfsm (1). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 FSP(1)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Adding MS 2000 FSMO Roles to Unix Bind

In a Windows 2000 active directory environment (using Unix DNS), is it possible to create entries in Unix Bind to point Microsoft Workstations to specific Microsoft servers, depending on their Microsoft FSMO roles (i.e. Domain Naming Master, PDC Emulator, RID, Infrastructure Master)? In other... (0 Replies)
Discussion started by: breffkin
0 Replies

2. Programming

Need help with FSMs...

hii.. I need to implement a pure virtual FSM program design which copies stdin to stdout, converting any C trigraphs found to their single character form (e.g. converting trigraph ??= to #) including those in the comments. implement a pure virtual FSM program design. See the class notes for more... (1 Reply)
Discussion started by: sharsin2001
1 Replies

3. Shell Programming and Scripting

how to check that nfsmounted filesystem on nfsclient is accessible or not

hello, on Linux machine,how can i check with any command or any trick that nfs mounted file system is actually accessible or not w/o creating any file in nfsmounted location.mount,df -t nfs etc commands will only show mount entries but in case of small storage which is nfs mounted ,how to know... (1 Reply)
Discussion started by: pankajd
1 Replies

4. UNIX for Advanced & Expert Users

mount -t cifs permission denied by mount -t smbfs works fine

I am having trouble mounting with cifs, but mounting the exact same command with smbfs works fine. The share is on another samba server and is set to full public guest access. # mount -t cifs //servername/sharename /mnt/temp -o password="" mount error 13 = Permission denied Refer to the... (3 Replies)
Discussion started by: humbletech99
3 Replies

5. AIX

CIFS Mount not mounting on my AIX server

Dear Experts, Im facing a unique situation. We got a windows server folder cifs mounted on my AIX server. Before restarting the win server I tried unmounting the cifs mount. It got hanged and win server was restarted however. Now Im trying to mount the same. It prompts for password... (3 Replies)
Discussion started by: jayadeava
3 Replies

6. Solaris

nfsmapid issue

Hi, we have Solaris zone servers configured with solaris 10. nfsmapid uses 1 GB memory. we have NFS filesystems available on this server. can anyone guide best practice to resolve this issue. I searched man page nfsmapid. nfsmapid caches a user's UID and GID. If a user subsequently ... (0 Replies)
Discussion started by: SunSolars_admin
0 Replies

7. AIX

I/O speed to CIFS mounted Windows Share

I have an AIX box that mounts a Windows share across subnets. When I try to copy a 100 MB file to it, it copies around 2 MB/s. If I copy to another Windows share on the same subnet it copies around 12 MB/s. All I have is gigabit networks so I would expect it to go well over 12 MB/s, which is the... (8 Replies)
Discussion started by: kah00na
8 Replies

8. UNIX for Beginners Questions & Answers

Help with cifs/smbfs mount on Solaris

I have a Linux server with a cifsmount, the entry in /etc/fstab looks like this: //windows_server_name/xyz /opt/xyz cifs credentials=/etc/creds/xyz.creds,uid=abc,gid=abc,noserverino,directio,_netdev 0 0 The username and password are stored in /etc/creds/xyz.creds This works fine.:wall: How... (1 Reply)
Discussion started by: Joke Holmer
1 Replies

9. AIX

Connect from AIX 5.x to windows Server 2000 Shared Folder

Hi, I followed this procedure in order to mount in AIX a shared folder in windows server 2000. https://www-304.ibm.com/support/docview.wss?uid=isg3T1012550 Ive tested the shared folder from other windows Server, and its fine. What Ive do in AIX is: Logon as root Under /Home/spss/ I... (2 Replies)
Discussion started by: trevian3969
2 Replies