for error in output waveform By feedproxy.google.com Published On :: Fri, 01 Jul 2011 03:08:55 GMT hi,i am doing a project on synchronous fifo design using verilog. below written is my coding. after simulation the waveform is showing error regarding its not giving value of rdata_valid and is showing a red line in waveform and due to it address is also not being taken.i have attached the waveform also. the logic for write logic is also not accepting the address(no change occurs while changing value of read_ptr). i have attached my file with it so plz refer to it.plz help me out in this. your guidance and solns will help me in completing my project work.thank youlov sareen Full Article
for Specman Mode for Emacs By feedproxy.google.com Published On :: Tue, 11 Feb 2014 13:16:39 GMT Attached is the latest emacs mode for e/Specman - version 1.23 Please follow the install instructions in the top section of the actual file (after unzipping it) to install/load this package with your emacs. Full Article
for help for $sscanf By feedproxy.google.com Published On :: Fri, 22 Apr 2016 04:03:22 GMT Can anyone tell me how i can supress few strings or integers while reading with $sscanf. I read a line from a file into a string. there are few strings and integers seperated by white spaces in the line. I am interested in one string which comes at postion 5 in the line. how can i suppress all other strings and integers with $scanf. i tried the following syntax but it dint work. $sscanf(line,"* * * * %s",string_arg); i am tring to supress first 4 integers/strings in the line. Full Article
for Creating cover items for sparse values/queue or define in specman By feedproxy.google.com Published On :: Fri, 12 Jul 2019 17:51:31 GMT Hello, I have a question I want to create a cover that consists a sparse values, pre-computed (a list or define) for example l = {1; 4; 7; 9; 2048; 700} I'd like to cover that data a (uint(bits:16)) had those values, Any suggestion on how to achieve this, I'd prefer to stay away from macros, and avoid to write a lot of code struct inst { data :uint(bits:16); opcode :uint(bits:16); !valid_data : list of uint(bits:16) = {0; 12; 10; 700; 890; 293;}; event data_e; event opcode_e; cover data_e is { item data using radix = HEX, ranges = { //I dont want to write all of this range([0], "My range1"); range([10], "My range2"); //... many values in between range([700], "My rangen"); }; item opcode; cross data, opcode; }; post_generate() is also { emit data_e; };}; Full Article
for Regarding Save/Restore Settings for Transient Simulation By feedproxy.google.com Published On :: Tue, 28 Apr 2020 16:20:14 GMT Hello, I am running a transient simulation on my circuit and usually my simulation time took me more than a day (The circuit is quite big). I am usually saving specific nodes to decrease the simulation time. My problem is, since it usually took me one day to finish I need to save my trans simulation just in case something bad happens. I am aware that the transient simulation have the options for save/restore. But, when I tried to use it I have some problem. Whenever I restore the save file, it starts where it ends before (expected function) but my data is incomplete. It doesn't save the previous data. Its kind of my data is incomplete. What I did is set the saveperiod and savefile. I hope someone can help me. Thank you! Regards, Kiel Full Article
for convert ircx to ict or emDataFile for Voltus-fi By feedproxy.google.com Published On :: Wed, 29 Apr 2020 09:40:07 GMT Hi, I want to convert ircx file(which from TSMC) to ict or emDataFile for Voltus-fi. I tried many way, but I can not make it. and I do not installed QRC. below is some tools installed my server. IC617-64b.500.21 is used. Full Article
for Help!!, Spectre error: Illegal library definition found in netlist for TSMC 180nm By feedproxy.google.com Published On :: Mon, 04 May 2020 08:11:12 GMT Dear All,When I want to start simulation with spectre the error says:Fatal error: Illegal library definition found in netlistI set the model file correctly, but I don't know why it errors!I opened the ADE>>Setup>>Model libraryand I tried to modify the path of models file (SCS files)It gives me "Illegal library definition found in netlist"Thanks. Full Article
for Delay Degradation vs Glitch Peak Criteria for Constraint Measurement in Cadence Liberate By feedproxy.google.com Published On :: Wed, 06 May 2020 11:41:27 GMT Hi, This question is related to the constraint measurement criteria used by the Liberate inside view. I am trying to characterize a specific D flip-flop for low voltage operation (0.6V) using Cadence Liberate (V16). When the "define_arcs" are not explicitly specified in the settings for the circuit (but the input/outputs are indeed correct in define_cell), the inside view seems to probe an internal node (i.e. master latch output) for constraint measurements instead of the Q output of the flip flop. So to force the tool to probe Q output I added following coder in constraint arcs : # constraint arcs from CK => D define_arc -type hold -vector {RRx} -related_pin CP -pin D -probe Q DFFXXX define_arc -type hold -vector {RFx} -related_pin CP -pin D -probe Q DFFXXX define_arc -type setup -vector {RRx} -related_pin CP -pin D -probe Q DFFXXX define_arc -type setup -vector {RFx} -related_pin CP -pin D -probe Q DFFXXX with -probe Q liberate identifies Q as the output, but uses Glitch-Peak criteria instead of delay degradation method. So what could be the exact reason for this unintended behavior ? In my external (spectre) spice simulation, the Flip-Flop works well and it does not show any issues in the output delay degradation when the input sweeps. Thanks Anuradha Full Article
for Verifying Power Intent in Analog and Mixed-Signal Designs Using Formal Methods By feedproxy.google.com Published On :: Thu, 21 Feb 2019 22:15:00 GMT Analog and Mixed-signal (AMS) designs are increasingly using active power management to minimize power consumption. Typical mixed-signal design uses several power domains and operate in a dozen or more power modes including multiple functional, standby and test modes. To save power, parts of design not active in a mode are shut down or may operate at reduced supply voltage when high performance is not required. These and other low power techniques are applied on both analog and digital parts of the design. Digital designers capture power intent in standard formats like Common Power Format (CPF), IEEE1801 (aka Unified Power Format or UPF) or Liberty and apply it top-down throughout design, verification and implementation flows. Analog parts are often designed bottom-up in schematic without upfront defined power intent. Verifying that low power intent is implemented correctly in mixed-signal design is very challenging. If not discovered early, errors like wrongly connected power nets, missing level shifters or isolations cells can cause costly rework or even silicon re-spin. Mixed-signal designers rely on simulation for functional verification. Although still necessary for electrical and performance verification, running simulation on so many power modes is not an effective verification method to discover low power errors. It would be nice to augment simulation with formal low power verification but a specification of power intent for analog/mixed-signal blocs is missing. So how do we obtain it? Can we “extract” it from already built analog circuit? Fortunately, yes we can, and we will describe an automated way to do so! Virtuoso Power Manager is new tool released in the Virtuoso IC6.1.8 platform which is capable of managing power intent in an Analog/MS design which is captured in Virtuoso Schematic Editor. In setup phase, the user identifies power and ground nets and registers special devices like level shifters and isolation cells. The user has the option to import power intent into IEEE1801 format, applicable for top level or any of the blocks in design. Virtuoso Power Manager uses this information to traverse the schematic and extract complete power intent for the entire design. In the final stage, Virtuoso Power Manager exports the power intent in IEEE1801 format as an input to the formal verification tool (Cadence Conformal-LP) for static verification of power intent. Cadence and Infineon have been collaborating on the requirements and validation of the Virtuoso Power Manager tool and Low Power verification solution on real designs. A summary of collaboration results were presented at the DVCon conference in Munich, in October of 2018. Please look for the paper in the conference proceedings for more details. Alternately, can view our Cadence webinar on Verifying Low-Power Intent in Mixed-Signal Design Using Formal Method for more information. Full Article AMS Virtuoso Schematic Editor Low Power virtuoso power manager Virtuoso-AMS mixed signal design mixed signal solution Virtuoso low-power design mixed signal mixed-signal verification
for CDS Bipin Rawan: Air Force રવિવારે કોરોના યોદ્ધાઓને સલામ કરવા Flypast કરશે By gujarati.news18.com Published On :: Friday, May 01, 2020 07:39 PM CDS Bipin Rawan: Air Force રવિવારે કોરોના યોદ્ધાઓને સલામ કરવા Flypast કરશે Full Article
for Apple's Bug Bounty Opens For Business, $1M Payout Included By packetstormsecurity.com Published On :: Sat, 21 Dec 2019 06:48:57 GMT Full Article headline phone flaw apple
for Security Flaws Force Linux Kernel Upgrade By packetstormsecurity.com Published On :: Mon, 05 Jan 2004 14:56:05 GMT Full Article linux flaw kernel
for Ubuntu Issues Security Patch For Kernel Flaw By packetstormsecurity.com Published On :: Tue, 26 Aug 2008 03:25:22 GMT Full Article linux flaw kernel patch
for Die-Hard Bug Bytes Linux Kernel For Second Time By packetstormsecurity.com Published On :: Wed, 15 Sep 2010 13:12:30 GMT Full Article linux kernel
for 'Kernel Memory Leaking' Intel Design Flaw Forces Linux, Windows Redesign By packetstormsecurity.com Published On :: Wed, 03 Jan 2018 04:34:20 GMT Full Article headline microsoft linux flaw kernel intel
for Dropbox Used As Command And Control For Taiwan Time Bomb By packetstormsecurity.com Published On :: Mon, 30 Jun 2014 14:55:13 GMT Full Article headline malware botnet taiwan
for Google Finds Malicious Sites Pushing iOS Exploits For Years By packetstormsecurity.com Published On :: Fri, 30 Aug 2019 14:34:02 GMT Full Article headline privacy malware phone flaw google spyware apple zero day
for Zero-Day Privilege Escalation Disclosed For Android By packetstormsecurity.com Published On :: Fri, 06 Sep 2019 14:45:45 GMT Full Article headline phone flaw google zero day
for How Google Changed The Secretive Market For The Most Dangerous Hacks In The World By packetstormsecurity.com Published On :: Mon, 23 Sep 2019 16:54:39 GMT Full Article headline hacker flaw google zero day
for vBulletin Zero Day KOs Comodo User Forums By packetstormsecurity.com Published On :: Wed, 02 Oct 2019 14:55:17 GMT Full Article headline hacker privacy data loss flaw password zero day
for Facebook Alleges Company Infiltrated Thousands For Ad Fraud By packetstormsecurity.com Published On :: Fri, 06 Dec 2019 16:13:45 GMT Full Article headline cybercrime fraud facebook social
for Encrypted Email Service ProtonMail Opens Door For Tor Users By packetstormsecurity.com Published On :: Thu, 19 Jan 2017 13:55:21 GMT Full Article headline government privacy email spyware cryptography switzerland
for Trafscrambler Anti-Sniffer For OS X By packetstormsecurity.com Published On :: Fri, 26 Jun 2009 17:47:47 GMT Trafscrambler is an anti-sniffer/IDS NKE (Network Kernel Extension) for Mac OS X. This initial release implements SYN-decoy, Pre/Post connections SYN, TCP reset, and zero window attacks. Author tested this on x86 OS X versions 10.5.6 and 10.5.7. It should work on PPC and older releases as well. Full Article
for Trafscrambler Anti-Sniffer For OS X By packetstormsecurity.com Published On :: Sat, 15 Aug 2009 20:37:41 GMT Trafscrambler is an anti-sniffer/IDS NKE (Network Kernel Extension) for Mac OS X. Author tested this on x86 OS X versions 10.5.6 and 10.5.7. It should work on PPC and older releases as well. Full Article
for Trafscrambler Anti-Sniffer For OS X By packetstormsecurity.com Published On :: Mon, 07 Sep 2009 15:48:16 GMT Trafscrambler is an anti-sniffer/IDS NKE (Network Kernel Extension) for Mac OS X. Author tested this on x86 OS X versions 10.5.6 and 10.5.7. It should work on PPC and older releases as well. Full Article
for Inout PPC Engine Cross Site Request Forgery By packetstormsecurity.com Published On :: Sun, 11 Mar 2012 15:22:22 GMT Inout PPC Engine suffers from a cross site request forgery vulnerability. Full Article
for Verisign, McAfee, And Symantec Sites Can Be Used For Phishing Due To XSS By packetstormsecurity.com Published On :: Mon, 09 Jun 2008 03:20:21 GMT Full Article verisign symantec phish mcafee xss
for macOS Kernel wait_for_namespace_event() Race Condition / Use-After-Free By packetstormsecurity.com Published On :: Wed, 18 Dec 2019 14:08:33 GMT In the macOS kernel, the XNU function wait_for_namespace_event() in bsd/vfs/vfs_syscalls.c releases a file descriptor for use by userspace but may then subsequently destroy that file descriptor using fp_free(), which unconditionally frees the fileproc and fileglob. This opens up a race window during which the process could manipulate those objects while they're being freed. Exploitation requires root privileges. Full Article
for Hammond Summoned To Testify Before Federal Grand Jury By packetstormsecurity.com Published On :: Tue, 03 Sep 2019 15:57:02 GMT Full Article headline hacker government usa data loss anonymous
for Hammond Held In Contempt For Refusing To Answer Questions By packetstormsecurity.com Published On :: Mon, 14 Oct 2019 14:29:52 GMT Full Article headline hacker government usa data loss anonymous military
for Nigerian Prince Swaps The Sweet Talk For Keyloggers And Exploits By packetstormsecurity.com Published On :: Wed, 22 Jul 2015 14:52:24 GMT Full Article headline fraud africa scam
for 3 Nigerians Get 235 Years For Online Scams By packetstormsecurity.com Published On :: Fri, 26 May 2017 13:19:22 GMT Full Article headline bank fraud africa scam
for RSA Roundup: Oracle's Database Firewall, Juniper, Fortinet By packetstormsecurity.com Published On :: Mon, 14 Feb 2011 22:08:06 GMT Full Article headline oracle juniper conference
for Monster Patch Day For Juniper Customers By packetstormsecurity.com Published On :: Thu, 13 Apr 2017 15:56:38 GMT Full Article headline flaw patch juniper
for BlackBerry Posts Patch For Enterprise Server Flaw By packetstormsecurity.com Published On :: Wed, 20 Feb 2013 15:30:18 GMT Full Article headline flaw patch blackberry
for Nvidia Patches Severe GeForce, GPU Vulnerabilities By packetstormsecurity.com Published On :: Fri, 08 Nov 2019 15:17:17 GMT Full Article headline flaw patch
for WordPress Pushes Free Default SSL For Hosted Sites By packetstormsecurity.com Published On :: Mon, 11 Apr 2016 16:25:41 GMT Full Article headline privacy wordpress cryptography
for WordPress Accounted For 90 Percent Of All Hacked CMS Sites In 2018 By packetstormsecurity.com Published On :: Tue, 05 Mar 2019 14:36:53 GMT Full Article headline hacker privacy data loss flaw wordpress
for News Windows Malware Can Also Brute Force WordPress By packetstormsecurity.com Published On :: Wed, 07 Aug 2019 15:21:05 GMT Full Article headline malware microsoft password wordpress
for Singapore Accounts For Half Of Netflix Government Takedown Demands By packetstormsecurity.com Published On :: Sun, 09 Feb 2020 16:25:30 GMT Full Article headline government singapore
for Amazon Granted Patent For Surveillance Drones Service By packetstormsecurity.com Published On :: Mon, 24 Jun 2019 16:43:41 GMT Full Article headline government privacy usa amazon spyware
for AWS S3 Server Leaks Data From Fortune 100 Companies: Ford, Netflix, TD Bank By packetstormsecurity.com Published On :: Fri, 28 Jun 2019 15:12:03 GMT Full Article headline privacy amazon data loss
for Over 750,000 Applications For US Birth Certificate Copies Exposed Online By packetstormsecurity.com Published On :: Tue, 10 Dec 2019 14:57:22 GMT Full Article headline government privacy usa amazon data loss
for Amazon Fires Four Employees For Abusing Ring Access By packetstormsecurity.com Published On :: Thu, 09 Jan 2020 14:57:13 GMT Full Article headline privacy amazon
for Satellite Weather Forecast: Cloudy WIth A Chance Of p0wnage By packetstormsecurity.com Published On :: Thu, 11 Sep 2014 21:22:16 GMT Full Article headline hacker space flaw
for Dassault Systèmes Named Key Supplier by Groupe PSA for its Digital Transformation By www.3ds.com Published On :: Thu, 27 Jun 2019 16:07:41 +0200 •Dassault Systèmes becomes the first and only software provider today to be recognized as Groupe PSA’s preferred digital partner •Dassault Systèmes and Groupe PSA engage in long-term strategy with the intent to further deploy the 3DEXPERIENCE platform •New level of partnership will enable Groupe PSA to improve efficiency and innovation in challenging marketplace Full Article Transportation & Mobility Customers
for Dassault Systèmes and the FDA Extend Collaboration to Inform Cardiovascular Device Review Process and Accelerate Access to New Treatments By www.3ds.com Published On :: Tue, 16 Jul 2019 12:24:36 +0200 •An in silico clinical trial is underway with the 3DEXPERIENCE platform to evaluate the Living Heart simulated 3D heart for transforming how new devices can be tested •Five-year extension of their collaborative research agreement aims to spur medical device innovation by enabling innovative, new product designs •Both Dassault Systèmes and the FDA recognize the transformative impact of modeling and simulation on public health and patient safety Full Article 3DEXPERIENCE Life Sciences Partners
for Dassault Aviation Advances its Next Generation Enterprise Platform: 3DEXPERIENCE for All Programs By www.3ds.com Published On :: Tue, 23 Jul 2019 16:16:13 +0200 •Dassault Aviation will rely on six Dassault Systèmes industry solution experiences to integrate business processes, improve performance and reduce costs •Deployment marks next step in Dassault Aviation’s digital transformation plan through a platform approach, launched in 2018 •Dassault Systèmes’ 3DEXPERIENCE platform will power artificial intelligence-based application for intelligent enterprise services Full Article 3DEXPERIENCE Aerospace & Defense Customers
for Dassault Systèmes and SATS Create World’s First Virtual Kitchen for In-Flight Catering Production By www.3ds.com Published On :: Tue, 23 Jul 2019 10:23:51 +0200 •Dassault Systèmes collaborated with SATS, Asia’s leading food solutions and gateway services provider, to boost operational efficiency, minimize food waste •Growth in airline passenger travel underscores need for sustainable excellence in aerospace industry-related commercial services •Digital twin experience with the 3DEXPERIENCE platform bridges the gap between the virtual and real for in-flight catering production Full Article 3DEXPERIENCE DELMIA Aerospace & Defense Customers
for Dassault Systèmes Announces Medidata Stockholder Approval for Planned Acquisition By www.3ds.com Published On :: Tue, 10 Sep 2019 16:23:45 +0200 VÉLIZY-VILLACOUBLAY, France and NEW YORK — August 19, 2019 – Dassault Systèmes SE (Dassault Systèmes) (Euronext Paris: #13065, DSY. PA) and Medidata Solutions, Inc. ("Medidata") (NASDAQ: MDSO) announced that Medidata stockholders have approved on August 16, 2019 the proposed acquisition of Medidata by Dassault Systèmes. At a special meeting of Medidata stockholders held on August 16, 2019, 78% of Medidata’s total outstanding common stock voted in favor of the proposed acquisition and... Full Article Investors