Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Synopsys Synplify, Ubuntu 10.04

Status
Not open for further replies.

munggnum

Newbie level 1
Joined
Nov 23, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
Hi all, I noticed some issues running Synopsys Synplify (aka Synplicity), in particular with DesignWare, on Ubuntu 10.04 which might also apply to Design Compiler and other Synopsys tools. I had run on Ubuntu 9 before, with success.

I was observing problems connecting to the license manager, when using DesignWare. It turns out that Ubuntu uses dash (/bin/dash) as /bin/sh instead of bash (/bin/bash). As a result, the two communicating processes were not able to communicate because the way that process ids are managed is different between dash and bash.

I fixed by linking sh to bash instead of dash.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top