Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dpgen_sfft(3) [debian man page]

DPGEN_SFFT(3)						  Alliance - genlib User's Manual					     DPGEN_SFFT(3)

NAME
DPGEN_SFFT - Static Flip-Flop with Scan-Path Macro-Generator SYNOPSIS
#include <genlib.h> void GENLIB_MACRO (DPGEN_SFFT, char *modelname, long flags, long N); DESCRIPTION
Generate a N bits static flip-flop with scan-path named modelname. The two latches of this flip-flop are i.e. each one is made of two interters looped togethers. How it works : o scan when set to '1' enables the scan-path mode. Note that in scan-path mode, the wen signal is not effective. o scin : the input of the scan-path. This terminal is different from i0[0]. The scout is q[N-1] (in the following example this is q[31]). o wen when set to '1' enables the writing of the flip-flop. TERMINAL NAMES 1. scan : scan-path mode (input, 1 bit). 2. scin : scan path in (input, 1 bit). 3. wen : write enable (input, 1 bit). 4. ck : clock signal (input, 1 bit). 5. i0 : data input (N bits). 6. q : output (N bits). 7. vdd : power. 8. vss : ground. EXAMPLE
GENLIB_MACRO(DPGEN_SFFT, "model_sfft_32" , F_BEHAV|F_PLACE , 32 ); GENLIB_LOINS( "model_sfft_32" , "instance1_sfft_32" , "scan" , "scin" , "wen" , "ck" , "i0[31:0]" , "q[31:0]" /* a[31] is "scout". */ , "vdd", "vss", NULL ); SEE ALSO
GENLIB_MACRO(3), genlib(1) ASIM
/LIP6 30 July 2004 DPGEN_SFFT(3)

Check Out this Related Man Page

DPGEN_ROM4(3)						  Alliance - genlib User's Manual					     DPGEN_ROM4(3)

NAME
DPGEN_ROM4 - 4 words ROM Macro-Generator SYNOPSIS
#include <genlib.h> void GENLIB_MACRO (DPGEN_ROM4, char *modelname, long flags, long N, char *constVal0, char *constVal1, char *constVal2, char *constVal3); DESCRIPTION
Generate a N bits 2 words optimized ROM named modelname. TERMINAL NAMES 1. sel1 : upper bit of the address (input, 1 bits). 2. sel0 : lower bit of the address (input, 1 bits). 3. q : the selected word (output, N bit). 4. vdd : power. 5. vss : ground. BEHAVIOR q <= WITH sel1 & sel0 SELECT contsVal0 WHEN B"00", contsVal1 WHEN B"01", contsVal2 WHEN B"10", constVal3 WHEN B"11"; EXAMPLE
GENLIB_MACRO(DPGEN_ROM4, "model_rom4_set1_16" , F_BEHAV|F_PLACE , 4 , "0xFF00" /* A string! */ , "0xCCCC" /* A string! */ , "0xF0F0" /* A string! */ , "0xAAAA" /* A string! */ ); GENLIB_LOINS( "model_rom4_set1_16" , "instance1_rom4_set1_16" , "sel1" , "sel0" , "q[31:0]" , "vdd", "vss", NULL ); SEE ALSO
GENLIB_MACRO(3), genlib(1) ASIM
/LIP6 30 July 2004 DPGEN_ROM4(3)
Man Page

14 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Filtering Data

Hi All, I have the below input and expected ouput. I need a code which can scan through this input file and if the number in column1 is more than 1 , it will print out the whole line, else it will output "No Re-occurrence". Can anybody help ? Input: 1 vvvvv 20 7 7 23 0 64 6 zzzzzz 11 5... (7 Replies)
Discussion started by: Raynon
7 Replies

2. AIX

DLPAR Error

Hello, This is the foll error wen i try doin DLPAR from my VIO after adding the virtual adpaters on my clients: HSCL294C DLPAR ADD Virtual I/O resources failed: com.ibm.hsc.common.exceptions.PIHscClientException: HSCL294C DLPAR ADD Virtual I/O... (0 Replies)
Discussion started by: lildudesaif
0 Replies

3. UNIX and Linux Applications

stopclock coding in javascript.

