blooz
Advanced Member level 2

how to tackle the XST ....Warning XST<647>
THe Exact message is
"Xst:647 - Input <reset> is never used. This port will be preserved and left unconnected if it belongs to a top-level block or it belongs to a sub-block and the hierarchy of this sub-block is preserved."
the top module port list is
THe Exact message is
"Xst:647 - Input <reset> is never used. This port will be preserved and left unconnected if it belongs to a top-level block or it belongs to a sub-block and the hierarchy of this sub-block is preserved."
the top module port list is
Code:
aux_test_synth test_cpu_pram (
.clk(clk),
.reset(reset),
.portain(portain),
.portbout(portbout),
.portcout(portcout),
.expdin(expdin),
.expdout(expdout),
.expaddr(expaddr),
.expread(expread),
.expwrite(expwrite),
.debugw(debugw),
.debuginst(debuginst),
.debugpc(debugpc),
.debugstatus(debugstatus),
.debugstacklevel(debugstacklevel)
);