work

Innovus 'syntax error'. but works in Genus


Hi everyone,

I'm new to using Innovus and I'm encountering an issue while trying to perform the "init_design" command. My goal is to perform the place and route. Here are the commands I'm using:

``
set init_verilog ./test.v
set init_top_cell TEST
set init_pwr_net {VDD VDD_2 VDD_3}
set init_gnd_net {VSS VSSA}
set init_lef_file { /home/laumecha/uw_openroad_free45/pdk/Drexel-ECEC575/Encounter/NangateOpenCellLibrary/Back_End/lef/NangateOpenCellLibrary.lef}
set init_mmmc_file {./viewDefinition.tcl}
init_design
```

However, I receive the following error:

```
#% Begin Load netlist data ... (date=06/04 12:07:50, mem=1478.7M)
*** Begin netlist parsing (mem=1439.0M) ***
Created 0 new cells from 0 timing libraries.
Reading netlist ...
Backslashed names will retain backslash and a trailing blank character.
**ERROR: (IMPVL-209):   In Verilog file './test.v', check line 16 near the text # for the issue: 'syntax error'.  Update the text accordingly.
Type 'man IMPVL-209' for more detail.
Verilog file './test.v' has errors!  See above.

*** Memory Usage v#1 (Current mem = 1439.027M, initial mem = 634.098M) ***
#% End Load netlist data ... (date=06/04 12:07:50, total cpu=0:00:00.0, real=0:00:00.0, peak res=1478.7M, current mem=1478.7M)
**ERROR: (IMPVL-902):   Failed to read netlist ./test.v. See previous error messages for details.  Resolve the issues and reload the design.
```

However, the file works perfectly in Genus.


It seems there is a syntax error in my Verilog file at line 16, but I'm not sure how to resolve it. Any guidance or suggestions would be greatly appreciated.

Thanks in advance!




work

Knowledge Booster Training Bytes - Working with Data Sets in Microwave Office

Data sets are a powerful and easy-to-use feature in Microwave Office. Data can be effortlessly be swapped in graphs, and circuit schematics.(read more)




work

Merge several worklibs

Hi,

I find there is a similar question 10 years ago and the answer is out of date, so I come to ask again.

I have compiled 2 different blocks in 2 different paths, using basic xrun -f xxxx.f, generated 2 xcelium.d folder.

Then I have to compile another block based on these 2, how can I link these 2 generated libraries while compiling the 3rd one?

Thanks




work

Cadence in Collaboration with Arm Ensures the Software Just Works

The increase in compute and data-intensive applications and the need for lower power consumption have resulted in a rapidly growing number of Arm-based devices in various market segments; this requires fast time to market (TTM) and support for off-t...(read more)




work

TSN-PTP: A Real-Time Network Clock Synchronizing Protocol

In a network containing multiple nodes, the need for synchronization between the various nodes is not just instrumental but also a complicated and highly complex process. This process becomes even more tricky if we synchronize the clocks between the Manager and the Peripheral. As we know, in a real-time network, some of the nodes would behave like Managers while some would be a Peripheral. If we must make the communication process smooth, then the local clocks of these nodes must be synchronized. 

The problem with this synchronization is that we have the clock running in the Manager as well. If we send the value of the Manager clock to the Peripheral, the synchronization doesn’t happen as we have a propagation delay of the messages, along with the propagation delay of the electronic circuits of Manager and the Peripheral.  

The cherry on the cake is that these electronic circuit propagation delays are not random and remain constant, so we can add a time offset to it to match the clock. To tackle this challenge, IEEE has come up with a protocol named “Precision Timing Protocol.” 

 

Operation of PTP: 

To synchronize the clocks, a Sync message is sent by the Manager to the Peripheral, which then timestamps the receiving time of the same. Following this, a ‘Follow up’ message is issued by the Manager stating the timestamp at which the Sync message was sent. 

The Peripheral then finds the difference between the two values and adds this to its current time. After this, the time difference between the Manager and the Peripheral narrows down to only the propagation delay of the messages.  

To overcome this, the Peripheral issues a ‘Delay Request’ to the Manager, and the Manager, in turn, issues a ‘Delay Response.’ Both these messages have the timestamp of when they were issued. The time at which they are received is then noted. Since two messages are sent, one from the Peripheral and the other from the Manager, there are two propagation delays. Then half of this value is our propagation delay. 

The Peripheral then adds this propagation delay to its clock, and hence the clock gets synchronized. 

Advantages of PTP: 

  1. It provides accurate time stamping. 
  2. It is a well-known clock synchronization protocol. 
  3. It provides intensified security inside the premises. 
  4. It provides the possibility of setting coordinated actions and synchronized communication. 

There are various versions of PTP that have been developed over time, namely PTPv1, PTPv2, PTPv2_1, and the latest PTP-AS. 

Cadence Verification IP for Ethernetis available to support the newer version of PTP, allowing simulation of the device for efficient IP, SoC, and system-level design verification. Semiconductor companies can start using it to fully verify their controller design and achieve functional verification closure on it within no time. 




work

IC Packagers: Workflows That Work for You

New IC packaging workflows in Cadence Allegro X layout tools allow you to follow a guided path from starting a design through final manufacturing. The path is there to ensure that you don’t miss steps and perform actions in the optimal order. W...(read more)




work

BoardSurfers: Optimizing Designs with PCB Editor-Topology Workbench Flow

When it comes to system integration, PCB designers need to collaborate with the signal analysis or integrity team to run pre-route or post-route analysis and modify constraints, floorplan, or topology based on the results. Allegro PCB Edito...(read more)




work

Matlab cannot open Pspice, to prompt orCEFSimpleUI.exe that it has stopped working!

Cadence_SPB_17.4-2019 + Matlab R2019a

请参考本文档中的步骤进行操作

1,打开BJT_AMP.opj

2,设置Matlab路径

3,打开BJT_AMP_SLPS.slx

4,打开后,设置PSpiceBlock,出现或CEFSimpleUI.exe停止工作

5,添加模块

6,相同

7,打开pspsim.slx

8,相同

9,打开C: Cadence Cadence_SPB_17.4-2019 tools bin

orCEFSimpleUI.exe和orCEFSimple.exe

 

10,相同

我想问一下如何解决,非常感谢!




work

How to transfer trained an artificial neural network to Verilog-A

Hi all, I've trained a device model with the approach of an artificial neural network, and it shows well fit. 

May I know how to transfer the trained model to Verilog-A, so that, we can use this model to do circuit simulation?

And I've searched for some lectures that provide the Verilog-A code in the appendix, but I'm freshman in the field of Verilog-A, 

could anyone tell me each statement? such as

real hlayer-w[0:(NI*NNHL)-1   




work

VAR("") does not work within some expressions

Hi,

My Virtuoso and Spectre Version: ICADVM20.1-64b.NYISR30.2

I have an expression where the EvalType is "sweeps". Here is the expression (I also attached the snapshot):

(peakToPeak(leafValue(swapSweep(delay(?wf1 clip((VT("/clk0") - VT("/clk180")) (VAR("mt_stop") - (4.0 / VAR("datarate"))) VAR("mt_stop")) ?value1 0 ?edge1 "rising" ?nth1 1 ?td1 0 ?tol1 nil ?wf2 clip((VT("/tx_padp") - VT("/tx_padn")) (VAR("mt_stop") - (4.0 / VAR("datarate"))) VAR("mt_stop")) ?value2 0 ?edge2 "rising" ?nth2 1 ?tol2 nil ?td2 nil ?stop nil ?multiple nil) "VDD_FIXED_NOISE") "VREGLN_cmode" 0.85 "VREGDRV_novn" 0.4 "datarate" 1.658e+10) ?overall t) / 10.0)

What this expression does is that it compares the delay between the output data with respect to a reference clock. I then get this information for two conditions (VDD_FIXED_NOISE = 0 or 10mV) to get the effect of the supply-induced jitter. In the expression, I need to give the value of each parameter in different modes to distinguish them from each other. Now I want to sweep the base supply values and see the supply variation effects. For example, I want to change VREGLN_cmode from 0.85 to 0.81 and see how my supply-induced jitter changes. For that, the hard way is to copy the expression and change that value accordingly (e.g. "VREGLN_cmode" 0.81). I'm looking for an easier way to use a variable in the expression. Something like VAR("VREGLN_Sweep"). But I see it doesn't work in my expression and it gives an eVal error. I tested this before in other expressions (not sweep type) and it always worked. I have only one test and these variables are all Design Variables and not Global variables.
I want to know what mistake am I doing here and is there a way to make this work. Sorry that if I could not explain better my inquiry. Thank you.








work

Virtuosity: Synergize with CLE - Work Concurrently Across Geographies

Concurrent Layout Editing enables more than one designer to work in a hierarchy at the same time. Check out this blog to know more. (read more)




work

Test point creation workflow recommendations?

I am trying to figure out the most efficient workflow for adding test points. My use case involves adding ~100 or so SMT pads at the bottom for bed-of-nails ICT test that are required to be on a test point grid. A lot of the nets are on the top or from inner layers and so have to be brought to the bottom using stubs. I'm used to Xpediiton workflow of being able to set a test point padstack, set a test point grid, and then select a net, add the test point to the bottom layer on the grid with that net attached and then route the stub with gridless routing.

In Orcad, it seems I need to route the stub, switch layer pairs to be both bottom once I bring the stub to the bottom and then change the grid to be the test point grid and then add the test point on the grid. It requires a lot of clicks, very mistake prone requiring lots of oops and very slow for 100+ test points to be brought out at the bottom. 

I'm sure there is a better way that is used by folks with a lot of Orcad experience. Any suggestions?




work

How to store the workspace designs and projects in local directory

Dear Community,

In OrCAD X Profession, the workspace feature enables the users to store the libraries (Schematic Symbol, Footprint and PSpice Models) and Designs (Schematic and PCB layout) in the cloud workspace.

But storing these libraries and design are stored in servers in the USA, Europe, Asia and Japan Servers.

I don't want to store my designs in any of these servers instead I want to create the workspace in my local PC and store all my libraries and designs in the local workspace.

Is this possible, if possible then can anyone provide the steps/procedure or videos of how to do it?

Regards,

Rohit Rohan




work

Kazakhstan works to shake free from the ‘Dutch disease’

Kazakhstan is about to unveil a plan that aims to diversify its exports by fostering industrial development and to make the country a base for export-oriented manufacturers connected to global value chains. Jacopo Dettoni reports. 




work

Ai-Da robot just sold an artwork for $1 million. Yes, it made history.

Ai-Da, the humanoid robot, sold the artwork "AI God" for a whopping $1.3 million at Sotheby's. Here's how it happened.




work

Visitor economy to benefit from temporary changes to the Work Bonus

Temporary changes to the Work Bonus offer an opportunity for the visitor economy to employ mature-aged workers and overcome labour shortfalls.



  • Latest from Austrade

work

Life experience sets tourism workforce up for success

Paronella Park credits its success to support from the local community and employees, particularly its older staff.




work

Work starts on New York’s first offshore wind project

South Fork Wind Farm is a 132 MW project to be located 19 miles southeast of Block Island, Rhode Island. The project is approved to install 12 or fewer wind turbines and will use Siemens-Gamesa’s 11 MW turbines. Kiewit Offshore Services will design and build the project’s substation.




work

Works or Grace? Part 3 (Galatians 3:10–14) (Galatians 3:10–14)

Check here each week to keep up with the latest from John MacArthur's pulpit at Grace Community Church.




work

How Christian Freedom Works (Galatians 5:13–16)

Check here each week to keep up with the latest from John MacArthur's pulpit at Grace Community Church.




work

Thinking Rightly About the Work of the Spirit (Galatians 5:16-26)

Check here each week to keep up with the latest from John MacArthur's pulpit at Grace Community Church.




work

The Work of the Word (Fiftieth Anniversary Celebration) (2 Timothy 3:16-4:5)

Check here each week to keep up with the latest from John MacArthur's pulpit at Grace Community Church.




work

The Work of His Hands (Jeff Williams) (Selected Scriptures)

Check here each week to keep up with the latest from John MacArthur's pulpit at Grace Community Church.




work

The Myth of Generational Guilt: Reparations and the Finished Work of Christ (Owen Strachan) (Selected Scriptures)

Check here each week to keep up with the latest from John MacArthur's pulpit at Grace Community Church.




work

Divine Design for the Workplace (Ephesians 6:5-9)

Check here each week to keep up with the latest from John MacArthur's pulpit at Grace Community Church.




work

A Vision of Christ’s Work in His Church (Revelation 1:9-20)

Check here each week to keep up with the latest from John MacArthur's pulpit at Grace Community Church.




work

Experts Weigh In on Pacific Islands Regional Rift at EWC Virtual Workshop

Experts Weigh In on Pacific Islands Regional Rift at EWC Virtual Workshop Experts Weigh In on Pacific Islands Regional Rift at EWC Virtual Workshop

palmaj

Web Article

Recent online articles and analysis that have been published on the East-West Center website.

Explore

Web Article

Recent online articles and analysis that have been published on the East-West Center website.

Explore




work

NCAA stops pilots from working for multiple airlines

The Nigeria Civil Aviation Authority has warned flight crew members, especially pilots against working for multiple airlines concurrently with their approved privileges simulators and proficiency checks endorsed on their licence. The authority stated that such action posed a serious threat to safety and would be treated as a serious violation of the NCAA Regulations. This


Read More



  • Business & Economy

work

Better Work Opportunities for Older Adults Would Benefit the South Korean Economy

Better Work Opportunities for Older Adults Would Benefit the South Korean Economy Better Work Opportunities for Older Adults Would Benefit the South Korean Economy
Anonymous (not verified) Tue, 05/26/2020 - 10:08

East-West Wire

Tagline
News, Commentary, and Analysis
East-West Wire

The East-West Wire is a news, commentary, and analysis service provided by the East-West Center in Honolulu. Any part or all of the Wire content may be used by media with attribution to the East-West Center or the person quoted. To receive East-West Center Wire media releases via email, subscribe here.

For links to all East-West Center media programs, fellowships and services, see www.eastwestcenter.org/journalists.

Explore

East-West Wire

Tagline
News, Commentary, and Analysis
East-West Wire

The East-West Wire is a news, commentary, and analysis service provided by the East-West Center in Honolulu. Any part or all of the Wire content may be used by media with attribution to the East-West Center or the person quoted. To receive East-West Center Wire media releases via email, subscribe here.

For links to all East-West Center media programs, fellowships and services, see www.eastwestcenter.org/journalists.

Explore




work

Another Possible Cost of COVID-19: Returning Workers May Lead to Deforestation in Nepal

Another Possible Cost of COVID-19: Returning Workers May Lead to Deforestation in Nepal Another Possible Cost of COVID-19: Returning Workers May Lead to Deforestation in Nepal
Anonymous (not verified) Fri, 08/28/2020 - 09:40

East-West Wire

Tagline
News, Commentary, and Analysis
East-West Wire

The East-West Wire is a news, commentary, and analysis service provided by the East-West Center in Honolulu. Any part or all of the Wire content may be used by media with attribution to the East-West Center or the person quoted. To receive East-West Center Wire media releases via email, subscribe here.

For links to all East-West Center media programs, fellowships and services, see www.eastwestcenter.org/journalists.

Explore

East-West Wire

Tagline
News, Commentary, and Analysis
East-West Wire

The East-West Wire is a news, commentary, and analysis service provided by the East-West Center in Honolulu. Any part or all of the Wire content may be used by media with attribution to the East-West Center or the person quoted. To receive East-West Center Wire media releases via email, subscribe here.

For links to all East-West Center media programs, fellowships and services, see www.eastwestcenter.org/journalists.

Explore




work

Parliament’s lowest-paid workers to receive 100 percent salary increase over three years




work

US 'looks forward to working with' Haiti’s new president

The United States recognized businessman Alix Didier Fils-Aime as the newly appointed prime minister of Haiti, a State Department spokesman said in a statement Tuesday.   Matthew Miller said the U.S. “looks forward to working with” Fils-Aime and the Transitional Presidential Council “to advance progress against urgent priorities in the coming months.”  Fils-Aime, the former chairman of the board of Haiti’s Chamber of Commerce and Industry, was sworn in Monday, replacing Garry Conille, who served as the country’s prime minister for only six months.    Conille is a doctor who previously ran UNICEF’s Latin American regional office. The TPC and Conille had been at odds. Several organizations recently tried to mediate the disagreements, according to the Miami Herald.  The transitional council was created in April to choose the Caribbean country’s prime minister and Cabinet, paving the way to the restoration of the democratic process to the gang violence-plagued country.   Democratic elections have not been held in Haiti since the assassination of President Jovenel Moise in 2021.    “The United States welcomes the commitment of the TPC and the new prime minister to release a joint action plan that outlines their vision to improve security and governance, and to set a path toward free and fair elections,” Miller’s statement said.  “The United States views it as vital that they clearly delineate the roles and responsibilities of the TPC vis-à-vis the prime minister and include measures to hold one another accountable as appropriate while preventing further gridlock,” the spokesman said.  As Fils-Aime was being sworn in, gangs shot at a Spirit Airlines airplane as it was attempting to land at Toussaint L'Ouverture International Airport in Port-au-Prince, Haiti’s capital. The flight was diverted to the Dominican Republic, where it landed.    The U.S. Embassy in Haiti said in an alert Monday that it was “aware of gang-led efforts to block travel to and from Port-au-Prince which may include armed violence, and disruptions to roads, ports and airports.”    The alert also said the U.S. Embassy was “aware of a temporary pause in operations at the Toussaint L'Ouverture airport.”    In addition to the gang violence that has clung to Haiti, the country has never fully recovered from a devastating earthquake in 2010.   Some information for this report was provided by The Associated Press. 




work

2024 Cross-Border Reporting on Climate Change Workshop

2024 Cross-Border Reporting on Climate Change Workshop

grandyd




work

Relieved PAOCC spox slapped with slander for slapping BPO worker

A former employee of a Bataan-based business process outsourcing firm has filed a "slander by deed" case against Winston Casio, the relieved spokesperson of the Presidential Anti-Organized Crime Commission.




work

South African activist receives prestigious AU award for anti-GBV work




work

Mngxitama accuses SKG Africa of corruption in Public Works contracts




work

Submission in the Workplace, Part 2 B




work

Worker sues Casio over slapping incident

A business process outsourcing employee who was slapped by relieved Presidential Anti-Organized Crime Commission spokesman Winston John Casio during a raid on a suspected Philippine offshore gaming operator hub in Bagac, Bataan has filed criminal charges against the official.




work

Isolated in Greek Camps, Migrants Find Work

The UN High Commission for Refugees estimates that nearly 50,000 migrants are in Greece, awaiting asylum interviews in which they will make their cases for staying in Europe. While many migrants remain without jobs, some have found work in camps, or have even started their own businesses.




work

Qatar Says Worker Deaths for World Cup 'Between 400 and 500' 

DOHA, Qatar — A top Qatari official involved in the country's World Cup organization has put the number of worker deaths for the tournament "between 400 and 500" for the first time, a drastically higher number than any other previously offered by Doha. The comment by Hassan al-Thawadi, the secretary-general of Qatar's Supreme Committee for Delivery and Legacy, appeared to come off the cuff during an interview with British journalist Piers Morgan. It also threatened to reinvigorate criticism by human rights groups over the toll of hosting the Middle East's first World Cup for the migrant labor that built over $200 billion worth of stadiums, metro lines and new infrastructure needed for the tournament. The Supreme Committee and Qatar's government did not immediately respond to a request for comment Tuesday. In the interview, portions of which Morgan posted online, the British journalist asks al-Thawadi: "What is the honest, realistic total do you think of migrant workers who died from — as a result of work they're doing for the World Cup in totality?" "The estimate is around 400, between 400 and 500," al-Thawadi responds. "I don't have the exact number. That's something that's been discussed." But that figure hasn't been discussed publicly by Qatari officials previously. Reports from the Supreme Committee dating from 2014 through the end of 2021 only include the number of deaths of workers involved in building and refurbishing the stadiums now hosting the World Cup. Those released figures put the total number of deaths at 40. They include 37 from what the Qataris describe as nonwork incidents such as heart attacks and three from workplace incidents. One report also separately lists a worker death from the coronavirus amid the pandemic. Al-Thawadi pointed to those figures when discussing work just on stadiums in the interview, right before offering the "between 400 to 500" death toll for all the infrastructure for the tournament. Since FIFA awarded the tournament to Qatar in 2010, the country has taken some steps to overhaul the country's employment practices. That includes eliminating its so-called kafala employment system, which tied workers to their employers, who had say over whether they could leave their jobs or even the country. Qatar also has adopted a minimum monthly wage of 1,000 Qatari riyals ($275) for workers and required food and housing allowances for employees not receiving those benefits directly from their employers. It also has updated its worker safety rules to prevent deaths. "One death is a death too many. Plain and simple," al-Thawadi adds in the interview. Activists have called on Doha to do more, particularly when it comes to ensuring workers receive their salaries on time and are protected from abusive employers. Al-Thawadi's comment also renews questions on the veracity of both government and private business reporting on worker injuries and deaths across the Gulf Arab states, whose skyscrapers have been built by laborers from South Asia nations like India, Pakistan and Sri Lanka. Mustafa Qadri, the executive director of Equidem Research, a labor consultancy that has published reports on the toll of the construction on migrant laborers, said he was surprised by al-Thawadi's remark. "For him now to come and say there is hundreds, it's shocking," he told The Associated Press. "They have no idea what's going on."  




work

Africa: Aid Workers Are Increasingly Seen As Fair Game in Violent Conflicts

[ISS] In Gaza and several African countries, protection failures see local aid workers bearing the brunt of this alarming trend.




work

Kenya: Why President Ruto's Plan to Loan Money to Entrepreneurs Hasn't Worked

[The Conversation Africa] It's two years since Kenyan president William Ruto, in what seemed like a political gamble, rolled out a government-run microcredit scheme popularised as the Hustler Fund. Worth 50 billion shillings (US$409 million) a year over a five-year period, the low-interest loans were touted as the "magic formula" to start or grow micro, small and medium businesses. Now the fund faces an uncertain future owing to a high default rate. Eric Magale, who studies the complex relationship between finance, livelihoods and





work

Satellite images show China working on nuclear reactor for new warship

Satellite images show China working on nuclear reactor for new warship




work

German auto and engineering workers to get 5.5% wage rise after union negotiations

German auto and engineering workers to get 5.5% wage rise after union negotiations




work

Special Revelation and the Work of the Spirit

"God told me." "The Holy Spirit laid it on my heart." "The Spirit is compelling me." Those phrases and others like them are frequently thrown around the church today without giving many people pause. In fact, it seems the Holy Spirit’s primary role is laying burdens on believers and compelling them to deliver specific, timely messages to the church.

READ MORE




work

‘We Continue Working to Make Sure Afghan Girls and Women Are Heard and Not Forgotten’

  CIVICUS discusses Afghanistan’s system of gender apartheid with Shaharzad Akbar, Executive Director of Rawadari, a human rights organisation founded by Afghans in exile. Since regaining power in August 2021, the Taliban have banned women from all education beyond primary school and most jobs. They don’t allow women to travel without a male guardian or […]




work

Afghanistan Analysts Network (AAN)




work

Timothée Chalamet's 'Wonka' sequel is in works

Wonka is based on Roald Dahl’s book 'Charlie and the Chocolate Factory'Timothée Chalamet starrer, Wonka, which turned out to be a commercial success in 2023, will now be getting a sequel.Director Paul King confirmed the new entry of the family-musical in an interview, where he also...




work

COP29: Making Space Applications Work for Women in Agriculture

When the first woman in space, Valentina Tereshkova, orbited the Earth in 1963, there were only three active Earth observation satellites. Today, the number is 114 times greater. With more and better satellites, the impacts of advances in the space sector are particularly evident in agriculture, where space data improves insights into the individual components […]