sudo apt-get install libelf1
sudo apt-get install ksh
sudo apt-get install nscd
sudo apt-get install policykit
sudo apt-get install ureadahead
sudo apt-get install csh
sudo apt-get install lsb
// VerilogA for Example, RdnGen, veriloga
`include "constants.vams"
`include "disciplines.vams"
module RdnGen(out);
output out;
electrical out;
integer randn;
integer sign;
analog begin
randn = $random % 100;
sign = (randn > 0) ? 1:-1;
V(out) <+ randn;
@(initial_step)
$strobe
("Rand\t\t",randn,
"\n", "Sign\t\t", sign,
"\n\n\n\n\n");
end
endmodule
Ok, now it is working under Ubuntu 12.04 64 Bit. I used to 64 Bit patch under tools of MMSim and Virtuoso.
But if I use a Verilog Model in the simulation, I get the following error:
Error found by spectre during AHDL read-in.
ahdlcmi.out-Output:
I set the checkbox "Run with 64 bit binary" under Setup->Environment.
Any ideas? I'll try to find out and post my results.
Thanks.
- - - Updated - - -
Ok,
after sudo dpkg-reconfigure dash (choosing no) and
sudo apt-get install gcc-multilib
I get the following error:
I added my gnu-lib folder to LIBRARY_PATH but it doesn't solve the problem.
Any ideas?
- - - Updated - - -
With the hints from
https://www.cadence.com/Community/blogs/sd/archive/2012/01/02/ubuntu-updates-for-2011.aspx
I got the following error =):
Both library exists. I have to find out why the libraries are incompatible.
- - - Updated - - -
Ok, now it works fine. Instead /usr/lib32 I added /usr/lib/x86_64-linux-gnu. The library path in cdsgcc looks now:
View attachment 100578
View attachment 100579
View attachment 100580
its on ubuntu 13 32bit OS.
it had to do with the script not detecting it was linux.
replace the file "edatools/virtuoso/oa_v22.41.029/bin/sysname" with:
https://pastebin.com/rna3Y4nk
that will force the detection to linux 3.x
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?