Skip to content

Commit 32fcbed

Browse files
committed
Use 64 bits, as it is nowadays the standard.
1 parent 6a5eedc commit 32fcbed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cosimulation/modelsim/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This makefile assumes that 32bit Modelsim is installed.
22
# If you have a 64 bit version, run 'ARCH=64 make'
3-
ARCH?=32
3+
ARCH?=64
44
CFLAGS_32= -m32
55
CFLAGS_64= -m64
66

0 commit comments

Comments
 (0)