i have got a problem in this coding.i have got start/pause in the same button.wen i open that page the stopclock runs automatically.wen i click pause it get paused in the frontend textbox bt running in the backend.wen i again click that start itz starting from the time without considering that... (2 Replies)
Discussion started by: VIJI
2 Replies

4. What is on Your Mind?

Digital TV Rocks!

I will move sometime over the next few months and I cancelled my cable tv service a few weeks ago. I got some rabbit ears, but I really could only pick up a few channels and they were snowy. But I went to US government digital TV website and honestly said that my only source of tv signals was an... (1 Reply)
Discussion started by: Perderabo
1 Replies

5. Shell Programming and Scripting

Error-- : " bad string"

Hi All, wen i am running a script . its giveing the below error and hanging there Bad string ******************* Please enter the following details one by one --------------------------------------------- ... (6 Replies)
Discussion started by: manoj_dahiya22
6 Replies

6. Shell Programming and Scripting

How to insert a character in line in Special condition?

Hi, I have a log file generated by a tool which has the following look : /tmp/releases/directory/datefilename1_release_date.zip /tmp/releases/directory/datefilename2_release_date.zip /tmp/releases/directory/datefilename3_release_date.zip... (8 Replies)
Discussion started by: bhaskar_m
8 Replies

7. Shell Programming and Scripting

Match Pattern from file and Detele Matched as well as next 14lines

Hi all, Have a urgent query..... I know to accept a string and search for that in a file and delete based on string.. But now i need to take input from a file, match file 1 and File 2 wen contents in file 1 are found in file 2 delete tht line and next 14 lines.. Example: File1: 111... (6 Replies)
Discussion started by: shaliniyadav
6 Replies

8. Solaris

Server Down

Hi Guys Im a newbie.This may be a simple question but plz do answer for this..i kno some steps to perform wen a server is down.i request someone to give me all the steps to be performed wen a sun server is completely down...I need to perform the steps and recover..pls guide me. (4 Replies)
Discussion started by: madanmeer
4 Replies

9. AIX

AIX Scan Rate threshold

Hi Guys, The management is being frisky about scan rate in the range of a few thousands ( 4 digit scan rates occasionally). After much research ive concluded that its ok to have high scan rates , unless it leads to swapping/ it falls above 1:4 ratio with free rate (fr:sr) My question is:... (2 Replies)
Discussion started by: muzahed
2 Replies

10. UNIX for Dummies Questions & Answers

egrep getting numbers only

Hello, I am kind of a noob with unix, so i'd like some help. I am trying to get some ip address with an nmap scan and then put from the result of the scan only the ip numbers this is an example Starting Nmap 5.21 ( Nmap - Free Security Scanner For Network Exploration & Security Audits )... (3 Replies)
Discussion started by: AscaL
3 Replies

11. Solaris

Solaris- How to scan newly attached NIC's

Hi folks, How can I scan newly attached network interfaces to server without reboot? Is there any command or something to scan without reboot. Thanks (5 Replies)
Discussion started by: snchaudhari2
5 Replies

12. UNIX for Dummies Questions & Answers

best way to scan?

i want to scan all open and closed ports on a server. how can i do this. i intend on using nmap, but if there are better ways to do it, please let me know. i understand there are a total of 6335 allowable ports on a server. so out of that 6335, i want to know which is open or closed. id... (1 Reply)
Discussion started by: SkySmart
1 Replies

13. Google Chrome OS

How to scan Chromebook?

How to scan a Chromebook. I just want to scan a chromebook like other OS and show the device details in our asset management tool. While googling, we can open command prompt in chromebook as like of linux. I hope it is an unix based OS, so there might be some option to scan the machine as... (2 Replies)
Discussion started by: prasankn
2 Replies

14. What is on Your Mind?

The AMIGA, great or flop. Your memories...

Hi everybody... Anyone who sees posts from me see the word AMIGA on my machines' terminal prompts. AMINET is the oldest Internet SW repository and currently holds 82,800+ freely available SW packages. About Aminet - AminetWiki I am a member of LAG, (Linclonshire Amiga Group), in the... (5 Replies)
Discussion started by: wisecracker
5 Replies