COFFE
COFFE copied to clipboard
HSPICE failed to run while updating delay for sb_mux
While running an example flut0.yaml, it is failing in delay updating stage although files are generating in the output directory but thing to note is sb_mux.lis file is empty.
I am using COFFE 2 tool on windows 10 and hspice 2023.03
Please help me to understand and solve the issue.
@StephenMoreOSU might have an idea, or perhaps his more recent code updates will fix this. He is in the middle of a big COFFE upgrade/refactoring.
Hi @ketan170102030,
As @vaughnbetz mentioned I'm in the midst of trying to refactor a lot of the COFFE codebase with accompanying documentation. ETA for this will be around a month.
For one I'm not entirely sure if COFFE is supported for windows, I've only ever run it from a Linux machine, I imagine that if there would be some errors related to OS on this version of COFFE it would be path related (some hardcoded path somewhere in code). But I'd recommend using a linux environment.
The next thing is to make sure you have HSPICE on your system, you could try running the following:
bash hspice -v
And you should get something like the following:
If you have not installed HSPICE it will not work as it's a key dependency.
Sorry I've been absent from answering issues lately, will go through them today...
Hi @StephenMoreOSU I am trying to install HSPICE on ubuntu 22.04 but could not install it correctly. Can you point to any reference guide that I can refer to specifically for ubuntu ? Also may I ask which Linux environment you are using?