ise synthesis error - use of null array on signal X is not supported

Joined
Nov 4, 2009
Messages
2
Reaction score
0
Hello,

Does anybody know how to deal with this error:

Use of null array on signal <rout_cb.parameters> is not supported.
INTERNAL_ERROR:Xst:cmain.c:3446:1.47

------------

subtype param is std_logic_vector(31 downto 0);
type param_array is array (0 to nrofsensors-1) of param;

type cb_registers is record
status_conf : std_logic_vector(31 downto 0);
cwindow : std_logic_vector(31 downto 0);
parameters : param_array;
end record;

signal rout_cb, ri_cb : cb_registers;

...

pr0 : process(rst, ahbsi, rout_amba, rout_cb) -- here comes the error

Thanks,
Mihai
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top