Skip to content

Commit f8eb903

Browse files
Merge pull request #287947 from yousefi-msft/known-issues-20241007
Known issues: Cadence dependency and fix
2 parents 9d60a84 + a0c5d6c commit f8eb903

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

articles/modeling-simulation-workbench/troubleshoot-known-issues.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,26 @@ The Modeling and Simulation Workbench is a secure, cloud-based platform for coll
1717

1818
This Known Issues guide provides troubleshooting and advisory information for resolving or acknowledging issues to be addressed. Where applicable, workaround or mitigation steps are provided.
1919

20+
## Cadence dependencies
21+
22+
When a Chamber Admin is attempting installation of some recent releases of Cadence tools, some users report missing dependencies on Modeling and Simulation Workbench. To fix this issue, install missing dependencies.
23+
24+
### Troubleshooting steps
25+
26+
During installation, the Cadence dependency checker `checkSysConf` reports that the following packages are missing from Modeling and Simulation Workbench VMs. Some of those packages are installed, but fail the dependency check due to other dependencies.
27+
28+
* `xterm`
29+
* `motif`
30+
* `libXp`
31+
* `apr`
32+
* `apr-util`
33+
34+
A Chamber Admin can install these packages with the following command in a terminal:
35+
36+
```bash
37+
sudo yum install motif apr apr-util xterm
38+
```
39+
2040
## EDA license upload failures on server name
2141

2242
When uploading Electronic Design Automation (EDA) license files with server names that contain a dash ("-") symbol, the chamber license file server fails to process the file. For some license files, the `SERVER` line server name isn't being parsed correctly. The parser fails to tokenize this line in order to reformat for the chamber license server environment.

0 commit comments

Comments
 (0)