accellera-official / systemc

SystemC Reference Implementation
https://systemc.org/overview/systemc/
Apache License 2.0
475 stars 152 forks source link

Version of systemc installed #11

Open Aishusiva opened 3 years ago

Aishusiva commented 3 years ago

the title says it is 2.3.4.But after building the systemc code why does the library show 2.3.3.lib

AmeyaVS commented 3 years ago

What branch/tag are you using?

Here is the listing of my $SYSTEMC_HOME/lib directory after building this repo with the default branch on a Linux system.

$ ls -al $SYSTEMC_HOME/lib
total 19004
drwxrwxr-x 3 ameya ameya     4096 Dec  3 20:07 .
drwxrwxr-x 5 ameya ameya     4096 Dec  3 20:04 ..
drwxrwxr-x 4 ameya ameya     4096 Dec  3 20:04 cmake
lrwxrwxrwx 1 ameya ameya       19 Dec  3 20:04 libsystemc-d.so -> libsystemc-d.so.2.3
lrwxrwxrwx 1 ameya ameya       38 Dec  3 20:04 libsystemc-d.so.2.3 -> libsystemc-d.so.2.3.4_pub_rev_20191203
-rw-r--r-- 1 ameya ameya 16918568 Dec  3 20:01 libsystemc-d.so.2.3.4_pub_rev_20191203
lrwxrwxrwx 1 ameya ameya       17 Dec  3 20:07 libsystemc.so -> libsystemc.so.2.3
lrwxrwxrwx 1 ameya ameya       36 Dec  3 20:07 libsystemc.so.2.3 -> libsystemc.so.2.3.4_pub_rev_20191203
-rw-r--r-- 1 ameya ameya  2524912 Dec  3 20:05 libsystemc.so.2.3.4_pub_rev_20191203