The examples

hello_world and adder are running now.

I try the next example dlx.

How are the correct options for a 54 bit engine?

Rene



mkdir work

r...@x1-6-00-1d-92-05-7d-7a:~/fpga/VHDL/ghdl/dlx> ghdl -i --workdir=work
*.vhdl
r...@x1-6-00-1d-92-05-7d-7a:~/fpga/VHDL/ghdl/dlx> ghdl -m --workdir=work
dlx_test
_behaviour
analyze dlx_test.vhdl
work/dlx_test.s: Assembler messages:
work/dlx_test.s:56: Error: suffix or operands invalid for `push'
work/dlx_test.s:58: Error: suffix or operands invalid for `pop'
ghdl: compilation error
r...@x1-6-00-1d-92-05-7d-7a:~/fpga/VHDL/ghdl/dlx> ghdl -Wa,--32 -m
--workdir=work
dlx_test_behaviour
ghdl: unknown command '-Wa,--32', try --help
r...@x1-6-00-1d-92-05-7d-7a:~/fpga/VHDL/ghdl/dlx> ghdl -m --workdir=work
dlx_tes
t_behaviour -Wa,--32
ghdl: too many unit names for command '-m'
r...@x1-6-00-1d-92-05-7d-7a:~/fpga/VHDL/ghdl/dlx> ghdl -m -Wa,--32
--workdir=wor
k dlx_test_behaviour
analyze dlx_test.vhdl
analyze dlx_types.vhdl
analyze dlx_types-body.vhdl
analyze mem_types.vhdl
analyze dlx_test-bench.vhdl
analyze clock_gen.vhdl
analyze clock_gen-behaviour.vhdl
analyze memory.vhdl
analyze bv_arithmetic.vhdl
analyze bv_arithmetic-body.vhdl
analyze images.vhdl
analyze images-body.vhdl
analyze memory-behaviour.vhdl
analyze dlx_bus_monitor.vhdl
analyze dlx_instr.vhdl
analyze dlx_instr-body.vhdl
analyze dlx_bus_monitor-behaviour.vhdl
analyze dlx.vhdl
analyze dlx-behaviour.vhdl
analyze dlx_test_behaviour.vhdl
elaborate dlx_test_behaviour
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
i386
architecture of input file `work/e~dlx_test_behaviour.o' is incompatible
with i3
86:x86-64 output
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
i386
architecture of input file
`/usr/local/lib/gcc/i686-pc-linux-gnu/4.3.4/vhdl/lib/
v93/std/std_standard.o' is incompatible with i386:x86-64 output
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
i386
architecture of input file `work/dlx_test.o' is incompatible with
i386:x86-64 ou
tput
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
i386
architecture of input file `work/clock_gen.o' is incompatible with
i386:x86-64 o
utput
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
i386
architecture of input file `work/clock_gen-behaviour.o' is incompatible
with i38
6:x86-64 output
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
i386
architecture of input file `work/dlx_types.o' is incompatible with
i386:x86-64 o
utput
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
i386
architecture of input file `work/dlx_types-body.o' is incompatible with
i386:x86
-64 output


_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to