Holger Vogt
|
3ec41982ce
|
update to build sequence: KLU libs first, then main exe
|
2019-09-07 20:54:02 +02:00 |
Holger Vogt
|
422bbb0844
|
update for VS2017, CUDA 10.1
|
2019-09-07 20:11:19 +02:00 |
Holger Vogt
|
7ec2708aaa
|
Setting up compilation with CUDA 10.1 and Visual Studio 2017
|
2019-09-07 19:33:05 +02:00 |
Holger Vogt
|
3af4a867e0
|
Update to the how-to-...
|
2017-10-08 15:49:20 +02:00 |
Holger Vogt
|
eed79f70c9
|
update for use with cude
|
2017-10-08 15:17:54 +02:00 |
Holger Vogt
|
19f8d18c23
|
remove OpenMP entries. OpenMP is not supported.
|
2017-10-08 15:17:31 +02:00 |
Holger Vogt
|
cbe2da9d64
|
remove unused
|
2017-10-08 15:14:29 +02:00 |
Holger Vogt
|
fe9b8b13be
|
Remove XSPICE from spinit
|
2017-10-08 15:00:20 +02:00 |
Holger Vogt
|
97e4e027f2
|
Make search path for spinit relative to executable.
|
2017-10-08 14:59:28 +02:00 |
Holger Vogt
|
e688436b4d
|
remove old project files which are not supported anymore.
|
2017-10-08 14:58:56 +02:00 |
h_vogt
|
ebdc9ea7ab
|
no OpneMP support
DEbug info only when debug version
use /LTCG for optimized code
|
2017-09-24 00:57:13 +02:00 |
h_vogt
|
f8782139c0
|
enhance compute capability beyond deprecated values:
compute_50,sm_50
debug info only when debug version is compiled
|
2017-09-24 00:57:13 +02:00 |
rlar
|
678fdd7f16
|
fixup
|
2017-09-23 21:48:05 +02:00 |
h_vogt
|
31c25db5a7
|
A tiny instruction of compiling ngspice with CUDA
using Visual Studio 2015
|
2017-09-23 21:40:17 +02:00 |
h_vogt
|
6a920e73e1
|
VS project files for CUDA
|
2017-09-23 21:24:15 +02:00 |
h_vogt
|
0db7a24d0d
|
config.h, disable XSPICE and CIDER
|
2017-09-23 21:20:36 +02:00 |
h_vogt
|
5df712cd24
|
prepare ngspice-27
|
2017-08-23 23:48:28 +02:00 |
Tim Edwards
|
fd79197fc0
|
xspice/icm/digital, introduce d_genlut
a digital n-input x m-output look-up table gate
|
2017-05-01 22:11:24 +02:00 |
Tim Edwards
|
8ae3b84c7c
|
xspice/icm/digital, introduce d_lut
a digital n-input look-up table gate
|
2017-05-01 22:11:04 +02:00 |
h_vogt
|
37fe5308d3
|
xspice/icm/table, introduce table2d/table3d
which allows to model devices based upon linear interpolation
|
2017-04-30 17:00:15 +02:00 |
h_vogt
|
b85270c30c
|
sharedspice.vcxproj, add 64 bit capability
|
2016-11-01 11:04:52 +01:00 |
h_vogt
|
57980c7471
|
sharedspice.vcxproj, add suitable preprocessor flags
|
2016-11-01 11:02:36 +01:00 |
rlar
|
875cab6758
|
*.vcxproj, enable <GenerateDebugInformation>true
|
2016-10-22 20:10:21 +02:00 |
rlar
|
edaded001a
|
*.vcxproj, use <DebugInformationFormat>ProgramDatabase
|
2016-10-22 20:01:46 +02:00 |
rlar
|
96a35e0144
|
*.vcxproj, increase <WarningLevel>Level4
|
2016-10-22 20:01:30 +02:00 |
h_vogt
|
9f62057973
|
introduce include file "ngspice/randnumb.h"
|
2016-08-15 11:30:26 +02:00 |
rlar
|
d298d5cc2f
|
use memset() instead of deprecated bzero()
|
2016-07-30 20:58:33 +02:00 |
rlar
|
141ed61ec8
|
use memcpy() instead of deprecated bcopy()
|
2016-07-30 20:58:19 +02:00 |
rlar
|
4c60783e4d
|
xspice, implement EVTdest() to fix xspice memory leaks
|
2016-05-07 15:50:34 +02:00 |
rlar
|
97cc400efb
|
ngspice/evt.h, ngspice/enh.t, reduce scope of these include files
|
2016-05-07 15:36:43 +02:00 |
h_vogt
|
7d8e287fa3
|
enable backquote substitution for Visual Studio console apps
|
2016-03-09 20:24:37 +01:00 |
h_vogt
|
72d7bb9c8a
|
introduce visualc/{*install*.bat,*.sln} and update howto file
|
2016-02-07 17:45:43 +01:00 |
h_vogt
|
c022d8f419
|
introduce visualc/xspice
|
2016-02-07 17:45:43 +01:00 |
h_vogt
|
caee377fd3
|
visualc/, put flex/bison output files into tmp-bison/
|
2016-02-07 17:45:42 +01:00 |
h_vogt
|
a0106d3590
|
visualc/, move *.c, *.h into src/
|
2016-02-07 17:45:42 +01:00 |
h_vogt
|
9e9240aae3
|
visualc/include/ngspice/config.h, target directories for debug versions
|
2016-02-07 17:45:42 +01:00 |
h_vogt
|
866bc36e3a
|
visualc/*.vcxproj, <LargeAddressAware>true
allow access to
4 GB memory of 32 bit ngspice on 64 bit Windows,
8 TB for 64 bit ngspice.
|
2016-02-07 17:45:42 +01:00 |
rlar
|
d07b76610b
|
visualc/.gitignore, src/spinit.in, cleanup
|
2016-02-07 17:33:39 +01:00 |
h_vogt
|
4b1f264704
|
visualc/include/ngspice/config.h, scalbn() and erfc() are available in VS 2015
|
2016-01-07 17:38:13 +01:00 |
rlar
|
9d99a06bcd
|
dvec abstraction, #2/11, introduce `dvec_alloc()'
|
2015-12-28 20:34:42 +01:00 |
dwarning
|
6abb4311cf
|
state more precisely 64bit fftw3 usage
|
2015-11-20 07:04:12 +01:00 |
rlar
|
6fa6b82ad5
|
visualc/config.h, HAVE_..., isinf(), isnan(), finite()
|
2015-11-15 15:09:30 +01:00 |
rlar
|
a30d5b6921
|
visualc/config.h, cleanup and drop unused NGSPICEBUILDDATE
|
2015-11-15 15:09:30 +01:00 |
rlar
|
93a7d68729
|
visualc/.gitignore, cleanup, meanwhile the visual studio byproducts are better known
|
2015-11-15 15:09:30 +01:00 |
rlar
|
6d2ee47643
|
visualc, rename --> vngspice-fftw.vcxproj
|
2015-11-15 15:09:30 +01:00 |
rlar
|
2ccde3e777
|
visualc, move libfftw3 sideways out of the ngspice tree
|
2015-11-15 15:09:30 +01:00 |
rlar
|
96f6ebfb80
|
visualc/*.vcxproj, win_bison.exe in CustomBuild instead of PreBuildEvent
|
2015-11-15 15:09:30 +01:00 |
rlar
|
df601c5662
|
visualc/*.vcxproj, canonical directory structure for all project/configuration/platform tuples
|
2015-11-15 15:09:29 +01:00 |
rlar
|
5dbd9abd1c
|
visualc/*.vcxproj, remove redundant $(ProjectDir)
|
2015-11-15 15:09:29 +01:00 |
rlar
|
8595790328
|
visualc/*.vcxproj, modernize usage of <PropertyGroup>
|
2015-11-15 15:09:29 +01:00 |